Sieve/publishing_to_nuget.md

10 lines
341 B
Markdown
Raw Normal View History

2018-01-28 00:40:49 +01:00
### 1. Pack:
2018-04-18 10:50:23 +02:00
Just build and it'll be in `.\Sieve\bin\Debug`
Update the version first though (in project properties)
2018-01-28 00:40:49 +01:00
### 3. Publish:
```
2018-04-18 10:50:23 +02:00
nuget push .\bin\Debug\Sieve.1.3.94.nupkg API_KEY -Source https://api.nuget.org/v3/index.json
2018-01-28 00:40:49 +01:00
```
Replace API_KEY with one you get from nuget's website.
2018-01-28 00:57:15 +01:00
Also don't forget to replace corresponding version.