From a65cbc4b68162fab2eeffc8637182393bf48ae0d Mon Sep 17 00:00:00 2001 From: Judah Himango CW Date: Mon, 11 Mar 2019 12:21:59 -0500 Subject: [PATCH] Bumped NuGet version. --- RavenDB.Identity/RavenDB.Identity.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RavenDB.Identity/RavenDB.Identity.csproj b/RavenDB.Identity/RavenDB.Identity.csproj index 9dc76a8..8c3b7b6 100644 --- a/RavenDB.Identity/RavenDB.Identity.csproj +++ b/RavenDB.Identity/RavenDB.Identity.csproj @@ -19,10 +19,10 @@ false false false - 5.0.0 + 5.0.1 False Raven.Identity - 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. + Configuration of doc store before initialization.