Skip to content

Commit

Permalink
release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant committed Dec 13, 2018
1 parent 5b59e87 commit bdbb622
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 25 deletions.
5 changes: 5 additions & 0 deletions AceJumpPackage/ReleaseNotes.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
version 1.4
- jpcrs contributions (https://github.com/jpcrs)
- added vs2019 support
- fixed pressing left arrow after jump move cursor to beginning (https://github.com/jsturtevant/ace-jump/issues/10 and https://github.com/jsturtevant/ace-jump/issues/12)

version 1.3
-added vs2017 support by m0d7(https://github.com/m0d7)

Expand Down
50 changes: 25 additions & 25 deletions AceJumpPackage/source.extension.vsixmanifest
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<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="AceJump..ef1d1d6d-3651-493e-93cd-778aeef3a117" Version="1.3" Language="en-US" Publisher="James Sturtevant" />
<DisplayName>AceJump</DisplayName>
<Description xml:space="preserve">Allows for quick movement around the editor screen. Inspired by AceJump for Webstorm and Emacs. </Description>
<License >LICENSE.txt</License>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<PreviewImage>ace-jump-demo.gif</PreviewImage>
<Tags>Coding, Productivity, Power Tools</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0)" />
<InstallationTarget Version="[11.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[12.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Metadata>
<Identity Id="AceJump..ef1d1d6d-3651-493e-93cd-778aeef3a117" Version="1.4" Language="en-US" Publisher="James Sturtevant" />
<DisplayName>AceJump</DisplayName>
<Description xml:space="preserve">Allows for quick movement around the editor screen. Inspired by AceJump for Webstorm and Emacs. </Description>
<License >LICENSE.txt</License>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<PreviewImage>ace-jump-demo.gif</PreviewImage>
<Tags>Coding, Productivity, Power Tools</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0)" />
<InstallationTarget Version="[11.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[12.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Thanks to everyone who has contibuted to the project:
- [aerworker](https://github.com/aerworker)
- awesome unknown person when first released
- [m0d7](https://github.com/m0d7)
- [jpcrs](https://github.com/jpcrs)

## Build yourself

Expand Down

0 comments on commit bdbb622

Please sign in to comment.