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

Commit e348d51

Browse files
committed
Merge in 'release/2.0.0' changes
2 parents 330719c + 1c90149 commit e348d51

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.6</PackageVersion>
15+
<PackageVersion Condition="'$(PackageVersion)' == ''">2.0.7</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)