Skip to content

Collaborators: Release New Nuget

Andreas Gullberg Larsen edited this page Nov 26, 2017 · 10 revisions

Using Appveyor CI build server (recommended)

git checkout master                          # Checkout master
git pull --rebase                            # Pull latest origin/master, rebase any local commits on top
./Build/bump-version-UnitsNet-minor.bat      # Increase the version and create an annotated git tag
git push --follow-tags                       # Push code and tag
Clone this wiki locally