| updateMode | Which number to increment based on semver rules. | no | patch |
| projectSettingsPath | Path to the ProjectSettings.asset file | no | — |
| backupAssetFile | Path to the ProjectSettings.asset file | no | true |
| treatBuildAsPatch | Assign the 'build' property the same value as the 'patch' property. | no | true |
| treatRevisionAsQuad | Assign the 'revision' property the same value as the 'quad' property. | no | true |
| major | Override the value of the 'major' property of a project. | no | — |
| minor | Override the value of the 'minor' property of a project. | no | — |
| patch | Override the value of the 'patch' property of a project. | no | — |
| quad | Override the value of the 'quad' property of a project. | no | — |
| revision | Override the value of the 'revision' property of a project. | no | — |
| build | Override the value of the 'build' property of a project. | no | — |
| releaseLabel | Override the value of the 'releaseLabel' property of a project. | no | — |
| buildLabel | Override the value of the 'buildLabel' property of a project. | no | — |
| useBundleVersionForAll | Use the semver string applied to the 'bundleVersion' property as the string applied to all relevant platform version properties in the project settings file. | no | false |
| bundleVersion | The semver output format that will be applied to the `ProjectSettings.asset` file's `bundleVersion` property, defined in a string. | no | {major}.{minor}.{patch} |
| switchDisplayVersion | The semver output format that will be applied to the `ProjectSettings.asset` file's `switchDisplayVersion` property, defined in a string. | no | {major}.{minor}.{patch} |
| ps4MasterVersion | The semver output format that will be applied to the `ProjectSettings.asset` file's `ps4MasterVersion` property, defined in a string. | no | {major}.{minor} |
| ps4AppVersion | The semver output format that will be applied to the `ProjectSettings.asset` file's `ps4AppVersion` property, defined in a string. | no | {major}.{minor} |
| psp2MasterVersion | The semver output format that will be applied to the `ProjectSettings.asset` file's `psp2MasterVersion` property, defined in a string. | no | {major}.{minor} |
| psp2AppVersion | The semver output format that will be applied to the `ProjectSettings.asset` file's `psp2AppVersion` property, defined in a string. | no | {major}.{minor} |
| metroPackageVersion | The semver output format that will be applied to the `ProjectSettings.asset` file's `metroPackageVersion` property, defined in a string. | no | {major}.{minor}.{patch}.{quad} |
| XboxOneVersion | The semver output format that will be applied to the `ProjectSettings.asset` file's `XboxOneVersion` property, defined in a string. | no | {major}.{minor}.{patch}.{quad} |