From 2d94f69369472d15e6ce278c791cc085fc97c893 Mon Sep 17 00:00:00 2001 From: JudahGabriel Date: Wed, 23 Aug 2017 17:35:40 -0500 Subject: [PATCH] Moved NuGet package info into project file. --- RavenDB.Identity/RavenDB.Identity.csproj | 28 +++++++++++++++-------- RavenDB.Identity/RavenDB.Identity.nuspec | 25 -------------------- RavenDB.Identity/create-nuget-package.bat | 2 +- 3 files changed, 20 insertions(+), 35 deletions(-) delete mode 100644 RavenDB.Identity/RavenDB.Identity.nuspec 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