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

Commit 60802c4

Browse files
committed
Merge in 'release/1.0.0' changes
2 parents 400bffd + 5321c70 commit 60802c4

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>servicing-25316-00</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.12</Version>
158+
<Version Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''">1.0.13</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)