From 7d730b305b13379cb1b5b74628de80aff8f281a3 Mon Sep 17 00:00:00 2001 From: Eric Sibly Date: Mon, 4 Mar 2024 10:26:22 -0800 Subject: [PATCH] Update to latest CoreEx. --- CHANGELOG.md | 11 +++++++---- Common.targets | 2 +- .../ContactSync.NewApp.Subscriber.csproj | 6 +++--- .../ContactSync.OldApp.Publisher.csproj | 2 +- .../SqlServerDemo.Publisher.csproj | 2 +- src/NTangle/NTangle.csproj | 2 +- tools/NTangle.CodeGen/NTangle.CodeGen.csproj | 2 +- .../content/AppName.CodeGen/AppName.CodeGen.csproj | 2 +- .../AppName.Publisher/AppName.Publisher.csproj | 4 ++-- 9 files changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c58923c..cb44e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,22 @@ Represents the **NuGet** versions. +## v2.5.1 +- *Fixed:* Updated `CoreEx` (`v3.13.0`) and other dependencies. + ## v2.5.0 -- *Enhancement:* Updated `DbEx` (`v2.5.0`) and`CoreEx` (`v3.12.0`) and other dependencies. +- *Enhancement:* Updated `DbEx` (`v2.5.0`) and `CoreEx` (`v3.12.0`) and other dependencies. ## v2.4.0 -- *Enhancement:* Updated `DbEx` (`v2.4.0`) and`CoreEx` (`v3.9.0`) and other dependencies. +- *Enhancement:* Updated `DbEx` (`v2.4.0`) and `CoreEx` (`v3.9.0`) and other dependencies. - *Enhancement:* Updated the `dotnet new ntangle` template to target `net8.0` and [isolated](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide) functions. ## v2.3.6 -- *Fixed:* Updated `DbEx` (`v2.3.15`) and`CoreEx` (`v3.8.1`) and other dependencies. +- *Fixed:* Updated `DbEx` (`v2.3.15`) and `CoreEx` (`v3.8.1`) and other dependencies. - *Fixed*: Updated `OnRamp` (`2.0.0`) which necessitated internal change from `Newtonsoft.Json` (now deprecated) to `System.Text.Json`. ## v2.3.5 -- *Fixed:* Updated `DbEx` (`v2.3.13`) and`CoreEx` (`v3.6.1`) and other dependencies. +- *Fixed:* Updated `DbEx` (`v2.3.13`) and `CoreEx` (`v3.6.1`) and other dependencies. - *Fixed:* Added `net8.0` support. - *Fixed:* The `EntityOrchestrator` mapping code generation for sub-classes was not always being generated correctly; non-compiling missing `,` formatting corrected. diff --git a/Common.targets b/Common.targets index ba3f923..cd1e54c 100644 --- a/Common.targets +++ b/Common.targets @@ -1,6 +1,6 @@ - 2.5.0 + 2.5.1 true NTangle Developers Avanade diff --git a/samples/ContactSync/ContactSync.NewApp/ContactSync.NewApp.Subscriber/ContactSync.NewApp.Subscriber.csproj b/samples/ContactSync/ContactSync.NewApp/ContactSync.NewApp.Subscriber/ContactSync.NewApp.Subscriber.csproj index d0b00e9..d955ea5 100644 --- a/samples/ContactSync/ContactSync.NewApp/ContactSync.NewApp.Subscriber/ContactSync.NewApp.Subscriber.csproj +++ b/samples/ContactSync/ContactSync.NewApp/ContactSync.NewApp.Subscriber/ContactSync.NewApp.Subscriber.csproj @@ -26,9 +26,9 @@ PreserveNewest - - - + + + diff --git a/samples/ContactSync/ContactSync.OldApp/ContactSync.OldApp.Publisher/ContactSync.OldApp.Publisher.csproj b/samples/ContactSync/ContactSync.OldApp/ContactSync.OldApp.Publisher/ContactSync.OldApp.Publisher.csproj index 64881ea..aaebd8d 100644 --- a/samples/ContactSync/ContactSync.OldApp/ContactSync.OldApp.Publisher/ContactSync.OldApp.Publisher.csproj +++ b/samples/ContactSync/ContactSync.OldApp/ContactSync.OldApp.Publisher/ContactSync.OldApp.Publisher.csproj @@ -23,7 +23,7 @@ - + diff --git a/samples/SqlServerDemo/SqlServerDemo.Publisher/SqlServerDemo.Publisher.csproj b/samples/SqlServerDemo/SqlServerDemo.Publisher/SqlServerDemo.Publisher.csproj index da2c36b..1798875 100644 --- a/samples/SqlServerDemo/SqlServerDemo.Publisher/SqlServerDemo.Publisher.csproj +++ b/samples/SqlServerDemo/SqlServerDemo.Publisher/SqlServerDemo.Publisher.csproj @@ -23,7 +23,7 @@ - + diff --git a/src/NTangle/NTangle.csproj b/src/NTangle/NTangle.csproj index cd9c13d..2eb488b 100644 --- a/src/NTangle/NTangle.csproj +++ b/src/NTangle/NTangle.csproj @@ -10,7 +10,7 @@ - + diff --git a/tools/NTangle.CodeGen/NTangle.CodeGen.csproj b/tools/NTangle.CodeGen/NTangle.CodeGen.csproj index 62fd752..bf9c610 100644 --- a/tools/NTangle.CodeGen/NTangle.CodeGen.csproj +++ b/tools/NTangle.CodeGen/NTangle.CodeGen.csproj @@ -15,7 +15,7 @@ - + diff --git a/tools/NTangle.Template/content/AppName.CodeGen/AppName.CodeGen.csproj b/tools/NTangle.Template/content/AppName.CodeGen/AppName.CodeGen.csproj index 6c72f5c..ca7f8c8 100644 --- a/tools/NTangle.Template/content/AppName.CodeGen/AppName.CodeGen.csproj +++ b/tools/NTangle.Template/content/AppName.CodeGen/AppName.CodeGen.csproj @@ -5,7 +5,7 @@ enable - + diff --git a/tools/NTangle.Template/content/AppName.Publisher/AppName.Publisher.csproj b/tools/NTangle.Template/content/AppName.Publisher/AppName.Publisher.csproj index b80d940..a088958 100644 --- a/tools/NTangle.Template/content/AppName.Publisher/AppName.Publisher.csproj +++ b/tools/NTangle.Template/content/AppName.Publisher/AppName.Publisher.csproj @@ -8,7 +8,7 @@ - + @@ -29,7 +29,7 @@ - +