Update branding to 3.1.2 (#27998)
authorMatt Mitchell <mmitche@microsoft.com>
Wed, 15 Jan 2020 19:51:12 +0000 (11:51 -0800)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2020 19:51:12 +0000 (11:51 -0800)
eng/Versions.props doesn't seem to be the source of truth for branding

dir.common.props

index 652f5ed..d992bc7 100644 (file)
@@ -65,7 +65,7 @@
 
   <PropertyGroup>
     <!-- Central place to set the versions of all nuget packages produced in the repo -->
-    <PackageVersion Condition="'$(PackageVersion)' == ''">3.1.1</PackageVersion>
+    <PackageVersion Condition="'$(PackageVersion)' == ''">3.1.2</PackageVersion>
     <PreReleaseLabel>servicing</PreReleaseLabel>
   </PropertyGroup>