diff --git a/src/cloudscribe.Syndication.Web/cloudscribe.Syndication.Web.csproj b/src/cloudscribe.Syndication.Web/cloudscribe.Syndication.Web.csproj index 7e10e96..4e670f7 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.6.0 + 8.7.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 52d370d..fbff02b 100644 --- a/src/cloudscribe.Syndication/cloudscribe.Syndication.csproj +++ b/src/cloudscribe.Syndication/cloudscribe.Syndication.csproj @@ -2,7 +2,7 @@ cloudscribe.Syndication Class Library - 8.6.0 + 8.7.0 net8.0 Joe Audette cloudscribe;syndication;rss;atom;feed;xml diff --git a/update_version.ps1 b/update_version.ps1 index 15f706a..f1488b0 100644 --- a/update_version.ps1 +++ b/update_version.ps1 @@ -16,9 +16,9 @@ $directory = "src" # Define the old & new versions -$oldVersion = '8\.5' # slash needed ! -$newVersion = "8.6.0" -$newWildcardVersion = "8.6.*" +$oldVersion = '8\.6' # slash needed ! +$newVersion = "8.7.0" +$newWildcardVersion = "8.7.*" # Get all .csproj files in the directory and subdirectories