Skip to main content

Increment Version Number Step

You can use the Version Number Increment step to increment a number saved to a user setting in your Run Tool project. We use this in our build environment to increment the version number of Data Sync.

To add a version number increment step to your Run Tool Project click onto the Add Step button and select Version Number Increment from the list. Enter in a name for the step and click OK.

Increment Version Number Step

This will open the configuration window where the different parameters can be entered. Once you are done click OK to create the step.

ParameterDescription
Setting to IncrementEnter in the setting name to increment.
Increment MajorSet the major increment value.
Increment MinorSet the minor increment value.
Increment BuildSet the increment build value.

Configuration Window

The step will then be added to the bottom of your project and you can move this to where you need it to be, set the run condition and save the project.