Skip to content

Commit b042265

Browse files
committed
Move ProductName down in TargetingPack
1 parent 0b7cfb3 commit b042265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installers/Windows/TargetingPack/TargetingPack.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<PropertyGroup>
66
<OutputNamePrefix>$(TargetingPackInstallerBaseName)-</OutputNamePrefix>
77
<OutputNameSuffix>-win-$(Platform)</OutputNameSuffix>
8-
<ProductName>Microsoft ASP.NET Core $(PackageBrandingVersion) Targeting Pack ($(Platform))</ProductName>
98
<ProductNameFolder>Microsoft ASP.NET Core Targeting Pack</ProductNameFolder>
109
<ProductNameShort>AspNetCore.TargetingPack</ProductNameShort>
1110
<OutputType>Package</OutputType>
@@ -71,6 +70,7 @@
7170
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.targets))\Directory.Build.targets" />
7271

7372
<PropertyGroup>
73+
<ProductName>Microsoft ASP.NET Core $(PackageBrandingVersion) Targeting Pack ($(Platform))</ProductName>
7474
<PackageFileName>$(OutputName)</PackageFileName>
7575
<DefineConstants>$(DefineConstants);ProductName=$(ProductName)</DefineConstants>
7676

0 commit comments

Comments
 (0)