From d83aa69bf6cc8cc485f1205b16961574d51f1a53 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 19 Nov 2025 17:48:53 +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 --- src/Demo.WebApp/Demo.WebApp.csproj | 20 +++++++++---------- .../cloudscribe.Logging.EFCore.Common.csproj | 2 +- .../cloudscribe.Logging.EFCore.MSSQL.csproj | 4 ++-- .../cloudscribe.Logging.EFCore.MySql.csproj | 4 ++-- ...oudscribe.Logging.EFCore.PostgreSql.csproj | 4 ++-- .../cloudscribe.Logging.EFCore.SQLite.csproj | 4 ++-- .../cloudscribe.Logging.NoDb.csproj | 4 ++-- .../cloudscribe.Logging.Web.csproj | 8 ++++---- .../cloudscribe.Logging.csproj | 4 ++-- update_version.ps1 | 6 +++--- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/Demo.WebApp/Demo.WebApp.csproj b/src/Demo.WebApp/Demo.WebApp.csproj index 930c5dc..7af9349 100644 --- a/src/Demo.WebApp/Demo.WebApp.csproj +++ b/src/Demo.WebApp/Demo.WebApp.csproj @@ -24,16 +24,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/src/cloudscribe.Logging.EFCore.Common/cloudscribe.Logging.EFCore.Common.csproj b/src/cloudscribe.Logging.EFCore.Common/cloudscribe.Logging.EFCore.Common.csproj index a0b34aa..f94be10 100644 --- a/src/cloudscribe.Logging.EFCore.Common/cloudscribe.Logging.EFCore.Common.csproj +++ b/src/cloudscribe.Logging.EFCore.Common/cloudscribe.Logging.EFCore.Common.csproj @@ -2,7 +2,7 @@ Entity Framework Core implementation of cloudscribe ILogRepository - 8.6.0 + 8.7.0 net8.0 Joe Audette cloudscribe;repositories;logging diff --git a/src/cloudscribe.Logging.EFCore.MSSQL/cloudscribe.Logging.EFCore.MSSQL.csproj b/src/cloudscribe.Logging.EFCore.MSSQL/cloudscribe.Logging.EFCore.MSSQL.csproj index 26effe6..0e5d3ea 100644 --- a/src/cloudscribe.Logging.EFCore.MSSQL/cloudscribe.Logging.EFCore.MSSQL.csproj +++ b/src/cloudscribe.Logging.EFCore.MSSQL/cloudscribe.Logging.EFCore.MSSQL.csproj @@ -2,7 +2,7 @@ MSSQL Entity Framework Core implementation of cloudscribe ILogRepository - 8.6.0 + 8.7.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -25,7 +25,7 @@ - + diff --git a/src/cloudscribe.Logging.EFCore.MySql/cloudscribe.Logging.EFCore.MySql.csproj b/src/cloudscribe.Logging.EFCore.MySql/cloudscribe.Logging.EFCore.MySql.csproj index 99ca989..4bd7ffa 100644 --- a/src/cloudscribe.Logging.EFCore.MySql/cloudscribe.Logging.EFCore.MySql.csproj +++ b/src/cloudscribe.Logging.EFCore.MySql/cloudscribe.Logging.EFCore.MySql.csproj @@ -2,7 +2,7 @@ MySQL Entity Framework Core implementation of cloudscribe ILogRepository - 8.6.0 + 8.7.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -26,7 +26,7 @@ - + diff --git a/src/cloudscribe.Logging.EFCore.PostgreSql/cloudscribe.Logging.EFCore.PostgreSql.csproj b/src/cloudscribe.Logging.EFCore.PostgreSql/cloudscribe.Logging.EFCore.PostgreSql.csproj index 2a61f24..e545f6a 100644 --- a/src/cloudscribe.Logging.EFCore.PostgreSql/cloudscribe.Logging.EFCore.PostgreSql.csproj +++ b/src/cloudscribe.Logging.EFCore.PostgreSql/cloudscribe.Logging.EFCore.PostgreSql.csproj @@ -2,7 +2,7 @@ PostgreSql Entity Framework Core implementation of cloudscribe ILogRepository, using snake case tables and fields - 8.6.0 + 8.7.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -28,7 +28,7 @@ - + diff --git a/src/cloudscribe.Logging.EFCore.SQLite/cloudscribe.Logging.EFCore.SQLite.csproj b/src/cloudscribe.Logging.EFCore.SQLite/cloudscribe.Logging.EFCore.SQLite.csproj index 5a79c18..4c6b114 100644 --- a/src/cloudscribe.Logging.EFCore.SQLite/cloudscribe.Logging.EFCore.SQLite.csproj +++ b/src/cloudscribe.Logging.EFCore.SQLite/cloudscribe.Logging.EFCore.SQLite.csproj @@ -2,7 +2,7 @@ SQLite Entity Framework Core implementation of cloudscribe ILogRepository - 8.6.0 + 8.7.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -27,7 +27,7 @@ - + diff --git a/src/cloudscribe.Logging.NoDb/cloudscribe.Logging.NoDb.csproj b/src/cloudscribe.Logging.NoDb/cloudscribe.Logging.NoDb.csproj index 8556e66..3cc0176 100644 --- a/src/cloudscribe.Logging.NoDb/cloudscribe.Logging.NoDb.csproj +++ b/src/cloudscribe.Logging.NoDb/cloudscribe.Logging.NoDb.csproj @@ -2,7 +2,7 @@ NoDb implementation of cloudscribe ILogRepository - 8.6.0 + 8.7.0 net8.0 Joe Audette cloudscribe;repositories;logging @@ -20,7 +20,7 @@ - + diff --git a/src/cloudscribe.Logging.Web/cloudscribe.Logging.Web.csproj b/src/cloudscribe.Logging.Web/cloudscribe.Logging.Web.csproj index 2ab493b..10797a7 100644 --- a/src/cloudscribe.Logging.Web/cloudscribe.Logging.Web.csproj +++ b/src/cloudscribe.Logging.Web/cloudscribe.Logging.Web.csproj @@ -2,7 +2,7 @@ An implementation of ILogger and ILoggerProvider that logs to the database using a pluggable model supporting multiple data platforms. Also proivides an MVC controller for viewing and managing the log data. - 8.6.0 + 8.7.0 net8.0 Joe Audette true @@ -34,9 +34,9 @@ - - - + + + diff --git a/src/cloudscribe.Logging/cloudscribe.Logging.csproj b/src/cloudscribe.Logging/cloudscribe.Logging.csproj index 7932944..ff38b22 100644 --- a/src/cloudscribe.Logging/cloudscribe.Logging.csproj +++ b/src/cloudscribe.Logging/cloudscribe.Logging.csproj @@ -2,7 +2,7 @@ An implementation of ILogger and ILoggerProvider that logs to the database using a pluggable model supporting multiple data platforms. Also proivides an MVC controller for viewing and managing the log data. - 8.6.0 + 8.7.0 net8.0 Joe Audette cloudscribe;logging;database @@ -25,7 +25,7 @@ - + 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