-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v4.2.5 - Includes updated shortcuts extension (v3.1.4)
- Loading branch information
Showing
5 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<?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="HotKeys.e18a1a2b-78e5-4f4c-aade-448d36fd6016" Version="4.2.4" Language="en-US" Publisher="Justin Clareburt" /> | ||
<DisplayName>Hot Keys - Keyboard Shortcuts</DisplayName> | ||
<Description xml:space="preserve">Installs alternative keyboard mapping schemes to work with Visual Studio.</Description> | ||
<MoreInfo>https://aka.ms/hotkeys2017</MoreInfo> | ||
<GettingStartedGuide>https://github.com/justcla/KeyBindings</GettingStartedGuide> | ||
<ReleaseNotes>https://github.com/justcla/KeyBindings/blob/master/HotKeysVSIX/ReleaseNotes.txt</ReleaseNotes> | ||
<Icon>Resources\Market_HotKeys_128x.png</Icon> | ||
<PreviewImage>Resources\HotKeysPreviewImage.png</PreviewImage> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Version="[17.0,)" Id="Microsoft.VisualStudio.Community"> | ||
<ProductArchitecture>amd64</ProductArchitecture> | ||
</InstallationTarget> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" /> | ||
<Dependency d:Source="File" Version="[3.1.3,4.0.0.0)" d:InstallSource="Embed" Location="EmbeddedVSIX\KeyboardShortcutsManager-v3.1.3.vsix" DisplayName="Keyboard Shortcuts Manager" Id="VSShortcutsManager.d8578b8b-cb70-49ee-b009-9e659c413f4b" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Metadata> | ||
<Identity Id="HotKeys.e18a1a2b-78e5-4f4c-aade-448d36fd6016" Version="4.2.5" Language="en-US" Publisher="Justin Clareburt" /> | ||
<DisplayName>Hot Keys - Keyboard Shortcuts</DisplayName> | ||
<Description xml:space="preserve">Installs alternative keyboard mapping schemes to work with Visual Studio.</Description> | ||
<MoreInfo>https://aka.ms/hotkeys2017</MoreInfo> | ||
<GettingStartedGuide>https://github.com/justcla/KeyBindings</GettingStartedGuide> | ||
<ReleaseNotes>https://github.com/justcla/KeyBindings/blob/master/HotKeysVSIX/ReleaseNotes.txt</ReleaseNotes> | ||
<Icon>Resources\Market_HotKeys_128x.png</Icon> | ||
<PreviewImage>Resources\HotKeysPreviewImage.png</PreviewImage> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Version="[17.0,)" Id="Microsoft.VisualStudio.Community"> | ||
<ProductArchitecture>amd64</ProductArchitecture> | ||
</InstallationTarget> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" /> | ||
<Dependency d:Source="File" Version="[3.1.4,4.0.0.0)" d:InstallSource="Embed" Location="EmbeddedVSIX\KeyboardShortcutsManager-v3.1.4.vsix" DisplayName="Keyboard Shortcuts Manager" Id="VSShortcutsManager.d8578b8b-cb70-49ee-b009-9e659c413f4b" /> | ||
</Dependencies> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
</PackageManifest> |