Skip to content

Commit ed111b9

Browse files
authored
Ensure we emit preview.1 versions as prerelease label. (#4909)
1 parent 1629094 commit ed111b9

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
@@ -3,7 +3,7 @@
33
<MajorVersion>9</MajorVersion>
44
<MinorVersion>0</MinorVersion>
55
<PatchVersion>0</PatchVersion>
6-
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
6+
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
77
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
88
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
99
<ValidateBaseline>true</ValidateBaseline>

0 commit comments

Comments
 (0)