Skip to content

Commit c63c4b1

Browse files
authored
Change bundle branding from .net core to .net (#28682)
1 parent d546861 commit c63c4b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Installers/Windows/SharedFrameworkBundle/SharedFrameworkBundle.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
<!-- Registration -->
7777
<BundleRegManufacturer>Microsoft</BundleRegManufacturer>
78-
<BundleRegFamily>.NET Core</BundleRegFamily>
78+
<BundleRegFamily>.NET</BundleRegFamily>
7979

8080
<DefineConstants>$(DefineConstants);BundleNameShort=$(BundleNameShort)</DefineConstants>
8181
<DefineConstants>$(DefineConstants);BundleName=$(BundleName)</DefineConstants>

src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<PropertyGroup>
7777
<PackageFileName>dotnet-hosting-$(PackageVersion)-win$(TargetExt)</PackageFileName>
7878

79-
<BundleNameShort>Microsoft .NET Core $(PackageBrandingVersion)</BundleNameShort>
79+
<BundleNameShort>Microsoft .NET $(PackageBrandingVersion)</BundleNameShort>
8080
</PropertyGroup>
8181

8282
<PropertyGroup>
@@ -88,8 +88,8 @@
8888

8989
<!-- Registration -->
9090
<BundleRegManufacturer>Microsoft</BundleRegManufacturer>
91-
<BundleRegFamily>.NET Core</BundleRegFamily>
92-
<BundleRegName>Microsoft .NET Core $(PackageBrandingVersion) - Windows Server Hosting</BundleRegName>
91+
<BundleRegFamily>.NET</BundleRegFamily>
92+
<BundleRegName>Microsoft .NET $(PackageBrandingVersion) - Windows Server Hosting</BundleRegName>
9393
<BundleRegName>$(BundleNameFull)</BundleRegName>
9494
</PropertyGroup>
9595

0 commit comments

Comments
 (0)