File tree Expand file tree Collapse file tree
cloudscribe.Syndication.Web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >asp.netcore mvc controller for rss feeds</Description >
5- <Version >8.7 .0</Version >
6- <TargetFramework >net8 .0</TargetFramework >
5+ <Version >10.0 .0</Version >
6+ <TargetFramework >net10 .0</TargetFramework >
77 <Authors >Joe Audette</Authors >
88 <PackageTags >cloudscribe;syndication;rss;atom;feed</PackageTags >
99 <PackageIcon >icon.png</PackageIcon >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >cloudscribe.Syndication Class Library</Description >
5- <Version >8.7 .0</Version >
6- <TargetFramework >net8 .0</TargetFramework >
5+ <Version >10.0 .0</Version >
6+ <TargetFramework >net10 .0</TargetFramework >
77 <Authors >Joe Audette</Authors >
88 <PackageTags >cloudscribe;syndication;rss;atom;feed;xml</PackageTags >
99 <PackageIcon >icon.png</PackageIcon >
Original file line number Diff line number Diff line change 1616$directory = " src"
1717
1818# Define the old & new versions
19- $oldVersion = ' 8\.6 ' # slash needed !
20- $newVersion = " 8.7 .0"
21- $newWildcardVersion = " 8.7 .*"
19+ $oldVersion = ' 8\.7 ' # slash needed !
20+ $newVersion = " 8.8 .0"
21+ $newWildcardVersion = " 8.8 .*"
2222
2323
2424# Get all .csproj files in the directory and subdirectories
You can’t perform that action at this time.
0 commit comments