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

Commit 3fcad73

Browse files
committed
Updating the 1.1.0 branding to preview1, from rc4, which we inherited from 1.0 when we branched. And updating the SDK version.
1 parent aee2b92 commit 3fcad73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

branchinfo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
MAJOR_VERSION=1
55
MINOR_VERSION=1
66
PATCH_VERSION=0
7-
RELEASE_SUFFIX=rc4
7+
RELEASE_SUFFIX=preview1
88
CHANNEL=rel-1.1.0
99
BRANCH_NAME=rel/1.1.0

build/Microsoft.DotNet.Cli.DependencyVersions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<CLI_SharedFrameworkVersion>1.1.2</CLI_SharedFrameworkVersion>
55
<CLI_MSBuild_Version>15.3.0-preview-000246-05</CLI_MSBuild_Version>
66
<CLI_Roslyn_Version>2.0.0-rc5-61427-04</CLI_Roslyn_Version>
7-
<CLI_NETSDK_Version>1.1.0-alpha-20170525-2</CLI_NETSDK_Version>
7+
<CLI_NETSDK_Version>1.1.0-alpha-20170607-4</CLI_NETSDK_Version>
88
<CLI_NuGet_Version>4.3.0-preview3-4146</CLI_NuGet_Version>
99
<CLI_WEBSDK_Version>1.0.0-alpha-20170516-2-509</CLI_WEBSDK_Version>
1010
<CLI_TestPlatform_Version>15.0.0</CLI_TestPlatform_Version>

packaging/windows/clisdk/registrykeys.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</Component>
1111
<Component Id="SetupRegistry_x86_RC2_Compat_Key" Directory="TARGETDIR" Win64="no">
1212
<RegistryKey Root="HKLM" Key="SOFTWARE\dotnet\Setup\InstalledVersions\$(var.Platform)\sdk">
13-
<RegistryValue Action="write" Name="1.0.1-rc4" Type="integer" Value="1" KeyPath="yes"/>
13+
<RegistryValue Action="write" Name="1.1.0-preview1" Type="integer" Value="1" KeyPath="yes"/>
1414
</RegistryKey>
1515
</Component>
1616
</ComponentGroup>

0 commit comments

Comments
 (0)