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

Commit 97c8353

Browse files
Anipikmmitche
authored andcommitted
update branding for 3.0.2 (#27896)
* update branding * remove stable properties from coreclr as it never stablises
1 parent ecfe3bc commit 97c8353

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

dir.common.props

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,7 @@
6565

6666
<PropertyGroup>
6767
<!-- Central place to set the versions of all nuget packages produced in the repo -->
68-
<PackageVersion Condition="'$(PackageVersion)' == ''">3.0.1</PackageVersion>
69-
70-
<!-- Set the boolean below to true to generate packages with stabilized versions -->
71-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
72-
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
73-
68+
<PackageVersion Condition="'$(PackageVersion)' == ''">3.0.2</PackageVersion>
7469
<PreReleaseLabel>servicing</PreReleaseLabel>
7570
</PropertyGroup>
7671

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<!-- The .NET Core product branding version -->
5-
<ProductVersion>3.0.1</ProductVersion>
5+
<ProductVersion>3.0.2</ProductVersion>
66
<!-- File version numbers -->
77
<MajorVersion>4</MajorVersion>
88
<MinorVersion>7</MinorVersion>

0 commit comments

Comments
 (0)