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