From 3c5a7542e02c1b453c622a22080a4b808c34b06d Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Wed, 24 May 2017 00:15:55 -0700 Subject: [PATCH] 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. --- build/Branding.props | 2 +- build/Version.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Branding.props b/build/Branding.props index 25fc7c433..f57b49ee4 100644 --- a/build/Branding.props +++ b/build/Branding.props @@ -1,6 +1,6 @@ - Microsoft .NET Core 2.0.0 - Preview 2 SDK + Microsoft .NET Core 2.0.0 - Preview 3 SDK Microsoft .NET Core 2.0.0 - Runtime Microsoft .NET Core 2.0.0 - Host Microsoft .NET Core 2.0.0 - Host FX Resolver diff --git a/build/Version.props b/build/Version.props index b9f79eb58..97a01c36e 100644 --- a/build/Version.props +++ b/build/Version.props @@ -3,7 +3,7 @@ 2 0 0 - preview2 + preview3 $(VersionMajor).$(VersionMinor).$(VersionPatch)-$(ReleaseSuffix) $(VersionMajor).$(VersionMinor).$(VersionPatch).$(CommitCount)