Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 68ff240

Browse files
authored
update branding (#26875)
1 parent 922429d commit 68ff240

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dir.common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565

6666
<PropertyGroup>
6767
<!-- 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>
6969

7070
<!-- Set the boolean below to true to generate packages with stabilized versions -->
7171
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
7272
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
7373

74-
<PreReleaseLabel>preview9</PreReleaseLabel>
74+
<PreReleaseLabel>servicing</PreReleaseLabel>
7575
</PropertyGroup>
7676

7777
<!-- Set up common target properties that we use to conditionally include sources -->

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<Project>
33
<PropertyGroup>
44
<!-- The .NET Core product branding version -->
5-
<ProductVersion>3.0.0</ProductVersion>
5+
<ProductVersion>3.0.1</ProductVersion>
66
<!-- File version numbers -->
77
<MajorVersion>4</MajorVersion>
88
<MinorVersion>7</MinorVersion>
99
<!-- Always use shipping version instead of dummy versions -->
1010
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
11-
<PreReleaseVersionLabel>rc2</PreReleaseVersionLabel>
11+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1212
<!-- Opt-in/out repo features -->
1313
<UsingToolIbcOptimization>true</UsingToolIbcOptimization>
1414
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>

0 commit comments

Comments
 (0)