diff --git a/RavenDB.Identity/RavenDB.Identity.csproj b/RavenDB.Identity/RavenDB.Identity.csproj
index c83400f..d120908 100644
--- a/RavenDB.Identity/RavenDB.Identity.csproj
+++ b/RavenDB.Identity/RavenDB.Identity.csproj
@@ -4,6 +4,10 @@
netstandard1.6
+
+
+
+
diff --git a/RavenDB.Identity/RavenDB.Identity.nuspec b/RavenDB.Identity/RavenDB.Identity.nuspec
index 05a4089..dc61545 100644
--- a/RavenDB.Identity/RavenDB.Identity.nuspec
+++ b/RavenDB.Identity/RavenDB.Identity.nuspec
@@ -2,8 +2,8 @@
RavenDB.Identity
- 0.0.9.0
- RavenDB Identity Provider for ASP.Net Core
+ 1.0.0.0
+ RavenDB Identity for ASP.NET Core
Judah Gabriel Himango
judahgabriel
https://github.com/JudahGabriel/RavenDB.AspNet.Identity/blob/master/LICENSE.md
@@ -12,7 +12,7 @@
The simple and easy RavenDB Identity provider for ASP.NET Core. Use Raven to store your users and logins. As simple as services.AddRavenDbIdentity<AppUser>();
Copyright 2017 BitShuva
ravendb identity raven nosql aspnet aspnetcore
- https://github.com/JudahGabriel/RavenDB.AspNet.Identity/blob/master/RavenDB.AspNet.Identity/nuget-icon.png?raw=true
+ https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true
diff --git a/RavenDB.Identity/ServiceCollectionExtensions.cs b/RavenDB.Identity/ServiceCollectionExtensions.cs
index d1ca25d..4c3f0de 100644
--- a/RavenDB.Identity/ServiceCollectionExtensions.cs
+++ b/RavenDB.Identity/ServiceCollectionExtensions.cs
@@ -90,21 +90,5 @@ namespace RavenDB.Identity
services.AddScoped, RoleStore>();
return services;
}
-
- //public static IServiceCollection AddRavenIdentity()
- //{
- // Type userStoreType = typeof(UserStore<>).MakeGenericType(userType, roleType);
- // //Type roleStoreType;
- // //roleStoreType = typeof(RoleStore<>).MakeGenericType(roleType);
-
- // var services = new ServiceCollection();
- // services.AddScoped
- // typeof(IUserStore<>).MakeGenericType(userType),
- // userStoreType);
- // //services.AddScoped(
- // // typeof(IRoleStore<>).MakeGenericType(roleType),
- // // roleStoreType);
- // return services;
- //}
}
}
diff --git a/RavenDB.Identity/Readme.md b/Readme.md
similarity index 100%
rename from RavenDB.Identity/Readme.md
rename to Readme.md