File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >9.0.100 </VersionPrefix >
3
+ <VersionPrefix >9.0.200 </VersionPrefix >
4
4
<!-- When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages -->
5
5
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
6
6
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
7
7
<!-- Calculate prerelease label -->
8
- <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >rtm </PreReleaseVersionLabel >
8
+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >preview </PreReleaseVersionLabel >
9
9
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and $(VersionPrefix.EndsWith('00'))" >rtm</PreReleaseVersionLabel >
10
10
<PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and !$(VersionPrefix.EndsWith('00'))" >servicing</PreReleaseVersionLabel >
11
11
<PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >
You can’t perform that action at this time.
0 commit comments