Skip to content

Commit caadb4f

Browse files
authored
release/6.0 should have PreRelease label 'preview' not 'alpha' (#1420)
1 parent 052f353 commit caadb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<MajorVersion>6</MajorVersion>
55
<MinorVersion>0</MinorVersion>
66
<PatchVersion>0</PatchVersion>
7-
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
7+
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
88
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
99
<!-- Enable to remove prerelease label. -->
1010
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>

0 commit comments

Comments
 (0)