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

Commit 6735619

Browse files
authored
Merge pull request #8176 from gkhanna79/VerUpdate111
Update CoreCLR repo nuget packages to version as 1.1.1.
2 parents 22119f9 + ab30171 commit 6735619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dir.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

140140
<!-- Packaging properties -->
141141
<PropertyGroup>
142-
<PreReleaseLabel>preview1</PreReleaseLabel>
142+
<PreReleaseLabel>servicing</PreReleaseLabel>
143143
<PackageDescriptionFile>$(SourceDir).nuget/descriptions.json</PackageDescriptionFile>
144144
<PackageLicenseFile>$(SourceDir).nuget/dotnet_library_license.txt</PackageLicenseFile>
145145
<PackageThirdPartyNoticesFile>$(SourceDir).nuget/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
@@ -153,10 +153,10 @@
153153
<ProjectUrl>https://dot.net</ProjectUrl>
154154

155155
<!-- Central place to set the versions of all nuget packages produced in the repo -->
156-
<Version Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''">1.1.0</Version>
156+
<Version Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''">1.1.1</Version>
157157

158158
<!-- Set the boolean below to true to generate packages with stabilized versions -->
159-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
159+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
160160
<StableVersion Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(Version)</StableVersion>
161161

162162
<!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires

0 commit comments

Comments
 (0)