- Set the new version number in project file "FlowifierClient.Library.csproj" -> SemVer
- Ensure release notes are documented
- Do a clean build the release version of the library
- Go in command prompt (terminal) to the folder ".\FlowifierClient.Library\bin\Release"
- Execute the following command:
dotnet nuget push Flowifier.Client.<VERSION>.nupkg --api-key <NUGET-ORG-API-KEY> --source https://api.nuget.org/v3/index.json
- Commit all changes and make a version branch if major or minor has changed or a tag if patch has changed