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

Commit eeb7d0b

Browse files
authored
Bump version to 1.0.15 & mark as non-stable (#18797)
1 parent b9859a7 commit eeb7d0b

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.14</Version>
158+
<Version Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''">1.0.15</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)