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

Commit 668c052

Browse files
authored
Mark packages as stable for 2.0.3 (#14459)
1 parent d0fbcf4 commit 668c052

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.3</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>servicing</PreReleaseLabel>

0 commit comments

Comments
 (0)