Switch to main branch.
- Switch to release branch
- Merge the main branch
git merge main (cygwin)
- Update the project references to package references
make update-packages Version=x... (powershell)
- Bump the repo version
bump version (cygwin)
- Update project versions
gulp (cygwin)
- Clean up the nugets folder
make clean (cgywin)
- Build
make build Config=Release (powershell)
- Push to the nuget center
make deploy -f .\Makefile.deploy NugetSource=x