Updating the branding to rel/1.1.0

This commit is contained in:
Livar Cunha 2017-05-17 16:00:49 -07:00
parent af1e6684fd
commit 04b60dadc4
3 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@
# Any line that is not blank and does not start with '#' is interpreted as a variable to set
# Each line is expected to be in the format "[Name]=[Value]".
MAJOR_VERSION=1
MINOR_VERSION=0
PATCH_VERSION=4
MINOR_VERSION=1
PATCH_VERSION=0
RELEASE_SUFFIX=rc4
CHANNEL=rel-1.0.1
BRANCH_NAME=rel/1.0.1
CHANNEL=rel-1.1.0
BRANCH_NAME=rel/1.1.0

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SdkBrandName>.NET Core SDK 1.0.4</SdkBrandName>
<SdkBrandName>.NET Core SDK 1.1.0</SdkBrandName>
<SharedFrameworkBrandName>Microsoft .NET Core 1.1.2 - Runtime</SharedFrameworkBrandName>
<SharedHostBrandName>Microsoft .NET Core 1.1.0 - Host</SharedHostBrandName>
<HostFxrBrandName>Microsoft .NET Core 1.1.0 - Host FX Resolver</HostFxrBrandName>

View file

@ -13,6 +13,6 @@
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<CliVersionPrefix>1.0.4</CliVersionPrefix>
<CliVersionPrefix>1.1.0</CliVersionPrefix>
</PropertyGroup>
</Project>