Merge pull request #6603 from livarcocc/fix_installers_branding
Change the CLI moniker to Microsoft .NET Core 2.0.0 Preview 1 SDK
This commit is contained in:
commit
e157c4bd09
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<Project ToolsVersion="14.0">
|
<Project ToolsVersion="14.0">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SdkBrandName>Microsoft .NET Core 2.0.0 - SDK Preview 1</SdkBrandName>
|
<SdkBrandName>Microsoft .NET Core 2.0.0 - Preview 2 SDK</SdkBrandName>
|
||||||
<SharedFrameworkBrandName>Microsoft .NET Core 2.0.0 - Runtime</SharedFrameworkBrandName>
|
<SharedFrameworkBrandName>Microsoft .NET Core 2.0.0 - Runtime</SharedFrameworkBrandName>
|
||||||
<SharedHostBrandName>Microsoft .NET Core 2.0.0 - Host</SharedHostBrandName>
|
<SharedHostBrandName>Microsoft .NET Core 2.0.0 - Host</SharedHostBrandName>
|
||||||
<HostFxrBrandName>Microsoft .NET Core 2.0.0 - Host FX Resolver</HostFxrBrandName>
|
<HostFxrBrandName>Microsoft .NET Core 2.0.0 - Host FX Resolver</HostFxrBrandName>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||||
<String Id="Caption">[WixBundleName] Setup</String>
|
<String Id="Caption">[WixBundleName] Installer</String>
|
||||||
<String Id="Title">[BUNDLEMONIKER]</String>
|
<String Id="Title">[BUNDLEMONIKER]</String>
|
||||||
<String Id="Motto">You just need a shell, a text editor and 10 minutes of your time.
|
<String Id="Motto">You just need a shell, a text editor and 10 minutes of your time.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue