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

Commit 9934e36

Browse files
authored
Mark packages as stable for 2.0.4 (#15080)
1 parent c866593 commit 9934e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageVersion Condition="'$(PackageVersion)' == ''">2.0.4</PackageVersion>
1616

1717
<!-- Set the boolean below to true to generate packages with stabilized versions -->
18-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
18+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
1919
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
2020

2121
<PreReleaseLabel>servicing</PreReleaseLabel>

0 commit comments

Comments
 (0)