You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AuthPermissions.AspNetCore/MultiProjPack.xml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@
4
4
<!-- See documentation for all the possible values -->
5
5
<metadata>
6
6
<id>AuthPermissions.AspNetCore</id>
7
-
<version>3.1.0</version>
7
+
<version>3.2.0</version>
8
8
<authors>Jon P Smith</authors>
9
9
<product>AuthPermissions.AspNetCore</product>
10
10
<copyright>Copyright (c) 2021 Jon P Smith</copyright>
11
11
<description>Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description>
12
12
<releaseNotes>
13
-
- New feature: Now supports PostgreSQL database
13
+
- BREAKING CHANGE: The 3.0.0 sharding didn't work with Azure, so the way to define databases for sharding has changed - see issue #29 and docs: Setup -> Multi tenant configuration -> Sharding database settings
14
+
- Improvement: The AuthUserAdmin method called `UpdateUserAsync` now allows you to select which properties you want to update - see docs: Admin -> AuthUser admin.
15
+
- Removed: Removed AuthUserAdmin methods 1AddRoleToUser` and `RemoveRoleToUser` as the change to the `UpdateUserAsync` covers this.
0 commit comments