Merge pull request #9785 from nguerrera/5xx-branding
Update branding and branch info for release/2.1.5xx
This commit is contained in:
commit
abd6d36881
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Channel>release/2.1.4xx</Channel>
|
||||
<BranchName>release/2.1.4xx</BranchName>
|
||||
<Channel>release/2.1.5xx</Channel>
|
||||
<BranchName>release/2.1.5xx</BranchName>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<PropertyGroup>
|
||||
<VersionMajor>2</VersionMajor>
|
||||
<VersionMinor>1</VersionMinor>
|
||||
<VersionPatch>401</VersionPatch>
|
||||
<VersionPatch>500</VersionPatch>
|
||||
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">preview</ReleaseSuffix>
|
||||
|
||||
<MajorMinorVersion>$(VersionMajor).$(VersionMinor)</MajorMinorVersion>
|
||||
|
|
Loading…
Reference in a new issue