Skip to content

Commit 9afe247

Browse files
committed
Version 3.2.0
1 parent 2f5d931 commit 9afe247

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

AuthPermissions.AspNetCore/MultiProjPack.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
<!-- See documentation for all the possible values -->
55
<metadata>
66
<id>AuthPermissions.AspNetCore</id>
7-
<version>3.1.0</version>
7+
<version>3.2.0</version>
88
<authors>Jon P Smith</authors>
99
<product>AuthPermissions.AspNetCore</product>
1010
<copyright>Copyright (c) 2021 Jon P Smith</copyright>
1111
<description>Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description>
1212
<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.
1416
</releaseNotes>
1517
<license type="expression">MIT</license>
1618
<projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl>

0 commit comments

Comments
 (0)