File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
cloudscribe.Syndication.Web Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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.2 .0</Version >
5+ <Version >8.3 .0</Version >
66 <TargetFramework >net8.0</TargetFramework >
77 <Authors >Joe Audette</Authors >
88 <PackageTags >cloudscribe;syndication;rss;atom;feed</PackageTags >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >cloudscribe.Syndication Class Library</Description >
5- <Version >8.2 .0</Version >
5+ <Version >8.3 .0</Version >
66 <TargetFramework >net8.0</TargetFramework >
77 <Authors >Joe Audette</Authors >
88 <PackageTags >cloudscribe;syndication;rss;atom;feed;xml</PackageTags >
Original file line number Diff line number Diff line change 1616$directory = " src"
1717
1818# Define the old & new versions
19- $oldVersion = ' 8\.1 ' # slash needed !
20- $newVersion = " 8.2 .0"
21- $newWildcardVersion = " 8.2 .*"
19+ $oldVersion = ' 8\.2 ' # slash needed !
20+ $newVersion = " 8.3 .0"
21+ $newWildcardVersion = " 8.3 .*"
2222
2323
2424# Get all .csproj files in the directory and subdirectories
You can’t perform that action at this time.
0 commit comments