Bumped NuGet version.

This commit is contained in:
Judah Himango CW
2019-03-11 12:21:59 -05:00
parent 6744d0c8fa
commit a65cbc4b68
+2 -2
View File
@@ -19,10 +19,10 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>5.0.0</Version>
<Version>5.0.1</Version>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<RootNamespace>Raven.Identity</RootNamespace>
<PackageReleaseNotes>Now supporting IdentityRole generic param to AddRavenDbIdentity. Using RavenDB.DependencyInjection instead of providing our own .AddRavenDbDocStore() and .AddRavenDbAsyncSession(). Raven.Identity.IdentityUser now better conforms to Microsoft's IdentityUser, which is a breaking change.</PackageReleaseNotes>
<PackageReleaseNotes>Configuration of doc store before initialization.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>