summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2018-05-29 15:27:30 -0700
committerGitHub <noreply@github.com>2018-05-29 15:27:30 -0700
commit498d2376f86378eb0f523d91de7d204b8d465985 (patch)
tree177624c2464b83859abbf026141c304db02b35c2
parent0cf62eec0e0f4060855bae6dc5399e7ebc4d1977 (diff)
downloadcoreclr-498d2376f86378eb0f523d91de7d204b8d465985.tar.gz
coreclr-498d2376f86378eb0f523d91de7d204b8d465985.tar.bz2
coreclr-498d2376f86378eb0f523d91de7d204b8d465985.zip
Update branding to 2.1.1 (#18161)
-rw-r--r--dependencies.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.props b/dependencies.props
index 4831990279..62485e0284 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -12,13 +12,13 @@
<PropertyGroup>
<!-- Central place to set the versions of all nuget packages produced in the repo -->
- <PackageVersion Condition="'$(PackageVersion)' == ''">2.1.0</PackageVersion>
+ <PackageVersion Condition="'$(PackageVersion)' == ''">2.1.1</PackageVersion>
<!-- Set the boolean below to true to generate packages with stabilized versions -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
- <PreReleaseLabel>rtm</PreReleaseLabel>
+ <PreReleaseLabel>servicing</PreReleaseLabel>
</PropertyGroup>
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->