Skip to content

Commit d46b6c4

Browse files
authored
Merge pull request #24 from justcla/master
Upgraded to install and run on VS2019
2 parents bcd2c3e + 43d025a commit d46b6c4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

EasyMotion/ReleaseNotes.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
30-Mar-2017 v1.0.2 - Upgraded to support VS2017
1+
05-May-2020 v1.0.3 - Upgraded to install on VS2019
2+
30-Mar-2017 v1.0.2 - Upgraded to support VS2017
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
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>
4-
<Identity Id="5bb019ad-a18e-4c86-af3c-27217853df95" Version="1.0.2" Language="en-US" Publisher="JaredPar" />
4+
<Identity Id="5bb019ad-a18e-4c86-af3c-27217853df95" Version="1.0.3" Language="en-US" Publisher="JaredPar" />
55
<DisplayName>EasyMotion</DisplayName>
66
<Description>Easy Motion clone for Visual Studio</Description>
77
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
88
</Metadata>
99
<Installation InstalledByMsi="false">
10-
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
10+
<InstallationTarget Version="[14.0,)" Id="Microsoft.VisualStudio.Community" />
1111
</Installation>
1212
<Dependencies>
1313
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
@@ -17,6 +17,6 @@
1717
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
1818
</Assets>
1919
<Prerequisites>
20-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
20+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
2121
</Prerequisites>
2222
</PackageManifest>

0 commit comments

Comments
 (0)