From ae22dac77d5264f737e5f2b5ac78e5b415ca09fc Mon Sep 17 00:00:00 2001 From: Greg Yo Date: Fri, 10 Oct 2025 05:43:41 +1300 Subject: [PATCH] Added README.md to nuget packages --- .../Cqrs.Azure.ConfigurationManager.csproj | 2 ++ .../Cqrs.Azure.DocumentDb/Cqrs.Azure.DocumentDb.csproj | 1 + .../Cqrs.Azure.Functions.Isolated.csproj | 2 ++ .../Cqrs.Azure.Functions.ServiceBus.Isolated.csproj | 2 ++ .../Cqrs.Azure.Functions.ServiceBus.csproj | 2 ++ .../Azure/Cqrs.Azure.Functions/Cqrs.Azure.Functions.csproj | 2 ++ .../Azure/Cqrs.Azure.KeyVault/Cqrs.Azure.KeyVault.csproj | 2 ++ .../Cqrs.Azure.ServiceBus/Cqrs.Azure.ServiceBus.csproj | 2 ++ .../Azure/Cqrs.Azure.Storage/Cqrs.Azure.Storage.csproj | 2 ++ .../Azure/Cqrs.Azure.WebJobs/Cqrs.Azure.WebJobs.csproj | 2 ++ ...y.Azure.TransientFaultHandling.ServiceBus.NetCore.csproj | 2 ++ Framework/Cqrs.MongoDB/Cqrs.MongoDB.csproj | 2 ++ Framework/Cqrs.Sql/Cqrs.Sql.csproj | 1 + Framework/Cqrs.Web.Mvc/Cqrs.Web.Mvc.csproj | 2 ++ Framework/Cqrs.WebApi/Cqrs.WebApi.csproj | 2 ++ Framework/Cqrs/Cqrs.csproj | 6 ++++-- ...s.DependencyInjection.Azure.ServiceBus.CommandBus.csproj | 2 ++ ...qrs.DependencyInjection.Azure.ServiceBus.EventBus.csproj | 2 ++ .../Cqrs.DependencyInjection.Azure.Storage.csproj | 2 ++ .../Cqrs.DependencyInjection.csproj | 2 ++ .../Cqrs.Ninject.Azure.DocumentDb.csproj | 1 + .../Cqrs.Ninject.Azure.ServiceBus.CommandBus.csproj | 2 ++ .../Cqrs.Ninject.Azure.ServiceBus.EventBus.csproj | 2 ++ .../Cqrs.Ninject.Azure.Storage.csproj | 2 ++ .../Cqrs.Ninject.Azure.Wcf/Cqrs.Ninject.Azure.Wcf.csproj | 2 ++ .../Cqrs.Ninject.Azure.WebJobs.csproj | 2 ++ .../Cqrs.Ninject.MongoDB/Cqrs.Ninject.MongoDB.csproj | 1 + .../Cqrs.Ninject.ServiceHost.csproj | 2 ++ .../Ninject/Cqrs.Ninject.WebApi/Cqrs.Ninject.WebApi.csproj | 2 ++ Framework/Ninject/Cqrs.Ninject/Cqrs.Ninject.csproj | 2 ++ .../Cqrs.Scheduler.Commands/Cqrs.Scheduler.Commands.csproj | 2 ++ .../Cqrs.Scheduler.Events/Cqrs.Scheduler.Events.csproj | 2 ++ 32 files changed, 62 insertions(+), 2 deletions(-) diff --git a/Framework/Azure/Cqrs.Azure.ConfigurationManager/Cqrs.Azure.ConfigurationManager.csproj b/Framework/Azure/Cqrs.Azure.ConfigurationManager/Cqrs.Azure.ConfigurationManager.csproj index 90f712c58..23d750421 100644 --- a/Framework/Azure/Cqrs.Azure.ConfigurationManager/Cqrs.Azure.ConfigurationManager.csproj +++ b/Framework/Azure/Cqrs.Azure.ConfigurationManager/Cqrs.Azure.ConfigurationManager.csproj @@ -21,6 +21,7 @@ - Deprecated setting TelemetryConfiguration.InstrumentationKey. images\icon.png + README.md true true @@ -44,6 +45,7 @@ True images\ + diff --git a/Framework/Azure/Cqrs.Azure.DocumentDb/Cqrs.Azure.DocumentDb.csproj b/Framework/Azure/Cqrs.Azure.DocumentDb/Cqrs.Azure.DocumentDb.csproj index eaf1b6fdc..8c1608afc 100644 --- a/Framework/Azure/Cqrs.Azure.DocumentDb/Cqrs.Azure.DocumentDb.csproj +++ b/Framework/Azure/Cqrs.Azure.DocumentDb/Cqrs.Azure.DocumentDb.csproj @@ -31,6 +31,7 @@ * Added configurable setting "Cqrs.Azure.DocumentDb.UseSingleCollectionForAllDataStores" to enable control over the use of a single collection (cheaper) for all data stores or one collection per data store (more flexible). The default value is true. images\icon.png + README.md true true diff --git a/Framework/Azure/Cqrs.Azure.Functions.Isolated/Cqrs.Azure.Functions.Isolated.csproj b/Framework/Azure/Cqrs.Azure.Functions.Isolated/Cqrs.Azure.Functions.Isolated.csproj index 747347514..c589a7488 100644 --- a/Framework/Azure/Cqrs.Azure.Functions.Isolated/Cqrs.Azure.Functions.Isolated.csproj +++ b/Framework/Azure/Cqrs.Azure.Functions.Isolated/Cqrs.Azure.Functions.Isolated.csproj @@ -20,6 +20,7 @@ - Azure function support added images\icon.png + README.md true true @@ -46,6 +47,7 @@ True images\ + diff --git a/Framework/Azure/Cqrs.Azure.Functions.ServiceBus.Isolated/Cqrs.Azure.Functions.ServiceBus.Isolated.csproj b/Framework/Azure/Cqrs.Azure.Functions.ServiceBus.Isolated/Cqrs.Azure.Functions.ServiceBus.Isolated.csproj index bac1d477c..f4ed6cd48 100644 --- a/Framework/Azure/Cqrs.Azure.Functions.ServiceBus.Isolated/Cqrs.Azure.Functions.ServiceBus.Isolated.csproj +++ b/Framework/Azure/Cqrs.Azure.Functions.ServiceBus.Isolated/Cqrs.Azure.Functions.ServiceBus.Isolated.csproj @@ -20,6 +20,7 @@ - Azure function support added images\icon.png + README.md true true @@ -52,6 +53,7 @@ True images\ + diff --git a/Framework/Azure/Cqrs.Azure.Functions.ServiceBus/Cqrs.Azure.Functions.ServiceBus.csproj b/Framework/Azure/Cqrs.Azure.Functions.ServiceBus/Cqrs.Azure.Functions.ServiceBus.csproj index 8961e4cc6..7f444d74c 100644 --- a/Framework/Azure/Cqrs.Azure.Functions.ServiceBus/Cqrs.Azure.Functions.ServiceBus.csproj +++ b/Framework/Azure/Cqrs.Azure.Functions.ServiceBus/Cqrs.Azure.Functions.ServiceBus.csproj @@ -20,6 +20,7 @@ - Azure function support added images\icon.png + README.md true true @@ -52,6 +53,7 @@ True images\ + diff --git a/Framework/Azure/Cqrs.Azure.Functions/Cqrs.Azure.Functions.csproj b/Framework/Azure/Cqrs.Azure.Functions/Cqrs.Azure.Functions.csproj index 59c892f80..20fdbe2a6 100644 --- a/Framework/Azure/Cqrs.Azure.Functions/Cqrs.Azure.Functions.csproj +++ b/Framework/Azure/Cqrs.Azure.Functions/Cqrs.Azure.Functions.csproj @@ -20,6 +20,7 @@ - Azure function support added images\icon.png + README.md true true @@ -44,6 +45,7 @@ True images\ + diff --git a/Framework/Azure/Cqrs.Azure.KeyVault/Cqrs.Azure.KeyVault.csproj b/Framework/Azure/Cqrs.Azure.KeyVault/Cqrs.Azure.KeyVault.csproj index 26b040e4d..bd07e79c2 100644 --- a/Framework/Azure/Cqrs.Azure.KeyVault/Cqrs.Azure.KeyVault.csproj +++ b/Framework/Azure/Cqrs.Azure.KeyVault/Cqrs.Azure.KeyVault.csproj @@ -20,6 +20,7 @@ - Upgraded Azure Identity SDK from 1.4.0 to 1.10.2. images\icon.png + README.md true true @@ -38,6 +39,7 @@ True images\ + diff --git a/Framework/Azure/Cqrs.Azure.ServiceBus/Cqrs.Azure.ServiceBus.csproj b/Framework/Azure/Cqrs.Azure.ServiceBus/Cqrs.Azure.ServiceBus.csproj index 4387f7666..9ff33d2e1 100644 --- a/Framework/Azure/Cqrs.Azure.ServiceBus/Cqrs.Azure.ServiceBus.csproj +++ b/Framework/Azure/Cqrs.Azure.ServiceBus/Cqrs.Azure.ServiceBus.csproj @@ -29,6 +29,7 @@ - Upgraded to basing implementation on Azure.Messaging.ServiceBus images\icon.png + README.md true true @@ -53,6 +54,7 @@ True images\ + diff --git a/Framework/Azure/Cqrs.Azure.Storage/Cqrs.Azure.Storage.csproj b/Framework/Azure/Cqrs.Azure.Storage/Cqrs.Azure.Storage.csproj index acb4ed57c..caae53667 100644 --- a/Framework/Azure/Cqrs.Azure.Storage/Cqrs.Azure.Storage.csproj +++ b/Framework/Azure/Cqrs.Azure.Storage/Cqrs.Azure.Storage.csproj @@ -24,6 +24,7 @@ - Upgraded to Azure.Data.Tables and Azure.Storage.Blobs version 12 images\icon.png + README.md true true @@ -60,6 +61,7 @@ True images\ + diff --git a/Framework/Azure/Cqrs.Azure.WebJobs/Cqrs.Azure.WebJobs.csproj b/Framework/Azure/Cqrs.Azure.WebJobs/Cqrs.Azure.WebJobs.csproj index 0905529db..da93e1491 100644 --- a/Framework/Azure/Cqrs.Azure.WebJobs/Cqrs.Azure.WebJobs.csproj +++ b/Framework/Azure/Cqrs.Azure.WebJobs/Cqrs.Azure.WebJobs.csproj @@ -20,6 +20,7 @@ - Deprecated .NET 5.0, replaced with .NET 6.0 images\icon.png + README.md true true @@ -44,6 +45,7 @@ True images\ + diff --git a/Framework/Azure/EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore/_EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore.csproj b/Framework/Azure/EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore/_EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore.csproj index 705b6c47d..e2ea8abe1 100644 --- a/Framework/Azure/EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore/_EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore.csproj +++ b/Framework/Azure/EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore/_EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore.csproj @@ -19,6 +19,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -45,6 +46,7 @@ True images\ + diff --git a/Framework/Cqrs.MongoDB/Cqrs.MongoDB.csproj b/Framework/Cqrs.MongoDB/Cqrs.MongoDB.csproj index cc400a8b0..3cf65192c 100644 --- a/Framework/Cqrs.MongoDB/Cqrs.MongoDB.csproj +++ b/Framework/Cqrs.MongoDB/Cqrs.MongoDB.csproj @@ -20,6 +20,7 @@ - Upgraded MongoDB.Driver from 2.3.0 to 2.22.0. images\icon.png + README.md true true @@ -55,6 +56,7 @@ True images\ + diff --git a/Framework/Cqrs.Sql/Cqrs.Sql.csproj b/Framework/Cqrs.Sql/Cqrs.Sql.csproj index f3d7dbca4..279087fc2 100644 --- a/Framework/Cqrs.Sql/Cqrs.Sql.csproj +++ b/Framework/Cqrs.Sql/Cqrs.Sql.csproj @@ -24,6 +24,7 @@ * Updated the package to target 4.5.1 so the multi-server replicated SQL event store operates as expected. images\icon.png + README.md true true diff --git a/Framework/Cqrs.Web.Mvc/Cqrs.Web.Mvc.csproj b/Framework/Cqrs.Web.Mvc/Cqrs.Web.Mvc.csproj index f734ab3fd..7893940e1 100644 --- a/Framework/Cqrs.Web.Mvc/Cqrs.Web.Mvc.csproj +++ b/Framework/Cqrs.Web.Mvc/Cqrs.Web.Mvc.csproj @@ -14,6 +14,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -44,6 +45,7 @@ True images\ + diff --git a/Framework/Cqrs.WebApi/Cqrs.WebApi.csproj b/Framework/Cqrs.WebApi/Cqrs.WebApi.csproj index b776a76c3..b7dd9feb5 100644 --- a/Framework/Cqrs.WebApi/Cqrs.WebApi.csproj +++ b/Framework/Cqrs.WebApi/Cqrs.WebApi.csproj @@ -14,6 +14,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -44,6 +45,7 @@ True images\ + diff --git a/Framework/Cqrs/Cqrs.csproj b/Framework/Cqrs/Cqrs.csproj index 8de9f4cf6..eb822c8a0 100644 --- a/Framework/Cqrs/Cqrs.csproj +++ b/Framework/Cqrs/Cqrs.csproj @@ -37,7 +37,8 @@ - Refactored .NET Standard 2.0 to be far more async/await able... means some breaking changes as method names and return types change. images\icon.png - + README.md + true true snupkg @@ -61,10 +62,11 @@ - + True images\ + diff --git a/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.ServiceBus.CommandBus/Cqrs.DependencyInjection.Azure.ServiceBus.CommandBus.csproj b/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.ServiceBus.CommandBus/Cqrs.DependencyInjection.Azure.ServiceBus.CommandBus.csproj index 1eebe09f0..b0105f717 100644 --- a/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.ServiceBus.CommandBus/Cqrs.DependencyInjection.Azure.ServiceBus.CommandBus.csproj +++ b/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.ServiceBus.CommandBus/Cqrs.DependencyInjection.Azure.ServiceBus.CommandBus.csproj @@ -20,6 +20,7 @@ - MS DI support added images\icon.png + README.md true true @@ -51,6 +52,7 @@ True images\ + diff --git a/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.ServiceBus.EventBus/Cqrs.DependencyInjection.Azure.ServiceBus.EventBus.csproj b/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.ServiceBus.EventBus/Cqrs.DependencyInjection.Azure.ServiceBus.EventBus.csproj index 0b17579e5..3a736389e 100644 --- a/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.ServiceBus.EventBus/Cqrs.DependencyInjection.Azure.ServiceBus.EventBus.csproj +++ b/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.ServiceBus.EventBus/Cqrs.DependencyInjection.Azure.ServiceBus.EventBus.csproj @@ -20,6 +20,7 @@ - MS DI support added images\icon.png + README.md true true @@ -52,6 +53,7 @@ True images\ + diff --git a/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.Storage/Cqrs.DependencyInjection.Azure.Storage.csproj b/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.Storage/Cqrs.DependencyInjection.Azure.Storage.csproj index 6f095244e..06dfb2a4a 100644 --- a/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.Storage/Cqrs.DependencyInjection.Azure.Storage.csproj +++ b/Framework/DependencyInjection/Azure/Cqrs.DependencyInjection.Azure.Storage/Cqrs.DependencyInjection.Azure.Storage.csproj @@ -20,6 +20,7 @@ - MS DI support added images\icon.png + README.md true true @@ -51,6 +52,7 @@ True images\ + diff --git a/Framework/DependencyInjection/Cqrs.DependencyInjection/Cqrs.DependencyInjection.csproj b/Framework/DependencyInjection/Cqrs.DependencyInjection/Cqrs.DependencyInjection.csproj index f43b51256..da05ea7f5 100644 --- a/Framework/DependencyInjection/Cqrs.DependencyInjection/Cqrs.DependencyInjection.csproj +++ b/Framework/DependencyInjection/Cqrs.DependencyInjection/Cqrs.DependencyInjection.csproj @@ -28,6 +28,7 @@ - MS DI support added images\icon.png + README.md true true @@ -52,6 +53,7 @@ True images\ + diff --git a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Cqrs.Ninject.Azure.DocumentDb.csproj b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Cqrs.Ninject.Azure.DocumentDb.csproj index 535313a11..086f7dea6 100644 --- a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Cqrs.Ninject.Azure.DocumentDb.csproj +++ b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Cqrs.Ninject.Azure.DocumentDb.csproj @@ -15,6 +15,7 @@ * Added support for snapshots. images\icon.png + README.md true true diff --git a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.CommandBus/Cqrs.Ninject.Azure.ServiceBus.CommandBus.csproj b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.CommandBus/Cqrs.Ninject.Azure.ServiceBus.CommandBus.csproj index 4f8cb3358..89ccc9b4f 100644 --- a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.CommandBus/Cqrs.Ninject.Azure.ServiceBus.CommandBus.csproj +++ b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.CommandBus/Cqrs.Ninject.Azure.ServiceBus.CommandBus.csproj @@ -20,6 +20,7 @@ - Deprecated .NET 5.0, replaced with .NET 6.0 images\icon.png + README.md true true @@ -51,6 +52,7 @@ True images\ + diff --git a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.EventBus/Cqrs.Ninject.Azure.ServiceBus.EventBus.csproj b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.EventBus/Cqrs.Ninject.Azure.ServiceBus.EventBus.csproj index aa2992753..8022f4c24 100644 --- a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.EventBus/Cqrs.Ninject.Azure.ServiceBus.EventBus.csproj +++ b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.EventBus/Cqrs.Ninject.Azure.ServiceBus.EventBus.csproj @@ -20,6 +20,7 @@ - Deprecated .NET 5.0, replaced with .NET 6.0 images\icon.png + README.md true true @@ -52,6 +53,7 @@ True images\ + diff --git a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.Storage/Cqrs.Ninject.Azure.Storage.csproj b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.Storage/Cqrs.Ninject.Azure.Storage.csproj index 0df7f7455..e6487eafa 100644 --- a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.Storage/Cqrs.Ninject.Azure.Storage.csproj +++ b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.Storage/Cqrs.Ninject.Azure.Storage.csproj @@ -20,6 +20,7 @@ - Upgraded to Azure.Data.Tables and Azure.Storage.Blobs version 12 images\icon.png + README.md true true @@ -51,6 +52,7 @@ True images\ + diff --git a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.Wcf/Cqrs.Ninject.Azure.Wcf.csproj b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.Wcf/Cqrs.Ninject.Azure.Wcf.csproj index ab9ec304c..b2422abdb 100644 --- a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.Wcf/Cqrs.Ninject.Azure.Wcf.csproj +++ b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.Wcf/Cqrs.Ninject.Azure.Wcf.csproj @@ -16,6 +16,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -40,6 +41,7 @@ True images\ + diff --git a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.WebJobs/Cqrs.Ninject.Azure.WebJobs.csproj b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.WebJobs/Cqrs.Ninject.Azure.WebJobs.csproj index 2e6b6c370..3223848a6 100644 --- a/Framework/Ninject/Azure/Cqrs.Ninject.Azure.WebJobs/Cqrs.Ninject.Azure.WebJobs.csproj +++ b/Framework/Ninject/Azure/Cqrs.Ninject.Azure.WebJobs/Cqrs.Ninject.Azure.WebJobs.csproj @@ -16,6 +16,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -40,6 +41,7 @@ True images\ + diff --git a/Framework/Ninject/Cqrs.Ninject.MongoDB/Cqrs.Ninject.MongoDB.csproj b/Framework/Ninject/Cqrs.Ninject.MongoDB/Cqrs.Ninject.MongoDB.csproj index 81f2c20c8..647ab4b92 100644 --- a/Framework/Ninject/Cqrs.Ninject.MongoDB/Cqrs.Ninject.MongoDB.csproj +++ b/Framework/Ninject/Cqrs.Ninject.MongoDB/Cqrs.Ninject.MongoDB.csproj @@ -19,6 +19,7 @@ * New images\icon.png + README.md true true diff --git a/Framework/Ninject/Cqrs.Ninject.ServiceHost/Cqrs.Ninject.ServiceHost.csproj b/Framework/Ninject/Cqrs.Ninject.ServiceHost/Cqrs.Ninject.ServiceHost.csproj index 5ac177587..3e0bcc028 100644 --- a/Framework/Ninject/Cqrs.Ninject.ServiceHost/Cqrs.Ninject.ServiceHost.csproj +++ b/Framework/Ninject/Cqrs.Ninject.ServiceHost/Cqrs.Ninject.ServiceHost.csproj @@ -16,6 +16,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -47,6 +48,7 @@ True images\ + diff --git a/Framework/Ninject/Cqrs.Ninject.WebApi/Cqrs.Ninject.WebApi.csproj b/Framework/Ninject/Cqrs.Ninject.WebApi/Cqrs.Ninject.WebApi.csproj index 36f24eb53..187618405 100644 --- a/Framework/Ninject/Cqrs.Ninject.WebApi/Cqrs.Ninject.WebApi.csproj +++ b/Framework/Ninject/Cqrs.Ninject.WebApi/Cqrs.Ninject.WebApi.csproj @@ -16,6 +16,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -47,6 +48,7 @@ True images\ + diff --git a/Framework/Ninject/Cqrs.Ninject/Cqrs.Ninject.csproj b/Framework/Ninject/Cqrs.Ninject/Cqrs.Ninject.csproj index 19e4657fd..5a7565b22 100644 --- a/Framework/Ninject/Cqrs.Ninject/Cqrs.Ninject.csproj +++ b/Framework/Ninject/Cqrs.Ninject/Cqrs.Ninject.csproj @@ -20,6 +20,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -51,6 +52,7 @@ True images\ + diff --git a/Scheduler/Cqrs.Scheduler.Commands/Cqrs.Scheduler.Commands.csproj b/Scheduler/Cqrs.Scheduler.Commands/Cqrs.Scheduler.Commands.csproj index f7222b5fb..da9b4b8e3 100644 --- a/Scheduler/Cqrs.Scheduler.Commands/Cqrs.Scheduler.Commands.csproj +++ b/Scheduler/Cqrs.Scheduler.Commands/Cqrs.Scheduler.Commands.csproj @@ -25,6 +25,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -37,6 +38,7 @@ True images\ + diff --git a/Scheduler/Cqrs.Scheduler.Events/Cqrs.Scheduler.Events.csproj b/Scheduler/Cqrs.Scheduler.Events/Cqrs.Scheduler.Events.csproj index 9acf9f3d0..b0b2fec17 100644 --- a/Scheduler/Cqrs.Scheduler.Events/Cqrs.Scheduler.Events.csproj +++ b/Scheduler/Cqrs.Scheduler.Events/Cqrs.Scheduler.Events.csproj @@ -25,6 +25,7 @@ - Deprecated .NET 6.0, replaced with .NET 8.0 images\icon.png + README.md true true @@ -37,6 +38,7 @@ True images\ +