From df5d57f40899c334c15f2cd1f55fd502bbc75736 Mon Sep 17 00:00:00 2001 From: Jim Kerslake <39943820+JimKerslake@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:14:51 +0100 Subject: [PATCH] v8.5 dev --- src/Demo.WebApp/Demo.WebApp.csproj | 22 +++++++++---------- .../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, 31 insertions(+), 31 deletions(-) diff --git a/src/Demo.WebApp/Demo.WebApp.csproj b/src/Demo.WebApp/Demo.WebApp.csproj index 56b2310..75c6687 100644 --- a/src/Demo.WebApp/Demo.WebApp.csproj +++ b/src/Demo.WebApp/Demo.WebApp.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -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 cda24b1..e82cae8 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.4.0 + 8.5.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 69587f1..8c45b03 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.4.0 + 8.5.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 65b6045..e96c51f 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.4.0 + 8.5.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 3391deb..db31b95 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.4.0 + 8.5.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 7445863..7a2e5b8 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.4.0 + 8.5.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 567c2a3..c367500 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.4.0 + 8.5.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 c416733..317a5c2 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.4.0 + 8.5.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 b8310cf..a75c33b 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.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;logging;database @@ -25,7 +25,7 @@ - + diff --git a/update_version.ps1 b/update_version.ps1 index 0ed4dd0..e38bfec 100644 --- a/update_version.ps1 +++ b/update_version.ps1 @@ -16,9 +16,9 @@ $directory = "src" # Define the old & new versions -$oldVersion = '8\.3' # slash needed ! -$newVersion = "8.4.0" -$newWildcardVersion = "8.4.*" +$oldVersion = '8\.4' # slash needed ! +$newVersion = "8.5.0" +$newWildcardVersion = "8.5.*" # Get all .csproj files in the directory and subdirectories