Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.27 KB

File metadata and controls

29 lines (23 loc) · 1.27 KB

How to increase version number

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

testedversion.ps1 helps to bump the OS version in maxversiontested in app.manifest.

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

testedversion.ps1 can be called without any arguments.