- Update version and push to master (example). Edit version from csproj with an editor.
- Update Tags
$ git tag x.x.x
$ git push origin --tags
- Build new release. Check API key from Nuget
$ dotnet build --configuration Release
$ dotnet nuget push .\JsonFlatFileDataStore\bin\Release\JsonFlatFileDataStore.x.x.x.nupkg --source https://api.nuget.org/v3/index.json --api-key xxxxx