Skip to content

Commit 2b1ee35

Browse files
committed
Version 8.1.0
1 parent de9ab0b commit 2b1ee35

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
<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">
33
<metadata>
44
<id>AuthPermissions.AspNetCore</id>
5-
<version>8.0.0</version>
5+
<version>8.1.0</version>
66
<authors>Jon P Smith</authors>
77
<product>AuthPermissions.AspNetCore</product>
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-
- Simplified to one NET type. This makes it easier to update for future NET releases
12-
- All vulnerable NuGets updated
13-
- Any depreciated NuGets removed
14-
- All examples in this solution are now using NET8
15-
- NOTE: uses old Microsoft.Graph version 4.?, which is still supported by Microsoft
11+
- Code to recreate the ShardingEntries if the FileStore Cache is deleted - see issue #115
12+
- Updates vulnerable NuGets Microsoft.Identity.Client and System.Text.Json
1613
</releaseNotes>
1714
<license type="expression">MIT</license>
1815
<projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl>
@@ -40,6 +37,7 @@
4037
<dependency id="EntityFrameworkCore.Exceptions.PostgreSQL" version="8.1.2" />
4138
<dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="8.1.2" />
4239
<dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="8.0.0.2" />
40+
<dependency id="Microsoft.EntityFrameworkCore.Design" version="8.0.2" />
4341
<dependency id="Microsoft.Extensions.Localization.Abstractions" version="8.0.0" />
4442
<dependency id="DistributedLock" version="2.4.0" />
4543
<dependency id="Microsoft.Graph" version="4.54.0" />

Example6.MvcWebApp.Sharding/PermissionsCode/Example6AppAuthSetupData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class Example6AppAuthSetupData
1515
"UserRolesChange, RoleRead, RoleChange, PermissionRead, IncludeFilteredPermissions, " +
1616
"TenantList, TenantCreate, TenantUpdate, UserChangeTenant, TenantAccessData, " +
1717
"ListDbsWithTenants, MoveTenantDatabase, ListDatabaseInfos, " +
18-
"AddDatabaseInfo, UpdateDatabaseInfo, RemoveDatabaseInfo, CheckDatabaseInfo" +
18+
"AddDatabaseInfo, UpdateDatabaseInfo, RemoveDatabaseInfo, CheckDatabaseInfo, " +
1919
"AppStatusList, AppStatusAllDown, AppStatusTenantDown, AppStatusRemove"),
2020
new("App Support", "overall support - limited admin items",
2121
"UserRead, UserRolesChange, RoleRead, TenantList, TenantAccessData"),

0 commit comments

Comments
 (0)