From f6c85c838593cb62a634aa1e63e3e344062340d7 Mon Sep 17 00:00:00 2001 From: alexandre-spieser Date: Sun, 19 Nov 2017 19:03:07 +0000 Subject: [PATCH] edit release notes. --- src/AspNetCore.Identity.MongoDbCore.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AspNetCore.Identity.MongoDbCore.nuspec b/src/AspNetCore.Identity.MongoDbCore.nuspec index 87ab3e0..6222809 100644 --- a/src/AspNetCore.Identity.MongoDbCore.nuspec +++ b/src/AspNetCore.Identity.MongoDbCore.nuspec @@ -10,7 +10,7 @@ https://github.com/alexandre-spieser/AspNetCore.Identity.MongoDbCore false A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.0. - Added .AddMongoDbStores IdentityBuilder extensions. + Changed the MongoUserStore and MongoRoleStore DI registration to instance per scope (previously was singleton) to avoid ObjectDisposedException in MVC controller. Copyright 2017 (c) Alexandre Spieser. All rights reserved. aspnetcore mongo mongodb identity membership