diff --git a/GenericServices/GenericServices.csproj b/GenericServices/GenericServices.csproj index 2955f49..3fdce09 100644 --- a/GenericServices/GenericServices.csproj +++ b/GenericServices/GenericServices.csproj @@ -14,8 +14,8 @@ true - 8.0.0 - 8.0.0 + 8.1.0 + 8.1.0 Selective Analytics Jon P Smith EfCore.GenericServices @@ -27,7 +27,7 @@ GuHub Entity Framework Core, ASP.NET Core - - Only supports .NET 8 - This makes it easier to update for future NET releases + - Updated to AutoMapper to version="13.0.1" from PR by @aaron-kruse GenericServicesNuGetIcon128.png MIT diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 08efaa9..98a6ce1 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +## 8.1.0 + +- Updated to AutoMapper to version="13.0.1" from PR by @aaron-kruse + ## 8.0.0 - Only supports .NET 8 - This makes it easier to update for future NET releases