Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 615 Bytes

developer_notes.md

File metadata and controls

17 lines (13 loc) · 615 Bytes

Developer Notes

Update package version and create a new release

  1. Update version and push to master (example). Edit version from csproj with an editor.
  2. Update Tags
$ git tag x.x.x
$ git push origin --tags
  1. 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