https://github.com/sergergood/nuget-samples
https://github.com/sergergood/nuget-samples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergergood/nuget-samples
- Owner: SergerGood
- Created: 2016-12-22T08:27:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T10:38:55.000Z (over 9 years ago)
- Last Synced: 2025-10-08T13:20:34.409Z (10 months ago)
- Language: C#
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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