Skip to content

Commit

Permalink
Shorten the msi filenames (#9915)
Browse files Browse the repository at this point in the history
* Make Microsoft.Maui become Maui
* Also ASP.NET things
  • Loading branch information
mattleibow authored Sep 6, 2022
1 parent f0a814c commit e857f74
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eng/automation/vs-workload.template.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
<Replacement>@VS_COMPONENT_VERSION@</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.Maui.Graphics.Win2D.WinUI.Desktop">
<Replacement>Microsoft.Maui.Graphics.Win2D</Replacement>
<Replacement>Maui.Graphics.Win2D</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.Maui">
<Replacement>Maui</Replacement>
</ShortNames>
<ShortNames Include="Microsoft.AspNetCore.Components">
<Replacement>AspNetCore</Replacement>
</ShortNames>
<ComponentResources Include="maui" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK" Description=".NET SDK Workload for building all types of MAUI applications." />
<ComponentResources Include="maui-mobile" Version="@VS_COMPONENT_VERSION@" Category=".NET" Title=".NET MAUI SDK for Mobile" Description=".NET SDK Workload for building MAUI applications that target mobile platforms." />
Expand Down

0 comments on commit e857f74

Please sign in to comment.