ChuckHearthstone / HearthDb

HearthDb is a .NET Hearthstone database.
https://hearthsim.info
MIT License
4 stars 2 forks source link

Publish on NuGet #2

Closed chucklu closed 5 years ago

chucklu commented 5 years ago

https://www.cnblogs.com/chucklu/p/11388203.html nuget pack .\HearthDb.csproj -Prop Configuration=Release

chucklu commented 5 years ago

nuget push .\Chuck-HearthDb.15.0.0.32708.nupkg myApiKey -Source https://api.nuget.org/v3/index.json Pushing Chuck-HearthDb.15.0.0.32708.nupkg to 'https://www.nuget.org/api/v2/package'... PUT https://www.nuget.org/api/v2/package/ Conflict https://www.nuget.org/api/v2/package/ 5826ms Response status code does not indicate success: 409 (A package with ID 'Chuck-HearthDb' and version '15.0.0.32708' already exists and cannot be modified.).

chucklu commented 5 years ago

nuget delete MyPackage 1.0 -Source http://package.contoso.com/source -apikey A1B2C3 Not allowed to delete https://stackoverflow.com/questions/11654652/how-to-remove-nuget-package-from-server

chucklu commented 5 years ago

https://www.nuget.org/packages/Chuck-HearthDb/