Details
-
Sub-task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
msbuild has a Version tag that follows semantic versioning of x.y.z. If that tag is set, it will override any setting of the VersionPrefix + VersionSuffix. This prevents us from adding any additional information to the VersionSuffix which can be useful for automated builds.
This change proposes to replace the Version tag with VersionPrefix and VersionSuffix.