An open API service indexing awesome lists of open source software.

https://github.com/sergergood/nuget-samples


https://github.com/sergergood/nuget-samples

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Create nuspec file:

nuget.exe spec

Create nupkg file:

nuget.exe pack AppLogger.csproj

Publish package:

nuget.exe push SergerGoodSample.1.0.0.nupkg key -Source https://www.nuget.org/api/v2/package

Update Nuget:

nuget.exe update -self

NuGet 4.0:

msbuild "*.csproj" /t:pack /p:IncludeSymbols=true /p:Configuration=Release