From 71eec98f803e4bb9d4839eed83bc4404d22c3f50 Mon Sep 17 00:00:00 2001 From: Judah Himango CW Date: Mon, 4 Mar 2019 17:23:55 -0600 Subject: [PATCH] Incremented package major version for breaking change with IdentityUser. --- RavenDB.Identity/RavenDB.Identity.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RavenDB.Identity/RavenDB.Identity.csproj b/RavenDB.Identity/RavenDB.Identity.csproj index 45ecaff..a757b3c 100644 --- a/RavenDB.Identity/RavenDB.Identity.csproj +++ b/RavenDB.Identity/RavenDB.Identity.csproj @@ -15,14 +15,14 @@ Added support for Two Factor auth. https://github.com/JudahGabriel/RavenDB.Identity/blob/master/LICENSE.md https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true - Copyright 2018 BitShuva + Copyright 2019 BitShuva false false false - 4.4.1 + 5.0.0 False Raven.Identity - Implemented IQueryable<TUser>, making it work with 2FA. + 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.