Var vBuild As Int32 = Val(PropertyValue("App.MinorVersion"))
vBuild = (vBuild + 1)
PropertyValue("App.MinorVersion") = Str(vBuild)
The above works for “App.MajorVersion”, “App.MinoVersion”, “App.BugVersion” and “App.NonReleaseVersion”.
You’ll have to add your own logic that decides when to do the incrementing and whether it applies to Debug runs or Release only (or both).
As well, if you put your Build Script before the actual Build step, then you can call the new version numbers within your app and display it where you need it.
This script version , script version, script identifier… as those done by the IDE scripting tools or is that something you “turn on”. I only have build and sign in my Mac OS dropdown.