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

Commit 638f667

Browse files
authored
Merge pull request #22638 from wtgodbe/Stable1112
Mark 1.0.12 stable
2 parents ba59a82 + d18d394 commit 638f667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<Version Condition="'$(MSBuildProjectExtension)' == '.pkgproj' and '$(Version)' == ''">1.1.12</Version>
157157

158158
<!-- Set the boolean below to true to generate packages with stabilized versions -->
159-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
159+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</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)