This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 65
65
66
66
<PropertyGroup >
67
67
<!-- Central place to set the versions of all nuget packages produced in the repo -->
68
- <PackageVersion Condition =" '$(PackageVersion)' == ''" >3.0.0 </PackageVersion >
68
+ <PackageVersion Condition =" '$(PackageVersion)' == ''" >3.0.1 </PackageVersion >
69
69
70
70
<!-- Set the boolean below to true to generate packages with stabilized versions -->
71
71
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
72
72
<StableVersion Condition =" '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''" >$(PackageVersion)</StableVersion >
73
73
74
- <PreReleaseLabel >preview9 </PreReleaseLabel >
74
+ <PreReleaseLabel >servicing </PreReleaseLabel >
75
75
</PropertyGroup >
76
76
77
77
<!-- Set up common target properties that we use to conditionally include sources -->
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<!-- The .NET Core product branding version -->
5
- <ProductVersion >3.0.0 </ProductVersion >
5
+ <ProductVersion >3.0.1 </ProductVersion >
6
6
<!-- File version numbers -->
7
7
<MajorVersion >4</MajorVersion >
8
8
<MinorVersion >7</MinorVersion >
9
9
<!-- Always use shipping version instead of dummy versions -->
10
10
<DotNetUseShippingVersions >true</DotNetUseShippingVersions >
11
- <PreReleaseVersionLabel >rc2 </PreReleaseVersionLabel >
11
+ <PreReleaseVersionLabel >servicing </PreReleaseVersionLabel >
12
12
<!-- Opt-in/out repo features -->
13
13
<UsingToolIbcOptimization >true</UsingToolIbcOptimization >
14
14
<UsingToolMicrosoftNetCompilers >true</UsingToolMicrosoftNetCompilers >
You can’t perform that action at this time.
0 commit comments