Skip to content

Commit

Permalink
release: v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode authored Feb 12, 2020
1 parent 0d36766 commit 95f645b
Show file tree
Hide file tree
Showing 26 changed files with 29 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Version
**5.0.4**
* Fixed a conflicting assembly and nuget versions.
* Minor documentation fix.

**5.0.3**
* Fixed a bug where documented static methods were internal rather than public.
* Minor documentation fix.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>5.0.3</Version>
<Version>5.0.4</Version>
<Authors>Andrew White</Authors>
<Copyright>Copyright ©2020 Andrew White</Copyright>
<PackageIconUrl>https://www.finbuckle.com/images/favicon-64x64.png</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Finbuckle.MultiTenant 5.0.3
# Finbuckle.MultiTenant 5.0.4

Finbuckle.MultiTenant is a multitenancy library for ASP.NET Core. It provides functionality for tenant resolution, per-tenant app configuration, and per-tenant data isolation.

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: 5.0.3
Current version: 5.0.4
[Version History](https://github.com/Finbuckle/Finbuckle.MultiTenant/blob/master/CHANGELOG.md)

Finbuckle.MultiTenant is a multitenancy library for ASP.NET Core. It provides functionality for tenant resolution, per-tenant app configuration, and per-tenant data isolation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.14" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="2.1.14" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.14" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.AspNetCore.App"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.14" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.10" PrivateAssets="All" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.1" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="3.1.1" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.1" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.1" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="3.1.1" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.0" PrivateAssets="All" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.3" />
<PackageReference Include="Finbuckle.MultiTenant" Version="5.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 95f645b

Please sign in to comment.