Skip to content

Commit 7792634

Browse files
committed
Version 5.0.1 - minor improvments
1 parent fbed7bd commit 7792634

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
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>5.0.0</version>
5+
<version>5.0.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-
- BREAKING CHANGE(medium): If you are using sharding with your multi-tenant app, then read the UpdateToVersion5.md file.
12-
- New feature: You can now use a custom database provider with the AuthP library - see documentation for more details.
13-
- New feature: It easier to setup sharding / hybrid multi-tenant application via extension method called SetupMultiTenantSharding
14-
- New feature: Ability to replace parts of the sharding services, e.g. store sharding data in a database instead of a json file.
15-
</releaseNotes>
11+
- Minor improvements AccessDatabaseInformationJsonFile
12+
- Minor improvements to SignInAndCreateTenant (better handling of errors)
13+
- Minor improvements to IndividualUserAddUserManager (check password)
14+
</releaseNotes>
1615
<license type="expression">MIT</license>
1716
<projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl>
1817
<icon>images\AuthPermissionsAspNetCoreNuGetIcon.png</icon>

AuthPermissions.AspNetCore/MultiProjPack.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- See documentation for all the possible values -->
55
<metadata>
66
<id>AuthPermissions.AspNetCore</id>
7-
<version>5.0.1-preview003</version>
7+
<version>5.0.1</version>
88
<authors>Jon P Smith</authors>
99
<product>AuthPermissions.AspNetCore</product>
1010
<copyright>Copyright (c) 2021 Jon P Smith</copyright>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The AuthPermissions.AspNetCore library (shortened to AuthP) provides extra autho
66
- Provides features to create a multi-tenant database system, either using one-level tenant or multi-level tenant (hierarchical).
77
- Implements a JWT refresh token feature to improve the security of using JWT Token in your application.
88

9-
The AuthP is an open-source library under the MIT licence (and remain as a open-source library for ever) and the NuGet package can be [found here](https://www.nuget.org/packages/AuthPermissions.AspNetCore/). The documentation can be found in the [GitHub wiki](https://github.com/JonPSmith/AuthPermissions.AspNetCore/wiki) and see [ReleaseNotes](https://github.com/JonPSmith/AuthPermissions.AspNetCore/blob/main/ReleaseNotes.md) for details of changes. There is also a [roadmap discussion](https://github.com/JonPSmith/AuthPermissions.AspNetCore/discussions/2) containing the plans for this library.
9+
The AuthP is an open-source library under the MIT licence (and remain as a open-source library for ever) and the NuGet package can be [found here](https://www.nuget.org/packages/AuthPermissions.AspNetCore/). **The documentation can be found in the [GitHub wiki](https://github.com/JonPSmith/AuthPermissions.AspNetCore/wiki)** and see [ReleaseNotes](https://github.com/JonPSmith/AuthPermissions.AspNetCore/blob/main/ReleaseNotes.md) for details of changes. There is also a [roadmap discussion](https://github.com/JonPSmith/AuthPermissions.AspNetCore/discussions/2) containing the plans for this library.
1010

1111
The AuthP library is being built in versions (see [roadmap](https://github.com/JonPSmith/AuthPermissions.AspNetCore/discussions/2)). If you have already built your application using an older version, then you need to look at the following "how up update" documents
1212

0 commit comments

Comments
 (0)