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

Commit 5867b65

Browse files
committed
Merge in 'release/2.0.0' changes
2 parents d7a155a + 5fc066a commit 5867b65

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.6</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)