Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Incremented the version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Dec 22, 2013
1 parent ed71ba6 commit f3ce0b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using this tokenized nuspec file.
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>0.5.0-alpha</version>
<version>0.9.0-alpha</version>
<title>$title$</title>
<authors>James Skimming</authors>
<owners>James Skimming</owners>
Expand All @@ -24,9 +24,7 @@ using this tokenized nuspec file.
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds multi-tenant support for ASP.NET Identity using EntityFramework.

The extensibility required to support multi-tenancy is not possible with the 1.0.0 release of Microsoft.AspNet.Identity.EntityFramework, but is available in the 1.1 alpha release currently available through the Nightly ASP.NET Web Stack NuGet Packages, see below:

http://blogs.msdn.com/b/henrikn/archive/2012/04/29/using-nightly-nuget-packages-with-asp-net-web-stack.aspx</description>
The extensibility required to support multi-tenancy is not possible with the 1.0.0 release of Microsoft.AspNet.Identity.EntityFramework, but is available in the 2.0 alpha release.</description>
<summary>$description$</summary>
<tags>Identity Membership Entity Framework Multitenant Multi-tenant</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/Common/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

using System.Reflection;

[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]

0 comments on commit f3ce0b7

Please sign in to comment.