From 72950cc73b071a647532825ed03d3d194f1b02b4 Mon Sep 17 00:00:00 2001 From: Jim Kerslake <39943820+JimKerslake@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:01:37 +0100 Subject: [PATCH] v8.5 dev --- .../cloudscribe.Kvp.Models.csproj | 6 +- ...oudscribe.Kvp.Storage.EFCore.Common.csproj | 4 +- ...loudscribe.Kvp.Storage.EFCore.MSSQL.csproj | 4 +- ...loudscribe.Kvp.Storage.EFCore.MySql.csproj | 4 +- ...cribe.Kvp.Storage.EFCore.PostgreSql.csproj | 6 +- ...oudscribe.Kvp.Storage.EFCore.SQLite.csproj | 4 +- ...loudscribe.Kvp.Storage.EFCore.pgsql.csproj | 4 +- .../cloudscribe.Kvp.Storage.NoDb.csproj | 4 +- .../cloudscribe.Kvp.Views.BS5.csproj | 2 +- .../cloudscribe.UserProperties.Kvp.csproj | 10 ++-- .../cloudscribe.UserProperties.csproj | 6 +- .../Config/CloudscribeFeatures.cs | 16 ++--- src/sourceDev.WebApp/sourceDev.WebApp.csproj | 58 +++++++++---------- update_version.ps1 | 6 +- 14 files changed, 65 insertions(+), 69 deletions(-) diff --git a/src/cloudscribe.Kvp.Models/cloudscribe.Kvp.Models.csproj b/src/cloudscribe.Kvp.Models/cloudscribe.Kvp.Models.csproj index 07887a5..906d7ed 100644 --- a/src/cloudscribe.Kvp.Models/cloudscribe.Kvp.Models.csproj +++ b/src/cloudscribe.Kvp.Models/cloudscribe.Kvp.Models.csproj @@ -2,7 +2,7 @@ model classes for key/value storage - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;kvp @@ -21,8 +21,8 @@ - - + + diff --git a/src/cloudscribe.Kvp.Storage.EFCore.Common/cloudscribe.Kvp.Storage.EFCore.Common.csproj b/src/cloudscribe.Kvp.Storage.EFCore.Common/cloudscribe.Kvp.Storage.EFCore.Common.csproj index fdf71f2..97f396f 100644 --- a/src/cloudscribe.Kvp.Storage.EFCore.Common/cloudscribe.Kvp.Storage.EFCore.Common.csproj +++ b/src/cloudscribe.Kvp.Storage.EFCore.Common/cloudscribe.Kvp.Storage.EFCore.Common.csproj @@ -2,7 +2,7 @@ Entity Framework Core common classes for cloudscribe.Kvp - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;kvp;commands;queries;ef @@ -27,7 +27,7 @@ - + diff --git a/src/cloudscribe.Kvp.Storage.EFCore.MSSQL/cloudscribe.Kvp.Storage.EFCore.MSSQL.csproj b/src/cloudscribe.Kvp.Storage.EFCore.MSSQL/cloudscribe.Kvp.Storage.EFCore.MSSQL.csproj index c031e0d..c115512 100644 --- a/src/cloudscribe.Kvp.Storage.EFCore.MSSQL/cloudscribe.Kvp.Storage.EFCore.MSSQL.csproj +++ b/src/cloudscribe.Kvp.Storage.EFCore.MSSQL/cloudscribe.Kvp.Storage.EFCore.MSSQL.csproj @@ -2,7 +2,7 @@ Entity Framework Core common classes for cloudscribe.Kvp - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;kvp;commands;queries;ef @@ -23,7 +23,7 @@ - + diff --git a/src/cloudscribe.Kvp.Storage.EFCore.MySql/cloudscribe.Kvp.Storage.EFCore.MySql.csproj b/src/cloudscribe.Kvp.Storage.EFCore.MySql/cloudscribe.Kvp.Storage.EFCore.MySql.csproj index 0adf420..9c2e28d 100644 --- a/src/cloudscribe.Kvp.Storage.EFCore.MySql/cloudscribe.Kvp.Storage.EFCore.MySql.csproj +++ b/src/cloudscribe.Kvp.Storage.EFCore.MySql/cloudscribe.Kvp.Storage.EFCore.MySql.csproj @@ -2,7 +2,7 @@ MySql Entity Framework Core storage for cloudscribe.Kvp - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;kvp;commands;queries;ef @@ -24,7 +24,7 @@ - + diff --git a/src/cloudscribe.Kvp.Storage.EFCore.PostgreSql/cloudscribe.Kvp.Storage.EFCore.PostgreSql.csproj b/src/cloudscribe.Kvp.Storage.EFCore.PostgreSql/cloudscribe.Kvp.Storage.EFCore.PostgreSql.csproj index dd6c7d5..bfb4855 100644 --- a/src/cloudscribe.Kvp.Storage.EFCore.PostgreSql/cloudscribe.Kvp.Storage.EFCore.PostgreSql.csproj +++ b/src/cloudscribe.Kvp.Storage.EFCore.PostgreSql/cloudscribe.Kvp.Storage.EFCore.PostgreSql.csproj @@ -2,7 +2,7 @@ Entity Framework Core postgresql storage for cloudscribe.Kvp - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;kvp;commands;ef @@ -24,14 +24,14 @@ - + - + diff --git a/src/cloudscribe.Kvp.Storage.EFCore.SQLite/cloudscribe.Kvp.Storage.EFCore.SQLite.csproj b/src/cloudscribe.Kvp.Storage.EFCore.SQLite/cloudscribe.Kvp.Storage.EFCore.SQLite.csproj index 0d88c8f..9ded906 100644 --- a/src/cloudscribe.Kvp.Storage.EFCore.SQLite/cloudscribe.Kvp.Storage.EFCore.SQLite.csproj +++ b/src/cloudscribe.Kvp.Storage.EFCore.SQLite/cloudscribe.Kvp.Storage.EFCore.SQLite.csproj @@ -2,7 +2,7 @@ Entity Framework Core SQLite storage for cloudscribe.Kvp - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;kvp;ef @@ -23,7 +23,7 @@ - + diff --git a/src/cloudscribe.Kvp.Storage.EFCore.pgsql/cloudscribe.Kvp.Storage.EFCore.pgsql.csproj b/src/cloudscribe.Kvp.Storage.EFCore.pgsql/cloudscribe.Kvp.Storage.EFCore.pgsql.csproj index b538de1..6594700 100644 --- a/src/cloudscribe.Kvp.Storage.EFCore.pgsql/cloudscribe.Kvp.Storage.EFCore.pgsql.csproj +++ b/src/cloudscribe.Kvp.Storage.EFCore.pgsql/cloudscribe.Kvp.Storage.EFCore.pgsql.csproj @@ -2,7 +2,7 @@ Entity Framework Core postgresql storage for cloudscribe.Kvp - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;kvp;commands;ef @@ -24,7 +24,7 @@ - + diff --git a/src/cloudscribe.Kvp.Storage.NoDb/cloudscribe.Kvp.Storage.NoDb.csproj b/src/cloudscribe.Kvp.Storage.NoDb/cloudscribe.Kvp.Storage.NoDb.csproj index ef55d53..0630ebb 100644 --- a/src/cloudscribe.Kvp.Storage.NoDb/cloudscribe.Kvp.Storage.NoDb.csproj +++ b/src/cloudscribe.Kvp.Storage.NoDb/cloudscribe.Kvp.Storage.NoDb.csproj @@ -2,7 +2,7 @@ NoDb storage for cloudscribe key/value models. NoDb storage is only recommended for small sites. - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;kvp;nodb @@ -20,7 +20,7 @@ - + diff --git a/src/cloudscribe.Kvp.Views.BS5/cloudscribe.Kvp.Views.BS5.csproj b/src/cloudscribe.Kvp.Views.BS5/cloudscribe.Kvp.Views.BS5.csproj index 54d7836..f4d452e 100644 --- a/src/cloudscribe.Kvp.Views.BS5/cloudscribe.Kvp.Views.BS5.csproj +++ b/src/cloudscribe.Kvp.Views.BS5/cloudscribe.Kvp.Views.BS5.csproj @@ -3,7 +3,7 @@ net8.0 true - 8.4.0 + 8.5.0 Custom views for cloudscribe.Kvp cloudscribe;kvp;commands;ef icon.png diff --git a/src/cloudscribe.UserProperties.Kvp/cloudscribe.UserProperties.Kvp.csproj b/src/cloudscribe.UserProperties.Kvp/cloudscribe.UserProperties.Kvp.csproj index 6aae593..ed9bcfd 100644 --- a/src/cloudscribe.UserProperties.Kvp/cloudscribe.UserProperties.Kvp.csproj +++ b/src/cloudscribe.UserProperties.Kvp/cloudscribe.UserProperties.Kvp.csproj @@ -2,7 +2,7 @@ Configurable custom user properties for cloudscribe core using per tenant or global configuration based custom proprties with key/value storage - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;userprofile;customization @@ -24,10 +24,10 @@ - - - - + + + + diff --git a/src/cloudscribe.UserProperties/cloudscribe.UserProperties.csproj b/src/cloudscribe.UserProperties/cloudscribe.UserProperties.csproj index 7a23a7e..9b61b06 100644 --- a/src/cloudscribe.UserProperties/cloudscribe.UserProperties.csproj +++ b/src/cloudscribe.UserProperties/cloudscribe.UserProperties.csproj @@ -2,7 +2,7 @@ Models for custom user properties that can be configured per tenant for cloudscribe core customization - 8.4.0 + 8.5.0 net8.0 Joe Audette cloudscribe;userprofile;customization @@ -24,8 +24,8 @@ - - + + diff --git a/src/sourceDev.WebApp/Config/CloudscribeFeatures.cs b/src/sourceDev.WebApp/Config/CloudscribeFeatures.cs index 29e6de1..61a49c0 100644 --- a/src/sourceDev.WebApp/Config/CloudscribeFeatures.cs +++ b/src/sourceDev.WebApp/Config/CloudscribeFeatures.cs @@ -49,14 +49,14 @@ IWebHostEnvironment env break; - case "pgsql-old": - var pgConnection = config.GetConnectionString("PostgreSqlEntityFrameworkConnectionString"); - services.AddCloudscribeCoreEFStoragePostgreSql(pgConnection); - services.AddCloudscribeLoggingEFStoragePostgreSql(pgConnection); - services.AddCloudscribeSimpleContentEFStoragePostgreSql(pgConnection); - services.AddCloudscribeKvpEFStoragePostgreSql(pgConnection); - - break; + //case "pgsql-old": + // var pgConnection = config.GetConnectionString("PostgreSqlEntityFrameworkConnectionString"); + // services.AddCloudscribeCoreEFStoragePostgreSql(pgConnection); + // services.AddCloudscribeLoggingEFStoragePostgreSql(pgConnection); + // services.AddCloudscribeSimpleContentEFStoragePostgreSql(pgConnection); + // services.AddCloudscribeKvpEFStoragePostgreSql(pgConnection); + + // break; case "pgsql": var pgsConnection = config.GetConnectionString("PostgreSqlConnectionString"); diff --git a/src/sourceDev.WebApp/sourceDev.WebApp.csproj b/src/sourceDev.WebApp/sourceDev.WebApp.csproj index bb3848b..bcd4e7b 100644 --- a/src/sourceDev.WebApp/sourceDev.WebApp.csproj +++ b/src/sourceDev.WebApp/sourceDev.WebApp.csproj @@ -34,7 +34,6 @@ - @@ -48,41 +47,38 @@ - - - + + + - - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + - + 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