Merge pull request #2704 from Sridhar-MS/msi-branding

Fix the branding in CLI windows installer
This commit is contained in:
Sridhar Periyasamy 2016-04-29 09:50:31 -07:00
commit 19ec330c20
25 changed files with 77 additions and 68 deletions

View file

@ -9,6 +9,9 @@ namespace Microsoft.DotNet.Cli.Build
public class Monikers
{
public const string SharedFrameworkName = "Microsoft.NETCore.App";
public const string CLISdkBrandName = "Microsoft .NET Core SDK";
public const string SharedFxBrandName = "Microsoft .NET Core";
public const string SharedHostBrandName = "Microsoft .NET Core Host";
public static string GetProductMoniker(BuildTargetContext c, string artifactPrefix, string version)
{