From 1e641358b01f8bdcb08b4632294c2d6a031bae64 Mon Sep 17 00:00:00 2001 From: Jim Kerslake <39943820+JimKerslake@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:55:13 +0100 Subject: [PATCH] v8.3 --- .../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 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