From 442794834612ec136a0caa5757ad8e9f4093c8c2 Mon Sep 17 00:00:00 2001 From: Jon P Smith Date: Mon, 21 Nov 2022 14:50:16 +0000 Subject: [PATCH] Version 4.0.0 --- .../CreateNuGetRelease.nuspec | 97 +++++++++++++++---- AuthPermissions.AspNetCore/MultiProjPack.xml | 3 +- ReleaseNotes.md | 1 + 3 files changed, 79 insertions(+), 22 deletions(-) diff --git a/AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec b/AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec index 7b78fb94..cdb5c90d 100644 --- a/AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec +++ b/AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec @@ -2,16 +2,15 @@ AuthPermissions.AspNetCore - 3.5.0 + 4.0.0 Jon P Smith AuthPermissions.AspNetCore Copyright (c) 2021 Jon P Smith Provides extra authorization and multi-tenant features to a ASP.NET Core application. -- BREAKING CHANGE (small): The DisableJwtRefreshToken service has been updated to handle multiple logins from one user -- BREAKING CHANGE (small): Changed TenantChangeCookieEvent name to SomethingChangedCookieEvent -- Improved feature: AuthPermissionsDbContext now takes multiple IDatabaseStateChangeEvent -- Improved feature: No AuthP database event change listeners will be triggered during bulk loading +- Now supports .NET6 and .NET 7 frameworks. +- Updated all the .NET 6 NuGets to the latest versions. +- Simplification (non-breaking): All tenant version now have a `DataKey` of length of 250. MIT https://github.com/JonPSmith/AuthPermissions.AspNetCore @@ -19,28 +18,66 @@ ASP.NET Core, Entity Framework Core - - - - - - - - + + + + + + + + - - - - + + + + - - - + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -48,19 +85,37 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AuthPermissions.AspNetCore/MultiProjPack.xml b/AuthPermissions.AspNetCore/MultiProjPack.xml index ac71b4a0..7f262553 100644 --- a/AuthPermissions.AspNetCore/MultiProjPack.xml +++ b/AuthPermissions.AspNetCore/MultiProjPack.xml @@ -10,7 +10,8 @@ Copyright (c) 2021 Jon P Smith Provides extra authorization and multi-tenant features to a ASP.NET Core application. -- Improved feature: Now supports .NET6 and .NET 7 frameworks. +- Now supports .NET6 and .NET 7 frameworks. +- Updated all the .NET 6 NuGets to the latest versions. - Simplification (non-breaking): All tenant version now have a `DataKey` of length of 250. MIT diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 63a0ebc5..60948dc5 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -3,6 +3,7 @@ ## 4.0.0 - Improved feature: Now supports .NET6 and .NET 7 frameworks. +- Updated all the .NET 6 NuGets to the latest versions. - Simplification (non-breaking): All tenant version now have a `DataKey` of length of 250. ## 3.5.0