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

Commit 33e6fcb

Browse files
authored
Mark as non-stable and upgrade to 2.0.5 (#15185)
1 parent 08c9c19 commit 33e6fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
<PropertyGroup>
1414
<!-- Central place to set the versions of all nuget packages produced in the repo -->
15-
<PackageVersion Condition="'$(PackageVersion)' == ''">2.0.4</PackageVersion>
15+
<PackageVersion Condition="'$(PackageVersion)' == ''">2.0.5</PackageVersion>
1616

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

2121
<PreReleaseLabel>servicing</PreReleaseLabel>

0 commit comments

Comments
 (0)