Updating the 1.1.0 branding to preview1, from rc4, which we inherited from 1.0 when we branched. And updating the SDK version.

This commit is contained in:
Livar Cunha 2017-06-07 17:33:01 -07:00
parent aee2b92cef
commit 3fcad733b3
3 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,6 @@
MAJOR_VERSION=1
MINOR_VERSION=1
PATCH_VERSION=0
RELEASE_SUFFIX=rc4
RELEASE_SUFFIX=preview1
CHANNEL=rel-1.1.0
BRANCH_NAME=rel/1.1.0

View file

@ -4,7 +4,7 @@
<CLI_SharedFrameworkVersion>1.1.2</CLI_SharedFrameworkVersion>
<CLI_MSBuild_Version>15.3.0-preview-000246-05</CLI_MSBuild_Version>
<CLI_Roslyn_Version>2.0.0-rc5-61427-04</CLI_Roslyn_Version>
<CLI_NETSDK_Version>1.1.0-alpha-20170525-2</CLI_NETSDK_Version>
<CLI_NETSDK_Version>1.1.0-alpha-20170607-4</CLI_NETSDK_Version>
<CLI_NuGet_Version>4.3.0-preview3-4146</CLI_NuGet_Version>
<CLI_WEBSDK_Version>1.0.0-alpha-20170516-2-509</CLI_WEBSDK_Version>
<CLI_TestPlatform_Version>15.0.0</CLI_TestPlatform_Version>

View file

@ -10,7 +10,7 @@
</Component>
<Component Id="SetupRegistry_x86_RC2_Compat_Key" Directory="TARGETDIR" Win64="no">
<RegistryKey Root="HKLM" Key="SOFTWARE\dotnet\Setup\InstalledVersions\$(var.Platform)\sdk">
<RegistryValue Action="write" Name="1.0.1-rc4" Type="integer" Value="1" KeyPath="yes"/>
<RegistryValue Action="write" Name="1.1.0-preview1" Type="integer" Value="1" KeyPath="yes"/>
</RegistryKey>
</Component>
</ComponentGroup>