|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <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"> |
3 | | - <Metadata> |
4 | | - <Identity Id="5bb019ad-a18e-4c86-af3c-27217853df95" Version="2.0.0" Language="en-US" Publisher="JaredPar" /> |
5 | | - <DisplayName>EasyMotion</DisplayName> |
6 | | - <Description>Easy Motion clone for Visual Studio</Description> |
7 | | - <ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> |
8 | | - </Metadata> |
9 | | - <Installation InstalledByMsi="false"> |
10 | | - <InstallationTarget Version="[15.0,)" Id="Microsoft.VisualStudio.Community" /> |
11 | | - </Installation> |
12 | | - <Dependencies> |
13 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
14 | | - </Dependencies> |
15 | | - <Assets> |
16 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
17 | | - <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
18 | | - </Assets> |
19 | | - <Prerequisites> |
20 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" /> |
21 | | - </Prerequisites> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="5bb019ad-a18e-4c86-af3c-27217853df95" Version="2.1.0" Language="en-US" Publisher="JaredPar" /> |
| 5 | + <DisplayName>EasyMotion</DisplayName> |
| 6 | + <Description xml:space="preserve">Easy Motion clone for Visual Studio</Description> |
| 7 | + <MoreInfo>https://marketplace.visualstudio.com/items?itemName=JaredParMSFT.EasyMotion</MoreInfo> |
| 8 | + <GettingStartedGuide>https://github.com/jaredpar/EasyMotion</GettingStartedGuide> |
| 9 | + <ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> |
| 10 | + </Metadata> |
| 11 | + <Installation InstalledByMsi="false"> |
| 12 | + <InstallationTarget Version="[15.0,)" Id="Microsoft.VisualStudio.Community" /> |
| 13 | + </Installation> |
| 14 | + <Dependencies> |
| 15 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 16 | + </Dependencies> |
| 17 | + <Assets> |
| 18 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 19 | + <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 20 | + </Assets> |
| 21 | + <Prerequisites> |
| 22 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" /> |
| 23 | + </Prerequisites> |
22 | 24 | </PackageManifest> |
0 commit comments