Updating the branding of the CLI in master to preview3 for now, so that it does not conflict with the release/2.0.0 CLI.

This commit is contained in:
Livar Cunha 2017-05-24 00:15:55 -07:00
parent 4501b01b00
commit 3c5a7542e0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<Project ToolsVersion="14.0">
<PropertyGroup>
<SdkBrandName>Microsoft .NET Core 2.0.0 - Preview 2 SDK</SdkBrandName>
<SdkBrandName>Microsoft .NET Core 2.0.0 - Preview 3 SDK</SdkBrandName>
<SharedFrameworkBrandName>Microsoft .NET Core 2.0.0 - Runtime</SharedFrameworkBrandName>
<SharedHostBrandName>Microsoft .NET Core 2.0.0 - Host</SharedHostBrandName>
<HostFxrBrandName>Microsoft .NET Core 2.0.0 - Host FX Resolver</HostFxrBrandName>

View file

@ -3,7 +3,7 @@
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<VersionPatch>0</VersionPatch>
<ReleaseSuffix>preview2</ReleaseSuffix>
<ReleaseSuffix>preview3</ReleaseSuffix>
<CliVersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)-$(ReleaseSuffix)</CliVersionPrefix>
<SimpleVersion Condition=" '$(DropSuffix)' == '' ">$(VersionMajor).$(VersionMinor).$(VersionPatch).$(CommitCount)</SimpleVersion>