Skip to content

Commit e074422

Browse files
authored
Shorten VSIX DisplayName to fit 50 char limit when Experimental prefix is added (#5953)
1 parent e25473d commit e074422

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev/VSIX/Extension/Cpp/Dev17/Component/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
44
<Identity Id="Microsoft.WindowsAppSDK.Cpp.Dev17" Version="|%CurrentProject%;GetVSIXVersion|" Language="en-US" Publisher="Microsoft" />
5-
<DisplayName>Windows App SDK C++ VS 2022-2026 Templates</DisplayName>
5+
<DisplayName>Windows App SDK C++ VS Templates</DisplayName>
66
<Description xml:space="preserve">The Microsoft Windows App SDK Visual Studio extension adds C++ project and item templates to support building Windows apps and components in VS 2022-2026.</Description>
77
<MoreInfo>https://github.com/microsoft/WindowsAppSDK/</MoreInfo>
88
<License>LICENSE</License>

dev/VSIX/Extension/Cpp/Dev17/Standalone/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
44
<Identity Id="Microsoft.WindowsAppSDK.Cpp.Dev17" Version="|%CurrentProject%;GetVSIXVersion|" Language="en-US" Publisher="Microsoft" />
5-
<DisplayName>Windows App SDK C++ VS 2022-2026 Templates</DisplayName>
5+
<DisplayName>Windows App SDK C++ VS Templates</DisplayName>
66
<Description xml:space="preserve">The Microsoft Windows App SDK Visual Studio extension adds C++ project and item templates to support building Windows apps and components in VS 2022-2026.</Description>
77
<MoreInfo>https://github.com/microsoft/WindowsAppSDK/</MoreInfo>
88
<License>LICENSE</License>

dev/VSIX/Extension/Cs/Dev17/Component/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
44
<Identity Id="Microsoft.WindowsAppSDK.Cs.Dev17" Version="|%CurrentProject%;GetVSIXVersion|" Language="en-US" Publisher="Microsoft" />
5-
<DisplayName>Windows App SDK C# VS 2022-2026 Templates</DisplayName>
5+
<DisplayName>Windows App SDK C# VS Templates</DisplayName>
66
<Description xml:space="preserve">The Microsoft Windows App SDK Visual Studio extension adds C# project and item templates to support building Windows apps and components in VS 2022-2026.</Description>
77
<MoreInfo>https://github.com/microsoft/WindowsAppSDK/</MoreInfo>
88
<License>LICENSE</License>

dev/VSIX/Extension/Cs/Dev17/Standalone/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
44
<Identity Id="Microsoft.WindowsAppSDK.Cs.Dev17" Version="|%CurrentProject%;GetVSIXVersion|" Language="en-US" Publisher="Microsoft" />
5-
<DisplayName>Windows App SDK C# VS 2022-2026 Templates</DisplayName>
5+
<DisplayName>Windows App SDK C# VS Templates</DisplayName>
66
<Description xml:space="preserve">The Microsoft Windows App SDK Visual Studio extension adds C# project and item templates to support building Windows apps and components in VS 2022-2026.</Description>
77
<MoreInfo>https://github.com/microsoft/WindowsAppSDK/</MoreInfo>
88
<License>LICENSE</License>

0 commit comments

Comments
 (0)