Skip to content

Commit 769f87a

Browse files
committed
Updated the release notes
1 parent 2569d19 commit 769f87a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<copyright>Copyright (c) 2021 Jon P Smith</copyright>
99
<description>Provides extra authorization and multi-tenant features to an ASP.NET Core application.</description>
1010
<releaseNotes>
11-
- Updated to .NET 10 version because NET 6 is now not supported
11+
- Updated to .NET 10 version, using the new
1212
</releaseNotes>
1313
<license type="expression">MIT</license>
1414
<projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl>
@@ -23,14 +23,14 @@
2323
<dependency id="Microsoft.EntityFrameworkCore.InMemory" version="10.0.0" />
2424
<dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="10.0.0" />
2525
<dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="10.0.0" />
26-
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.15.0" />
2726
<dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="10.0.0" />
28-
<dependency id="Microsoft.EntityFrameworkCore.Tools" version="10.0.0" />
27+
<dependency id="Microsoft.EntityFrameworkCore.Tools" version="9.0.0" />
2928
<dependency id="Microsoft.Extensions.Hosting" version="10.0.0" />
3029
<dependency id="Net.RunMethodsSequentially" version="2.0.1" />
3130
<dependency id="Net.LocalizeMessagesAndErrors" version="10.0.0" />
3231
<dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="10.0.0" />
3332
<dependency id="Microsoft.AspNetCore.Authorization" version="10.0.0" />
33+
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="8.15.0" />
3434
<dependency id="Net.DistributedFileStoreCache" version="2.0.0" />
3535
<dependency id="System.IdentityModel.Tokens.Jwt" version="8.2.1" />
3636
<dependency id="EntityFrameworkCore.Exceptions.PostgreSQL" version="8.1.3" />

AuthPermissions.AspNetCore/MultiProjPack.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<copyright>Copyright (c) 2021 Jon P Smith</copyright>
1111
<description>Provides extra authorization and multi-tenant features to an ASP.NET Core application.</description>
1212
<releaseNotes>
13-
- Updated to .NET 10 version because NET 6 is now not supported
13+
- Updated to .NET 10 version, using the new
1414
</releaseNotes>
1515
<license type="expression">MIT</license>
1616
<projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl>

0 commit comments

Comments
 (0)