initial import

This commit is contained in:
Paul Schneider
2021-04-08 02:03:17 +01:00
commit 3b7e286a5b
61 changed files with 23607 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Usage
````sh
nuget sources remove -Name dev
nuget sources add -Name dev -Source Http://localhost:5000/packages
nuget push your-versionned.nupkg -ApiKey 15d0dda1-4028-4896-9f1a-188817da23f4 -Source http://localhost:5000/packages
````