Skip to content

Commit

Permalink
Updated manifest for better defaults when uploading new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
parnic committed Jul 30, 2019
1 parent 511aa56 commit fc1886a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<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">
<Metadata>
<Identity Id="6bb18fff-9e74-4deb-97df-6a94ddafb74e" Version="1.14.0" Language="en-US" Publisher="Pernicious Games" />
<DisplayName>OpenFileInSolution</DisplayName>
<DisplayName>Open File In Solution</DisplayName>
<Description xml:space="preserve">Shows a list of all files in the current solution and allows quickly filtering and opening them.</Description>
<License>LICENSE</License>
<PreviewImage>openfileinsolution.png</PreviewImage>
<Tags>open file, quick find</Tags>
<Tags>open file, quick find, fast find, fast open, openfile, quick open, quickopen, shift alt o, shift+alt+o, visual assist</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[11.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0, 17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit fc1886a

Please sign in to comment.