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
Modified common.props and CommandLineParser.cs to handle stable versions. The changes in common.props split the versioning into two parts: VersionPrefix and VersionSuffix. If the VersionStable property isn't set, the VersionSuffix is set to "develop" or "ci". In CommandLineParser.cs, build task arguments are modified to write VersionPrefix and VersionSuffix separately. This provides more granular control over product versioning.
0 commit comments