We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364abdf commit 192f0e0Copy full SHA for 192f0e0
1 file changed
eng/Versions.props
@@ -1,8 +1,8 @@
1
<Project>
2
<PropertyGroup Label="Version settings">
3
<VersionPrefix>9.0.0</VersionPrefix>
4
- <PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
5
- <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
+ <PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
+ <PreReleaseVersionIteration>2</PreReleaseVersionIteration>
6
<IncludeSourceRevisionInInformationalVersion>False</IncludeSourceRevisionInInformationalVersion>
7
<IsServicingBuild Condition="'$(PreReleaseVersionLabel)' == 'servicing'">true</IsServicingBuild>
8
<!--
0 commit comments