From 46ea796837f1c144f120d96b2b46ad315bc35cbb Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 19 Nov 2025 17:28:01 +0000 Subject: [PATCH] Update version from 8.6 to 8.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../cloudscribe.Syndication.Web.csproj | 2 +- src/cloudscribe.Syndication/cloudscribe.Syndication.csproj | 2 +- update_version.ps1 | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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