Update branding to 3.1.200 preview1

This commit is contained in:
William Li 2019-11-21 10:23:59 -08:00
parent f6f640183e
commit fc3c44a49c
2 changed files with 3 additions and 3 deletions

View file

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

View file

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