Skip to content

Commit 43d025a

Browse files
committed
Corrected release notes date.
Removed additional whitespace.
1 parent 9023283 commit 43d025a

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

EasyMotion/ReleaseNotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
05-May-2019 v1.0.3 - Upgraded to install on VS2019
1+
05-May-2020 v1.0.3 - Upgraded to install on VS2019
22
30-Mar-2017 v1.0.2 - Upgraded to support VS2017
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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">
3-
<Metadata>
4-
<Identity Id="5bb019ad-a18e-4c86-af3c-27217853df95" Version="1.0.3" Language="en-US" Publisher="JaredPar" />
5-
<DisplayName>EasyMotion</DisplayName>
6-
<Description xml:space="preserve">Easy Motion clone for Visual Studio</Description>
7-
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
8-
</Metadata>
9-
<Installation InstalledByMsi="false">
10-
<InstallationTarget Version="[14.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="1.0.3" 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="[14.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>
2222
</PackageManifest>

0 commit comments

Comments
 (0)