diff --git a/RavenDB.Identity/RavenDB.Identity.csproj b/RavenDB.Identity/RavenDB.Identity.csproj index d120908..85221ed 100644 --- a/RavenDB.Identity/RavenDB.Identity.csproj +++ b/RavenDB.Identity/RavenDB.Identity.csproj @@ -4,6 +4,10 @@ netstandard1.6 + + RavenDB.Identity.nuspec + + diff --git a/RavenDB.Identity/RavenDB.Identity.nuspec b/RavenDB.Identity/RavenDB.Identity.nuspec index 49adb53..972b8f3 100644 --- a/RavenDB.Identity/RavenDB.Identity.nuspec +++ b/RavenDB.Identity/RavenDB.Identity.nuspec @@ -14,9 +14,12 @@ 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 new file mode 100644 index 0000000..74e57b6 --- /dev/null +++ b/RavenDB.Identity/create-nuget-package.bat @@ -0,0 +1 @@ +dotnet pack RavenDB.Identity.csproj \ No newline at end of file