Skip to content

Commit

Permalink
Version 6.2.2 - bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPSmith committed Feb 9, 2024
1 parent 33205af commit b841b94
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 20 deletions.
2 changes: 0 additions & 2 deletions AuthPermissions.AspNetCore/AuthPermissions.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.0" />
<!-- .NET 8 needs a newer DistributedLock.Postgres version. See https://github.com/madelson/DistributedLock/issues/174 -->
<PackageReference Include="DistributedLock.Postgres" Version="1.0.5" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0'">
Expand Down
16 changes: 8 additions & 8 deletions AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AuthPermissions.AspNetCore</id>
<version>6.2.1</version>
<version>6.2.2</version>
<authors>Jon P Smith</authors>
<product>AuthPermissions.AspNetCore</product>
<copyright>Copyright (c) 2021 Jon P Smith</copyright>
<description>Provides extra authorization and multi-tenant features to an ASP.NET Core application.</description>
<releaseNotes>
- Fixed bug - SignInAndCreateTenant didn't return the AddNewUserDto.
- Updated Net.RunMethodsSequentially to make fix .NET 8 Postgres bug
</releaseNotes>
<license type="expression">MIT</license>
<projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl>
Expand All @@ -25,7 +25,7 @@
<dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="8.0.0" />
<dependency id="Microsoft.EntityFrameworkCore.Tools" version="8.0.0" />
<dependency id="Microsoft.Extensions.Hosting" version="8.0.0" />
<dependency id="Net.RunMethodsSequentially" version="2.0.0" />
<dependency id="Net.RunMethodsSequentially" version="2.0.1" />
<dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="8.0.0" />
<dependency id="Net.LocalizeMessagesAndErrors" version="2.0.0" />
<dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="8.0.0" />
Expand All @@ -36,7 +36,7 @@
<dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="6.0.3" />
<dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3.1" />
<dependency id="Microsoft.Extensions.Localization.Abstractions" version="8.0.0" />
<dependency id="DistributedLock" version="2.3.2" />
<dependency id="DistributedLock" version="2.3.4" />
<dependency id="Microsoft.AspNetCore.Hosting" version="2.2.7" />
<dependency id="Microsoft.Graph" version="4.37.0" />
</group>
Expand All @@ -50,7 +50,7 @@
<dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="7.0.0" />
<dependency id="Microsoft.EntityFrameworkCore.Tools" version="7.0.0" />
<dependency id="Microsoft.Extensions.Hosting" version="7.0.0" />
<dependency id="Net.RunMethodsSequentially" version="2.0.0" />
<dependency id="Net.RunMethodsSequentially" version="2.0.1" />
<dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="7.0.0" />
<dependency id="Net.LocalizeMessagesAndErrors" version="2.0.0" />
<dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="7.0.0" />
Expand All @@ -61,7 +61,7 @@
<dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="6.0.3" />
<dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3.1" />
<dependency id="Microsoft.Extensions.Localization.Abstractions" version="7.0.0" />
<dependency id="DistributedLock" version="2.3.2" />
<dependency id="DistributedLock" version="2.3.4" />
<dependency id="Microsoft.AspNetCore.Hosting" version="2.2.7" />
<dependency id="Microsoft.Graph" version="4.37.0" />
</group>
Expand All @@ -75,7 +75,7 @@
<dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="6.0.11" />
<dependency id="Microsoft.EntityFrameworkCore.Tools" version="6.0.11" />
<dependency id="Microsoft.Extensions.Hosting" version="6.0.1" />
<dependency id="Net.RunMethodsSequentially" version="2.0.0" />
<dependency id="Net.RunMethodsSequentially" version="2.0.1" />
<dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="6.0.7" />
<dependency id="Net.LocalizeMessagesAndErrors" version="2.0.0" />
<dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="6.0.11" />
Expand All @@ -86,7 +86,7 @@
<dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="6.0.3" />
<dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3.1" />
<dependency id="Microsoft.Extensions.Localization.Abstractions" version="6.0.11" />
<dependency id="DistributedLock" version="2.3.2" />
<dependency id="DistributedLock" version="2.3.4" />
<dependency id="Microsoft.AspNetCore.Hosting" version="2.2.7" />
<dependency id="Microsoft.Graph" version="4.37.0" />
</group>
Expand Down
4 changes: 2 additions & 2 deletions AuthPermissions.AspNetCore/MultiProjPack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<!-- See documentation for all the possible values -->
<metadata>
<id>AuthPermissions.AspNetCore</id>
<version>6.2.1</version>
<version>6.2.2</version>
<authors>Jon P Smith</authors>
<product>AuthPermissions.AspNetCore</product>
<copyright>Copyright (c) 2021 Jon P Smith</copyright>
<description>Provides extra authorization and multi-tenant features to an ASP.NET Core application.</description>
<releaseNotes>
- Fixed bug - SignInAndCreateTenant didn't return the AddNewUserDto.
- Updated Net.RunMethodsSequentially to fix .NET 8 Postgres bug
</releaseNotes>
<license type="expression">MIT</license>
<projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions AuthPermissions.BaseCode/AuthPermissions.BaseCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.1" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.0" />
</ItemGroup>

Expand All @@ -26,7 +26,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.1" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="7.0.0" />
</ItemGroup>

Expand All @@ -38,7 +38,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.11" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.7" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.1" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="6.0.11" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DistributedLock" Version="2.3.2" />
<PackageReference Include="DistributedLock" Version="2.3.4" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
<PackageReference Include="Microsoft.Graph" Version="4.37.0" />
<PackageReference Include="Net.DistributedFileStoreCache" Version="2.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions AuthPermissions/AuthPermissions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
</ItemGroup>

Expand All @@ -36,7 +36,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.0" />
</ItemGroup>

Expand All @@ -53,7 +53,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.0" />
<PackageReference Include="Net.RunMethodsSequentially" Version="2.0.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.7" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.11" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.11" NoWarn="NU1605" />
<PackageReference Include="Microsoft.Graph" Version="4.37.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.46.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.47.2" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.25.1" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="1.25.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.10" />
Expand Down

0 comments on commit b841b94

Please sign in to comment.