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

Commit 498d237

Browse files
authored
Update branding to 2.1.1 (#18161)
1 parent 0cf62ee commit 498d237

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,13 +12,13 @@
1212

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

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

21-
<PreReleaseLabel>rtm</PreReleaseLabel>
21+
<PreReleaseLabel>servicing</PreReleaseLabel>
2222
</PropertyGroup>
2323

2424
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->

0 commit comments

Comments
 (0)