Merge pull request #2704 from Sridhar-MS/msi-branding
Fix the branding in CLI windows installer
This commit is contained in:
commit
19ec330c20
25 changed files with 77 additions and 68 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue