You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versionup.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ How to increase version number
13
13
* Output filename
14
14
* I cannot ensure the result of this script because the spec of .vdproj file is closed.
15
15
16
+
[testedversion.ps1](testedversion.ps1) helps to bump the OS version in [maxversiontested](https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests#maxversiontested) in `app.manifest`.
17
+
16
18
# Usage
17
19
18
20
```
@@ -23,3 +25,5 @@ versionup.ps1 [version number]
23
25
* Version number is converted into [SemVer](https://semver.org/)
24
26
* x.y.z is given, it is used straightly as SemVer, and adds `0` as a revision number in Windows
25
27
* w.x.y.z is given, it is converted into w.x.t+z
28
+
29
+
`testedversion.ps1` can be called without any arguments.
0 commit comments