From 5cfd529f755fb8b22aee175d914ea84b5b847368 Mon Sep 17 00:00:00 2001 From: Jon P Smith Date: Tue, 15 Nov 2022 09:33:42 +0000 Subject: [PATCH] Version 5.2.0 --- Benchmarking/Benchmarking.csproj | 4 ++-- DataLayer/DataLayer.csproj | 2 +- GenericServices/GenericServices.csproj | 15 ++++++++------- README.md | 5 ++++- ReleaseNotes.md | 5 +++++ Tests/Tests.csproj | 12 ++++++------ 6 files changed, 26 insertions(+), 17 deletions(-) diff --git a/Benchmarking/Benchmarking.csproj b/Benchmarking/Benchmarking.csproj index e571281..84c591b 100644 --- a/Benchmarking/Benchmarking.csproj +++ b/Benchmarking/Benchmarking.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/DataLayer/DataLayer.csproj b/DataLayer/DataLayer.csproj index 5a10021..735be01 100644 --- a/DataLayer/DataLayer.csproj +++ b/DataLayer/DataLayer.csproj @@ -12,7 +12,7 @@ - + diff --git a/GenericServices/GenericServices.csproj b/GenericServices/GenericServices.csproj index 1bd3606..19e8642 100644 --- a/GenericServices/GenericServices.csproj +++ b/GenericServices/GenericServices.csproj @@ -14,8 +14,8 @@ - - + + @@ -28,10 +28,10 @@ true - 5.1.1 - 5.1.1 - 5.1.1.0 - 5.1.1.0 + 5.2.0 + 5.2.0 + 5.2.0.0 + 5.2.0.0 Selective Analytics Jon P Smith EfCore.GenericServices @@ -43,7 +43,8 @@ GuHub Entity Framework Core, ASP.NET Core - Bug fix: EF Core 6 version failed on owned type because defintion changed - see issue #60 + - Updated to support NET 7 - thanks to GitHub user @Jerrill - see PR #66 + - Updates AutoMapper to version 12.0.0 - thanks to GitHub user @Jerrill - see PR #66 GenericServicesNuGetIcon128.png MIT diff --git a/README.md b/README.md index 632cff8..fc7585b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ This library helps you quickly code Create, Read, Update and Delete (CRUD) acces The EfCore.GenericServices library is available on [NuGet as EfCore.GenericServices](https://www.nuget.org/packages/EfCore.GenericServices/) and is an open-source library under the MIT licence. See [ReleaseNotes](https://github.com/JonPSmith/EfCore.GenericServices/blob/master/ReleaseNotes.md) for details of changes and information on each version of EfCore.GenericServices. -NOTE: Version 5.1.0 and above of this library supports multiple versions of EF Core 5. At the moment version 5.1.0 supports EF Core 5.10 and EF Core 6. +NOTE: Version 5.1.0 and above of this library supports multiple versions of EF Core 5. + + Version 5.1.0 and above supports EF Core 5.10 and EF Core 6.0 + Version 5.2.0 and above supports EF Core 5.10, EF Core 6.0 and EF Core 7.0 _If are using the older versions of EF Core you should use [EfCore.GenericServices, version 3.2.2](https://www.nuget.org/packages/EfCore.GenericServices/3.2.2)._ diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 0e914d8..e2e16dd 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,10 @@ # Release Notes +## 5.2.0 + +- Updated to support NET 7 - thanks to GitHub user @Jerrill - see PR #66 +- Updates AutoMapper to version 12.0.0 - thanks to GitHub user @Jerrill - see PR #66 + ## 5.1.1 - Bug fix: EF Core 6 version failed on owned type because defintion changed - see issue #60 diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index a595c2b..72c0652 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -7,7 +7,7 @@ - + @@ -23,10 +23,10 @@ - - - - + + + + @@ -39,7 +39,7 @@ - +