Skip to content

Commit

Permalink
v4.2.5 - Includes updated shortcuts extension (v3.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
justcla committed Mar 5, 2023
1 parent e96e726 commit c892629
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion HotKeysVSIX/HotKeysVSIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<SubType>Designer</SubType>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="EmbeddedVSIX\KeyboardShortcutsManager-v3.1.3.vsix">
<Content Include="EmbeddedVSIX\KeyboardShortcutsManager-v3.1.4.vsix">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
1 change: 1 addition & 0 deletions HotKeysVSIX/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Hot Keys - Keyboard Shortcuts
by Justin Clareburt
05-Mar-2023: v4.2.5 Now embeds Keyboard Shortcuts Manager v3.1.4 - Fixes issue when loading shortcuts on vs-startup
03-Mar-2023: v4.2.4 Now embeds Keyboard Shortcuts Manager v3.1.3
23-Sep-2022: v4.2.1 Updated shortcuts for OptimiseImports and FormatDocument.
05-Mar-2022: v4.2.0 Added new settings files for Camel-Hump navigation.
Expand Down
46 changes: 23 additions & 23 deletions HotKeysVSIX/source.extension.vsixmanifest
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>

0 comments on commit c892629

Please sign in to comment.