Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 204 Bytes

File metadata and controls

6 lines (5 loc) · 204 Bytes

Publishing a new version:

> dotnet pack --configuration Release --output ./nupkgs
> dotnet nuget push Unidecode.NET.2.2.1.nupkg --api-key <API_KEY> --source https://api.nuget.org/v3/index.json