Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.01 KB

versionup.md

File metadata and controls

25 lines (21 loc) · 1.01 KB

How to increase version number

versionup.ps1 helps to bump the new version number. Following files would be updated automatically.

Usage

versionup.ps1 [version number]
  • Version number should be in 3 or 4 digits (x.y.z or w.x.y.z)
  • Version number is converted into SemVer
    • x.y.z is given, it is used straightly as SemVer, and adds 0 as a revision number in Windows
    • w.x.y.z is given, it is converted into w.x.t+z