Skip to content

Commit a950b85

Browse files
committed
Version 2.3.1 - fixes issue #23
1 parent 1d3fe77 commit a950b85

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
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>2.3.0</version>
5+
<version>2.3.1</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 a ASP.NET Core application.</description>
1010
<releaseNotes>
11-
- New Feature: You can add extra claims to the user via the RegisterAddClaimToUser method
12-
- New Feature: Tap into AuthPermissionsDbContext events by registering a service implmenting the IRegisterStateChangeEvent interface
13-
- Bug Fix: UpdateRoleToPermissionsAsync now return errors if a Role change is invalid for a user or tenants that is that Role - see issue #13
14-
- Bug Fix: DeleteRoleAsync now handles tenant Roles - see issue #13
15-
- Bug Fix: Add or update of an AuthUser now checks the tenant has the correct Roles - see issue #15
11+
Bug Fix: Problem in ClaimCalculator when used with multi-tenant applications - see issue #23
1612
</releaseNotes>
1713
<license type="expression">MIT</license>
1814
<projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl>

AuthPermissions.AspNetCore/MultiProjPack.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44
<!-- See documentation for all the possible values -->
55
<metadata>
66
<id>AuthPermissions.AspNetCore</id>
7-
<version>2.3.0</version>
7+
<version>2.3.1</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: You can add extra claims to the user via the RegisterAddClaimToUser method
14-
- New Feature: Tap into AuthPermissionsDbContext events by registering a service implmenting the IRegisterStateChangeEvent interface
15-
- Bug Fix: UpdateRoleToPermissionsAsync now return errors if a Role change is invalid for a user or tenants that is that Role - see issue #13
16-
- Bug Fix: DeleteRoleAsync now handles tenant Roles - see issue #13
17-
- Bug Fix: Add or update of an AuthUser now checks the tenant has the correct Roles - see issue #15
13+
Bug Fix: Problem in ClaimCalculator when used with multi-tenant applications - see issue #23
1814
</releaseNotes>
1915
<license type="expression">MIT</license>
2016
<projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl>

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 2.3.1
4+
5+
- Bug Fix: Problem in ClaimCalculator when used with multi-tenant applications - see issue #23
6+
37
## 2.3.0
48

59
- New Feature: You can add extra claims to the user via the RegisterAddClaimToUser method

0 commit comments

Comments
 (0)