Updating the branding to rel/1.1.0
This commit is contained in:
parent
af1e6684fd
commit
04b60dadc4
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
|
||||
|
||||
|
||||
<CliVersionPrefix>1.0.4</CliVersionPrefix>
|
||||
<CliVersionPrefix>1.1.0</CliVersionPrefix>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue