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
<copyright>Copyright (c) 2021 Jon P Smith</copyright>
9
9
<description>Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description>
10
10
<releaseNotes>
11
-
- BREAKING CHANGE: The ITenantChangeService has changed to allow multi-tenant sharding to be added - see the UpdateToVersion2.md file for more info
12
-
- BREAKING CHANGE: The option called AppConnectionString has been removed. Its longer needed because of ITenantChangeService change
13
-
- Changes to the AuthP database which contains a non-breaking migration. This will be automatically added on startup.
14
-
- New Feature: Adding optional sharding to either a single-level or hierarchical multi-tenant applications - see documentation for an article explaining how to setup sharding
15
-
- New Feature: You can mark an AuthUser as disabled, which means no AuthP claims will be added to the user's claims.
Copy file name to clipboardExpand all lines: AuthPermissions.AspNetCore/MultiProjPack.xml
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,13 @@
4
4
<!-- See documentation for all the possible values -->
5
5
<metadata>
6
6
<id>AuthPermissions.AspNetCore</id>
7
-
<version>3.0.0</version>
7
+
<version>3.1.0-preview001</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
-
- BREAKING CHANGE: The ITenantChangeService has changed to allow multi-tenant sharding to be added - see the UpdateToVersion2.md file for more info
14
-
- BREAKING CHANGE: The option called AppConnectionString has been removed. Its longer needed because of ITenantChangeService change
15
-
- Changes to the AuthP database which contains a non-breaking migration. This will be automatically added on startup.
16
-
- New Feature: Adding optional sharding to either a single-level or hierarchical multi-tenant applications - see documentation for an article explaining how to setup sharding
17
-
- New Feature: You can mark an AuthUser as disabled, which means no AuthP claims will be added to the user's claims.
0 commit comments