Update branding 3.1.300

This commit is contained in:
William Li 2020-03-06 14:43:03 -08:00
parent 46acac3548
commit 6d1b67a3f9
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Channel>release/3.1.2xx</Channel>
<Channel>release/3.1.3xx</Channel>
</PropertyGroup>
</Project>

View file

@ -2,13 +2,13 @@
<PropertyGroup>
<VersionMajor>3</VersionMajor>
<VersionMinor>1</VersionMinor>
<VersionSDKMinor>2</VersionSDKMinor>
<VersionSDKMinor>3</VersionSDKMinor>
<VersionPatch>00</VersionPatch>
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">servicing</ReleaseSuffix>
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">preview</ReleaseSuffix>
<!--
When DropSuffix is set to 'true', this branch will produce stable outputs for 'Shipping' packages
-->
<DropSuffix>true</DropSuffix>
<DropSuffix>false</DropSuffix>
</PropertyGroup>
<Target Name="GetCoreSdkGitCommitInfo">