11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Vsix xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" Version =" 1.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2010" >
3- <Identifier Id =" da557abd-6945-4daf-98f2-a254d988b905" >
4- <Name >Simple Web Search</Name >
5- <Author >Tsuda Kageyu</Author >
6- <Version >1.1</Version >
2+ <PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" >
3+ <Metadata >
4+ <Identity Id =" da557abd-6945-4daf-98f2-a254d988b905" Version =" 1.2" Language =" en-US" Publisher =" Tsuda Kageyu" />
5+ <DisplayName >Simple Web Search</DisplayName >
76 <Description xml : space =" preserve" >Instant web search from the code editor.</Description >
8- <Locale >1033</Locale >
9- <MoreInfoUrl >https://github.com/TsudaKageyu/SimpleWebSearch</MoreInfoUrl >
7+ <MoreInfo >https://github.com/TsudaKageyu/SimpleWebSearch</MoreInfo >
108 <License >LICENSE.txt</License >
11- <InstalledByMsi >false</InstalledByMsi >
12- <SupportedProducts >
13- <VisualStudio Version =" 10.0" >
14- <Edition >Pro</Edition >
15- </VisualStudio >
16- <VisualStudio Version =" 11.0" >
17- <Edition >Pro</Edition >
18- </VisualStudio >
19- <VisualStudio Version =" 12.0" >
20- <Edition >Pro</Edition >
21- </VisualStudio >
22- <VisualStudio Version =" 14.0" >
23- <Edition >Pro</Edition >
24- </VisualStudio >
25- </SupportedProducts >
26- <SupportedFrameworkRuntimeEdition MinVersion =" 4.5" MaxVersion =" 4.5" />
27- </Identifier >
28- <References >
29- <Reference Id =" Microsoft.VisualStudio.MPF" MinVersion =" 10.0" >
30- <Name >Visual Studio MPF</Name >
31- </Reference >
32- </References >
33- <Content >
34- <VsPackage >|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage >
35- </Content >
36- </Vsix >
9+ <Tags >Editor;Editing;Search</Tags >
10+ </Metadata >
11+ <Installation >
12+ <InstallationTarget Id =" Microsoft.VisualStudio.IntegratedShell" Version =" [11.0,15.0)" />
13+ <InstallationTarget Id =" Microsoft.VisualStudio.Community" Version =" [15.0]" />
14+ </Installation >
15+ <Dependencies >
16+ <Dependency Id =" Microsoft.Framework.NDP" DisplayName =" Microsoft .NET Framework" Version =" [4.6,)" />
17+ <Dependency Id =" Microsoft.VisualStudio.MPF.11.0" DisplayName =" Visual Studio MPF 11.0" Version =" [11.0,12.0)" />
18+ </Dependencies >
19+ <Assets >
20+ <Asset Type =" Microsoft.VisualStudio.VsPackage" Path =" SimpleWebSearch.pkgdef" />
21+ <Asset Type =" Microsoft.VisualStudio.MefComponent" Path =" SimpleWebSearch.dll" />
22+ </Assets >
23+ <Prerequisites >
24+ <Prerequisite Id =" Microsoft.VisualStudio.Component.CoreEditor" Version =" [15.0,16.0)" DisplayName =" Visual Studio core editor" />
25+ </Prerequisites >
26+ </PackageManifest >
0 commit comments