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

Commit 400d044

Browse files
committed
Stabilize package version for 2.0.0
1 parent dfdd826 commit 400d044

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
@@ -5,7 +5,7 @@
55
<PackageVersion Condition="'$(PackageVersion)' == ''">2.0.0</PackageVersion>
66

77
<!-- Set the boolean below to true to generate packages with stabilized versions -->
8-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
8+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
99
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
1010

1111
<PreReleaseLabel>preview3</PreReleaseLabel>

0 commit comments

Comments
 (0)