-
Notifications
You must be signed in to change notification settings - Fork 395
Collaborators: Release New Nuget
Andreas Gullberg Larsen edited this page Nov 15, 2017
·
10 revisions
- Checkout latest
master
branch changes - Run bat file to bump version of
UnitsNet
,UnitsNet.Signed
andUnitsNet.WindowsRuntime
nugets- /Build/bump-version-UnitsNet-major.bat for breaking changes
- /Build/bump-version-UnitsNet-minor.bat for new things
- /Build/bump-version-UnitsNet-patch.bat for bug fixes
- Run bat file to bump version of
UnitsNet.Serialization.Json
andUnitsNet.Serialization.Json.Signed
nugets- /Build/bump-version-UnitsNet.Serialization.JsonNet-major.bat for breaking changes
- /Build/bump-version-UnitsNet-minor.bat for new things
- /Build/bump-version-UnitsNet.Serialization.JsonNet-patch.bat for bug fixes
- Push changes to master
- Optionally, view build progress and details at https://ci.appveyor.com/project/angularsen/unitsnet Example in git for Windows bash
git checkout master
git pull --rebase
./Build/bump-version-UnitsNet-minor.bat
git push