From b041c0baff9365f11ac2b8ca3df740ca0596148b Mon Sep 17 00:00:00 2001 From: Biarity Date: Wed, 18 Apr 2018 18:56:12 +1000 Subject: [PATCH] Removed old publish instructions --- publishing_to_nuget.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 publishing_to_nuget.md diff --git a/publishing_to_nuget.md b/publishing_to_nuget.md deleted file mode 100644 index 489be9d..0000000 --- a/publishing_to_nuget.md +++ /dev/null @@ -1,9 +0,0 @@ -### 1. Pack: -Just build and it'll be in `.\Sieve\bin\Debug` -Update the version first though (in project properties) -### 3. Publish: -``` -nuget push .\bin\Debug\Sieve.1.3.94.nupkg API_KEY -Source https://api.nuget.org/v3/index.json -``` -Replace API_KEY with one you get from nuget's website. -Also don't forget to replace corresponding version.