Incremented package major version for breaking change with IdentityUser.

This commit is contained in:
Judah Himango CW
2019-03-04 17:23:55 -06:00
parent 20d1a98a14
commit 71eec98f80
+3 -3
View File
@@ -15,14 +15,14 @@
<ReleaseNotes>Added support for Two Factor auth.</ReleaseNotes> <ReleaseNotes>Added support for Two Factor auth.</ReleaseNotes>
<PackageLicenseUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/LICENSE.md</PackageLicenseUrl> <PackageLicenseUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageIconUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true</PackageIconUrl> <PackageIconUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true</PackageIconUrl>
<copyright>Copyright 2018 BitShuva</copyright> <copyright>Copyright 2019 BitShuva</copyright>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>4.4.1</Version> <Version>5.0.0</Version>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild> <GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<RootNamespace>Raven.Identity</RootNamespace> <RootNamespace>Raven.Identity</RootNamespace>
<PackageReleaseNotes>Implemented IQueryable&lt;TUser&gt;, making it work with 2FA.</PackageReleaseNotes> <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>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>