We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5684c45 commit 362c283Copy full SHA for 362c283
eng/Versions.props
@@ -6,8 +6,8 @@
6
<PatchVersion>0</PatchVersion>
7
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
8
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
9
- <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
10
- <PreReleaseBrandingLabel>Preview 1</PreReleaseBrandingLabel>
+ <PreReleaseVersionIteration>2</PreReleaseVersionIteration>
+ <PreReleaseBrandingLabel>Preview 2</PreReleaseBrandingLabel>
11
<StabilizePackageVersion Condition=" '$(StabilizePackageVersion)' == '' ">false</StabilizePackageVersion>
12
<DotNetFinalVersionKind Condition=" '$(StabilizePackageVersion)' == 'true' ">release</DotNetFinalVersionKind>
13
<IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
0 commit comments