From 6ad383666ae19a812546df75d0ee148b1c9b75a8 Mon Sep 17 00:00:00 2001 From: Bryan Thornbury Date: Thu, 9 Jun 2016 11:25:14 -0700 Subject: [PATCH] update product monikers to rc2 --- build_projects/shared-build-targets-utils/Utils/Monikers.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_projects/shared-build-targets-utils/Utils/Monikers.cs b/build_projects/shared-build-targets-utils/Utils/Monikers.cs index d28723643..5358e1ad9 100644 --- a/build_projects/shared-build-targets-utils/Utils/Monikers.cs +++ b/build_projects/shared-build-targets-utils/Utils/Monikers.cs @@ -10,9 +10,9 @@ namespace Microsoft.DotNet.Cli.Build public class Monikers { public const string SharedFrameworkName = "Microsoft.NETCore.App"; - public const string CLISdkBrandName = "Microsoft .NET Core 1.0.0 RC2 - SDK Preview 1"; - public const string SharedFxBrandName = "Microsoft .NET Core 1.0.0 RC2 - Runtime"; - public const string SharedHostBrandName = "Microsoft .NET Core 1.0.0 RC2 - Host"; + public const string CLISdkBrandName = "Microsoft .NET Core 1.0.0 - SDK Preview 2"; + public const string SharedFxBrandName = "Microsoft .NET Core 1.0.0 - Runtime"; + public const string SharedHostBrandName = "Microsoft .NET Core 1.0.0 - Host"; public static string GetProductMoniker(BuildTargetContext c, string artifactPrefix, string version) {