diff --git a/src/cloudscribe.Syndication.Web/cloudscribe.Syndication.Web.csproj b/src/cloudscribe.Syndication.Web/cloudscribe.Syndication.Web.csproj index 8fa547c..7a2313b 100644 --- a/src/cloudscribe.Syndication.Web/cloudscribe.Syndication.Web.csproj +++ b/src/cloudscribe.Syndication.Web/cloudscribe.Syndication.Web.csproj @@ -2,7 +2,7 @@ asp.netcore mvc controller for rss feeds - 8.2.0 + 8.3.0 net8.0 Joe Audette cloudscribe;syndication;rss;atom;feed diff --git a/src/cloudscribe.Syndication/cloudscribe.Syndication.csproj b/src/cloudscribe.Syndication/cloudscribe.Syndication.csproj index b8a97af..e9f2158 100644 --- a/src/cloudscribe.Syndication/cloudscribe.Syndication.csproj +++ b/src/cloudscribe.Syndication/cloudscribe.Syndication.csproj @@ -2,7 +2,7 @@ cloudscribe.Syndication Class Library - 8.2.0 + 8.3.0 net8.0 Joe Audette cloudscribe;syndication;rss;atom;feed;xml diff --git a/update_version.ps1 b/update_version.ps1 index 1e4919a..32134c7 100644 --- a/update_version.ps1 +++ b/update_version.ps1 @@ -16,9 +16,9 @@ $directory = "src" # Define the old & new versions -$oldVersion = '8\.1' # slash needed ! -$newVersion = "8.2.0" -$newWildcardVersion = "8.2.*" +$oldVersion = '8\.2' # slash needed ! +$newVersion = "8.3.0" +$newWildcardVersion = "8.3.*" # Get all .csproj files in the directory and subdirectories