This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 155
155
<ExternalExpectedPrerelease >servicing-25316-00</ExternalExpectedPrerelease >
156
156
157
157
<!-- Central place to set the versions of all nuget packages produced in the repo -->
158
- <Version Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''" >1.0.10 </Version >
158
+ <Version Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''" >1.0.11 </Version >
159
159
<WindowsAPISetPackageVersion >1.0.1</WindowsAPISetPackageVersion >
160
160
<Win8ArmPackageVersion >$(Version)-$(ExternalExpectedPrerelease)</Win8ArmPackageVersion >
161
161
162
162
<!-- Set the boolean below to true to generate packages with stabilized versions -->
163
- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
163
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
164
164
<StableVersion Condition =" '$(MSBuildProjectExtension)' == '.pkgproj' and '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''" >$(Version)</StableVersion >
165
165
<Win8ArmPackageVersion Condition =" '$(StabilizePackageVersion)' == 'true'" >$(StableVersion)</Win8ArmPackageVersion >
166
166
You can’t perform that action at this time.
0 commit comments