diff --git a/RavenDB.Identity/RavenDB.Identity.csproj b/RavenDB.Identity/RavenDB.Identity.csproj index 85221ed..4694376 100644 --- a/RavenDB.Identity/RavenDB.Identity.csproj +++ b/RavenDB.Identity/RavenDB.Identity.csproj @@ -1,17 +1,27 @@ - netstandard1.6 + 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>(); + Judah Gabriel Himango + netstandard1.6 + true + RavenDb.Identity + RavenDB Identity for ASP.NET Core + RavenDb.Identity + ravendb;identity;aspnetcore;membership;authentication;nosql;authorization + https://github.com/JudahGabriel/RavenDB.Identity + git + https://github.com/JudahGabriel/RavenDB.Identity + https://github.com/JudahGabriel/RavenDB.Identity/blob/master/LICENSE.md + https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true + Copyright 2017 BitShuva + false + false + false + 1.0.3 + False - - RavenDB.Identity.nuspec - - - - - - diff --git a/RavenDB.Identity/RavenDB.Identity.nuspec b/RavenDB.Identity/RavenDB.Identity.nuspec deleted file mode 100644 index 972b8f3..0000000 --- a/RavenDB.Identity/RavenDB.Identity.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - RavenDB.Identity - 1.0.0.0 - RavenDB Identity for ASP.NET Core - Judah Gabriel Himango - judahgabriel - https://github.com/JudahGabriel/RavenDB.Identity/blob/master/LICENSE.md - https://github.com/JudahGabriel/RavenDB.Identity - false - 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.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true - - - - - - - - - - \ No newline at end of file diff --git a/RavenDB.Identity/create-nuget-package.bat b/RavenDB.Identity/create-nuget-package.bat index 74e57b6..c79be27 100644 --- a/RavenDB.Identity/create-nuget-package.bat +++ b/RavenDB.Identity/create-nuget-package.bat @@ -1 +1 @@ -dotnet pack RavenDB.Identity.csproj \ No newline at end of file +dotnet pack RavenDB.Identity.csproj --configuration Release \ No newline at end of file