From 8fe6f17133fce6250a3a93fdfd81cc61c2f5a878 Mon Sep 17 00:00:00 2001 From: Jon P Smith Date: Thu, 21 Nov 2024 09:20:17 +0000 Subject: [PATCH] Version 9.0.0 --- Benchmarking/Benchmarking.csproj | 12 ++++++------ DataLayer/DataLayer.csproj | 4 ++-- GenericServices/GenericServices.csproj | 12 +++++++----- README.md | 1 + ReleaseNotes.md | 4 ++++ ServiceLayer/ServiceLayer.csproj | 2 +- Tests/Tests.csproj | 14 +++++++------- 7 files changed, 28 insertions(+), 21 deletions(-) diff --git a/Benchmarking/Benchmarking.csproj b/Benchmarking/Benchmarking.csproj index 86a1f47..cb95c42 100644 --- a/Benchmarking/Benchmarking.csproj +++ b/Benchmarking/Benchmarking.csproj @@ -7,12 +7,12 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/DataLayer/DataLayer.csproj b/DataLayer/DataLayer.csproj index 69ad42f..56e54b1 100644 --- a/DataLayer/DataLayer.csproj +++ b/DataLayer/DataLayer.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/GenericServices/GenericServices.csproj b/GenericServices/GenericServices.csproj index 3fdce09..55a540b 100644 --- a/GenericServices/GenericServices.csproj +++ b/GenericServices/GenericServices.csproj @@ -2,20 +2,21 @@ net8.0 + README.md true - - + + true - 8.1.0 - 8.1.0 + 9.0.0 + 9.0.0 Selective Analytics Jon P Smith EfCore.GenericServices @@ -27,7 +28,7 @@ GuHub Entity Framework Core, ASP.NET Core - - Updated to AutoMapper to version="13.0.1" from PR by @aaron-kruse + - .NET 9 version GenericServicesNuGetIcon128.png MIT @@ -35,6 +36,7 @@ + diff --git a/README.md b/README.md index 36d93c4..3e9d239 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The EfCore.GenericServices library is available on [NuGet as EfCore.GenericServi ## List of versions and which .NET framework they support +- Version 8.0.0: Supports NET 9 only (simpler to update to next NET release) - Version 8.0.0: Supports NET 8 only (simpler to update to next NET release) - Version 6.?.?: Supports NET 6, 7 and 8 - Version 5.2.?: Supports NET 5, 6 and 7 diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 98a6ce1..5f9b15b 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +## 9.0.0 + +.NET 9 version + ## 8.1.0 - Updated to AutoMapper to version="13.0.1" from PR by @aaron-kruse diff --git a/ServiceLayer/ServiceLayer.csproj b/ServiceLayer/ServiceLayer.csproj index b813526..41d316a 100644 --- a/ServiceLayer/ServiceLayer.csproj +++ b/ServiceLayer/ServiceLayer.csproj @@ -5,7 +5,7 @@ - + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 2cd657c..790415f 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -7,14 +7,14 @@ - - - - + + + + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive