File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<PropertyGroup Label =" Repo version information" >
7
7
<VersionMajor >10</VersionMajor >
8
8
<VersionMinor >0</VersionMinor >
9
- <VersionSDKMinor >1 </VersionSDKMinor >
9
+ <VersionSDKMinor >2 </VersionSDKMinor >
10
10
<VersionFeature >00</VersionFeature >
11
11
<!-- This property powers the SdkAnalysisLevel property in end-user MSBuild code.
12
12
It should always be the hundreds-value of the current SDK version, never any
20
20
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
21
21
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
22
22
<!-- Calculate prerelease label -->
23
- <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >rc </PreReleaseVersionLabel >
23
+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >preview </PreReleaseVersionLabel >
24
24
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and $(VersionPrefix.EndsWith('00'))" >rtm</PreReleaseVersionLabel >
25
25
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and !$(VersionPrefix.EndsWith('00'))" >servicing</PreReleaseVersionLabel >
26
- <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >2 </PreReleaseVersionIteration >
26
+ <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >0 </PreReleaseVersionIteration >
27
27
<!-- In source-build the version of the compiler must be same or newer than the version of the
28
28
compiler API targeted by analyzer assemblies. This is mostly an issue on source-build as
29
29
in that build mode analyzer assemblies always target the live compiler API. -->
You can’t perform that action at this time.
0 commit comments