From b841b948a119c11ceae081004e4ff8544f076f93 Mon Sep 17 00:00:00 2001 From: Jon P Smith Date: Fri, 9 Feb 2024 15:06:30 +0000 Subject: [PATCH] Version 6.2.2 - bug fix --- .../AuthPermissions.AspNetCore.csproj | 2 -- .../CreateNuGetRelease.nuspec | 16 ++++++++-------- AuthPermissions.AspNetCore/MultiProjPack.xml | 4 ++-- .../AuthPermissions.BaseCode.csproj | 6 +++--- .../AuthPermissions.SupportCode.csproj | 2 +- AuthPermissions/AuthPermissions.csproj | 6 +++--- .../Example5.MvcWebApp.AzureAdB2C.csproj | 2 +- 7 files changed, 18 insertions(+), 20 deletions(-) diff --git a/AuthPermissions.AspNetCore/AuthPermissions.AspNetCore.csproj b/AuthPermissions.AspNetCore/AuthPermissions.AspNetCore.csproj index f5182a53..f7a78d6d 100644 --- a/AuthPermissions.AspNetCore/AuthPermissions.AspNetCore.csproj +++ b/AuthPermissions.AspNetCore/AuthPermissions.AspNetCore.csproj @@ -9,8 +9,6 @@ - - diff --git a/AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec b/AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec index a013680b..f3e972ee 100644 --- a/AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec +++ b/AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec @@ -2,13 +2,13 @@ AuthPermissions.AspNetCore - 6.2.1 + 6.2.2 Jon P Smith AuthPermissions.AspNetCore Copyright (c) 2021 Jon P Smith Provides extra authorization and multi-tenant features to an ASP.NET Core application. - - Fixed bug - SignInAndCreateTenant didn't return the AddNewUserDto. + - Updated Net.RunMethodsSequentially to make fix .NET 8 Postgres bug MIT https://github.com/JonPSmith/AuthPermissions.AspNetCore @@ -25,7 +25,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -86,7 +86,7 @@ - + diff --git a/AuthPermissions.AspNetCore/MultiProjPack.xml b/AuthPermissions.AspNetCore/MultiProjPack.xml index 036cfed8..143087d3 100644 --- a/AuthPermissions.AspNetCore/MultiProjPack.xml +++ b/AuthPermissions.AspNetCore/MultiProjPack.xml @@ -4,13 +4,13 @@ AuthPermissions.AspNetCore - 6.2.1 + 6.2.2 Jon P Smith AuthPermissions.AspNetCore Copyright (c) 2021 Jon P Smith Provides extra authorization and multi-tenant features to an ASP.NET Core application. - - Fixed bug - SignInAndCreateTenant didn't return the AddNewUserDto. + - Updated Net.RunMethodsSequentially to fix .NET 8 Postgres bug MIT https://github.com/JonPSmith/AuthPermissions.AspNetCore diff --git a/AuthPermissions.BaseCode/AuthPermissions.BaseCode.csproj b/AuthPermissions.BaseCode/AuthPermissions.BaseCode.csproj index 9233e06e..a7ddff33 100644 --- a/AuthPermissions.BaseCode/AuthPermissions.BaseCode.csproj +++ b/AuthPermissions.BaseCode/AuthPermissions.BaseCode.csproj @@ -14,7 +14,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/AuthPermissions.SupportCode/AuthPermissions.SupportCode.csproj b/AuthPermissions.SupportCode/AuthPermissions.SupportCode.csproj index 514561ee..a5f262e0 100644 --- a/AuthPermissions.SupportCode/AuthPermissions.SupportCode.csproj +++ b/AuthPermissions.SupportCode/AuthPermissions.SupportCode.csproj @@ -7,7 +7,7 @@ - + diff --git a/AuthPermissions/AuthPermissions.csproj b/AuthPermissions/AuthPermissions.csproj index 94b061f5..218ce3a0 100644 --- a/AuthPermissions/AuthPermissions.csproj +++ b/AuthPermissions/AuthPermissions.csproj @@ -19,7 +19,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + @@ -36,7 +36,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + @@ -53,7 +53,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Example5.MvcWebApp.AzureAdB2C/Example5.MvcWebApp.AzureAdB2C.csproj b/Example5.MvcWebApp.AzureAdB2C/Example5.MvcWebApp.AzureAdB2C.csproj index 2feedbfd..d9a73041 100644 --- a/Example5.MvcWebApp.AzureAdB2C/Example5.MvcWebApp.AzureAdB2C.csproj +++ b/Example5.MvcWebApp.AzureAdB2C/Example5.MvcWebApp.AzureAdB2C.csproj @@ -11,7 +11,7 @@ - +