From 7669f27447369f9f48bdd64a43713c069f2ba976 Mon Sep 17 00:00:00 2001 From: Judah Gabriel Himango Date: Mon, 8 Oct 2018 12:38:49 -0500 Subject: [PATCH] Bumped NuGet version. --- RavenDB.Identity/RavenDB.Identity.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RavenDB.Identity/RavenDB.Identity.csproj b/RavenDB.Identity/RavenDB.Identity.csproj index cfe01b9..f9db543 100644 --- a/RavenDB.Identity/RavenDB.Identity.csproj +++ b/RavenDB.Identity/RavenDB.Identity.csproj @@ -19,7 +19,7 @@ false false false - 4.4.0 + 4.4.1 False Raven.Identity Implemented IQueryable<TUser>, making it work with 2FA.