Skip to content

Commit

Permalink
release: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode authored Mar 9, 2019
1 parent 67c662c commit f76c515
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Version History
## Version
**3.0.0**
* Allow resetting option cache per-tenant. This is a breaking change.
* Host strategy can match entire domain as a special case (prior it only matched a single host segment).
* Added a sample project demonstrating a common login page shared by all tenants.
* Overhauled documentation.
* Updated unit and integration tests.

**2.0.2**
* Fixed bug in Identity where `UserLogins` primary key was not adjusted for multitenant usage.
* Updated and Fixed the IdentityDataIsolation sample project.
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<PropertyGroup>
<GenerateFullPaths>true</GenerateFullPaths>

<Version>2.0.2</Version>
<Version>3.0.0</Version>
<Authors>Andrew White</Authors>
<Copyright>Copyright ©2018 Andrew White</Copyright>
<PackageLicenseUrl>https://github.com/Finbuckle/Finbuckle.MultiTenant/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://www.finbuckle.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/Finbuckle/Finbuckle.MultiTenant</RepositoryUrl>
<PackageTags>finbuckle;multitenant;aspnetcore;efcore</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Finbuckle.MultiTenant 2.0.2
# Finbuckle.MultiTenant 3.0.0

Finbuckle.MultiTenant is a .NET Standard library for multitenant support designed for ASP.NET Core 2. It provides functionality for tenant resolution, per-tenant app configuration, and per-tenant data isolation.
Finbuckle.MultiTenant is a .NET Standard library for multitenant support designed for ASP.NET Core 2.0+. It provides functionality for tenant resolution, per-tenant app configuration, and per-tenant data isolation.

See [https://www.finbuckle.com](https://www.finbuckle.com) for more details and documentation.

Expand Down
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Finbuckle.MultiTenant Docs
Current version: 2.0.2
Current version: 3.0.0
[Version History](https://github.com/Finbuckle/Finbuckle.MultiTenant/blob/master/CHANGELOG.md)

Finbuckle.MultiTenant is a .NET Standard library for multitenant support designed for ASP.NET Core 2.0+. It provides functionality for tenant resolution, per-tenant app configuration, and per-tenant data isolation.
Expand Down

0 comments on commit f76c515

Please sign in to comment.