Skip to content

Commit 6831b3b

Browse files
authored
Remove 'beta' tag from prerelease version string (#41495)
Remove semantic versioning V1 flag as apparently this is not allowed in that format
1 parent 9d52fb7 commit 6831b3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
<MajorVersion>3</MajorVersion>
99
<MinorVersion>6</MinorVersion>
1010
<PatchVersion>0</PatchVersion>
11-
<PreReleaseVersionLabel>beta1</PreReleaseVersionLabel>
11+
<PreReleaseVersionLabel>1</PreReleaseVersionLabel>
1212
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
13-
<SemanticVersioningV1>true</SemanticVersioningV1>
1413
<!--
1514
By default the assembly version in official builds is "$(MajorVersion).$(MinorVersion).0.0".
1615
Keep the setting conditional. The toolset sets the assembly version to 42.42.42.42 if not set explicitly.

0 commit comments

Comments
 (0)