Skip to content

Commit 03e0579

Browse files
committed
Updated list of changes in NuGet
1 parent 7b6df37 commit 03e0579

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

AuthPermissions.AspNetCore/CreateNuGetRelease.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<description>Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description>
1010
<releaseNotes>
1111
- BREAKING CHANGE (small): The `GetDatabaseInfoNamesWithTenantNamesAsync` method returned collection now has `HasOwnDb` in it - see issue #39
12-
- Bug fix: Second refresh JWT Bearer token failed. Fixed by @akema-trebla - see issue #36
1312
- Bug fix. Email is now stored as lower case. This fixes the problem and Postgres string compare is case sensitive - see issue #35
1413
- Bug fix: TenantRoles collection now return null if not loaded - this captures missing Includes etc.
1514
- New Sharding feature: New service called `IShardingSelectDatabase` which will find a DatabaseInfoName of a database to use for a new tenant.

AuthPermissions.AspNetCore/MultiProjPack.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<description>Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description>
1212
<releaseNotes>
1313
- BREAKING CHANGE (small): The `GetDatabaseInfoNamesWithTenantNamesAsync` method returned collection now has `HasOwnDb` in it - see issue #39
14-
- Bug fix: Second refresh JWT Bearer token failed. Fixed by @akema-trebla - see issue #36
1514
- Bug fix. Email is now stored as lower case. This fixes the problem and Postgres string compare is case sensitive - see issue #35
1615
- Bug fix: TenantRoles collection now return null if not loaded - this captures missing Includes etc.
1716
- New Sharding feature: New service called `IShardingSelectDatabase` which will find a DatabaseInfoName of a database to use for a new tenant.

ReleaseNotes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
## 3.3.0
88

99
- BREAKING CHANGE (small): The `GetDatabaseInfoNamesWithTenantNamesAsync` method returned collection now has `HasOwnDb` in it - see issue #39
10-
- Bug fix: Second refresh JWT Bearer token failed. Fixed by @akema-trebla - see issue #36
1110
- Bug fix. Email is now stored as lower case. This fixes the problem and Postgres string compare is case sensitive - see issue #35
1211
- Bug fix: TenantRoles collection now return null if not loaded - this captures missing Includes etc.
1312
- New Sharding feature: New service called `IShardingSelectDatabase` which will find a DatabaseInfoName of a database to use for a new tenant.

0 commit comments

Comments
 (0)