Skip to content

Commit fc1886a

Browse files
committed
Updated manifest for better defaults when uploading new versions
1 parent 511aa56 commit fc1886a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

source.extension.vsixmanifest

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
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="6bb18fff-9e74-4deb-97df-6a94ddafb74e" Version="1.14.0" Language="en-US" Publisher="Pernicious Games" />
5-
<DisplayName>OpenFileInSolution</DisplayName>
5+
<DisplayName>Open File In Solution</DisplayName>
66
<Description xml:space="preserve">Shows a list of all files in the current solution and allows quickly filtering and opening them.</Description>
77
<License>LICENSE</License>
88
<PreviewImage>openfileinsolution.png</PreviewImage>
9-
<Tags>open file, quick find</Tags>
9+
<Tags>open file, quick find, fast find, fast open, openfile, quick open, quickopen, shift alt o, shift+alt+o, visual assist</Tags>
1010
</Metadata>
1111
<Installation InstalledByMsi="false">
1212
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[11.0, 17.0)" />
13+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0, 17.0)" />
1314
</Installation>
1415
<Dependencies>
1516
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

0 commit comments

Comments
 (0)