From fcd84fc728b0d9d9ccd81448995c4608c606f509 Mon Sep 17 00:00:00 2001 From: Jon P Smith Date: Thu, 21 Nov 2024 09:34:04 +0000 Subject: [PATCH] Version 9.0.0 --- DataLayer/DataLayer.csproj | 2 +- README.md | 1 + ReleaseNotes.md | 4 ++++ SoftDeleteServices/SoftDeleteServices.csproj | 18 +++++++++--------- Test/Test.csproj | 16 ++++++++-------- 5 files changed, 23 insertions(+), 18 deletions(-) diff --git a/DataLayer/DataLayer.csproj b/DataLayer/DataLayer.csproj index 2976305..8688645 100644 --- a/DataLayer/DataLayer.csproj +++ b/DataLayer/DataLayer.csproj @@ -5,7 +5,7 @@ - + diff --git a/README.md b/README.md index eab0964..4aae4ba 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ MIT License. Documentation can be found in the [Repo's Wiki](https://github.com/ ## List of versions and which .NET framework they support +- Version 9.0.0: supports NET 8 only (simpler to update to next NET release) - Version 8.0.0: supports NET 8 only (simpler to update to next NET release) - Version 4.?.?: Supports NET 6, 7 and 8 - Version 3.?.?: Supports NET 6 and 7 diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e792123..85c242d 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +## 9.0.0 + +- .NET 9 version + ## 8.0.0 - Only supports .NET 8 - This makes it easier to update for future NET releases diff --git a/SoftDeleteServices/SoftDeleteServices.csproj b/SoftDeleteServices/SoftDeleteServices.csproj index 1731eec..9a9db8f 100644 --- a/SoftDeleteServices/SoftDeleteServices.csproj +++ b/SoftDeleteServices/SoftDeleteServices.csproj @@ -2,14 +2,15 @@ net8.0 + README.md true - - - - + + + + @@ -19,15 +20,13 @@ EfCore.SoftDeleteServices - 8.0.0 - 8.0.0 - 8.0.0.0 - 8.0.0.0 + 9.0.0 + 9.0.0 Jon P Smith Services to provide simple soft delete and cascade soft delete in EF Core. false - Only supports .NET 8 - This makes it easier to update for future NET releases + .NET 9 version Copyright (c) 2020 Jon P Smith. Licenced under MIT licence Entity Framework Core @@ -41,6 +40,7 @@ + diff --git a/Test/Test.csproj b/Test/Test.csproj index 40f1172..ce891f0 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -7,20 +7,20 @@ - - - + + + - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive