Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit fb34f66

Browse files
committed
Bump branding to 1.1.4
1 parent 6d95aa5 commit fb34f66

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

branchinfo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Each line is expected to be in the format "[Name]=[Value]".
44
MAJOR_VERSION=1
55
MINOR_VERSION=1
6-
PATCH_VERSION=3
6+
PATCH_VERSION=4
77
RELEASE_SUFFIX=servicing
88
CHANNEL=rel-1.1.0
99
BRANCH_NAME=rel/1.1.0

build/Microsoft.DotNet.Cli.Monikers.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<SdkBrandName>.NET Core SDK 1.1.3</SdkBrandName>
5-
<SharedFrameworkBrandName>Microsoft .NET Core 1.1.3 - Runtime</SharedFrameworkBrandName>
4+
<SdkBrandName>.NET Core SDK 1.1.4</SdkBrandName>
5+
<SharedFrameworkBrandName>Microsoft .NET Core 1.1.4 - Runtime</SharedFrameworkBrandName>
66
<SharedHostBrandName>Microsoft .NET Core 1.1.0 - Host</SharedHostBrandName>
77
<HostFxrBrandName>Microsoft .NET Core 1.1.0 - Host FX Resolver</HostFxrBrandName>
88

9-
<AdditionalSharedFrameworkBrandName>Microsoft .NET Core 1.0.6 - Runtime</AdditionalSharedFrameworkBrandName>
9+
<AdditionalSharedFrameworkBrandName>Microsoft .NET Core 1.0.7 - Runtime</AdditionalSharedFrameworkBrandName>
1010
<AdditionalSharedHostBrandName>Microsoft .NET Core 1.0.1 - Host</AdditionalSharedHostBrandName>
1111
<AdditionalHostFxrBrandName>Microsoft .NET Core 1.0.1 - Host FX Resolver</AdditionalHostFxrBrandName>
1212

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
1414

1515

16-
<CliVersionPrefix>1.1.3</CliVersionPrefix>
16+
<CliVersionPrefix>1.1.4</CliVersionPrefix>
1717
</PropertyGroup>
1818
</Project>

0 commit comments

Comments
 (0)