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

Commit 68fee5c

Browse files
authored
Merge pull request #9987 from gkhanna79/Ver107
Move CoreCLR nuget packages to 1.0.7
2 parents 4b527c0 + dd1fe37 commit 68fee5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dir.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@
155155
<ExternalExpectedPrerelease>stable</ExternalExpectedPrerelease>
156156

157157
<!-- Central place to set the versions of all nuget packages produced in the repo -->
158-
<Version Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''">1.0.6</Version>
158+
<Version Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''">1.0.7</Version>
159159
<WindowsAPISetPackageVersion>1.0.1</WindowsAPISetPackageVersion>
160160
<Win8ArmPackageVersion>$(Version)-$(ExternalExpectedPrerelease)</Win8ArmPackageVersion>
161161

162162
<!-- Set the boolean below to true to generate packages with stabilized versions -->
163-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
163+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
164164
<StableVersion Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(Version)</StableVersion>
165165
<Win8ArmPackageVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(StableVersion)</Win8ArmPackageVersion>
166166

0 commit comments

Comments
 (0)