Skip to content

Commit

Permalink
Upgraded to VS2019
Browse files Browse the repository at this point in the history
Includes KeyboardShortcutsManager v2.1.0
  • Loading branch information
justcla committed Jul 12, 2019
1 parent f445c92 commit 5bba9cd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 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 @@ -48,7 +48,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="EmbeddedVSIX\KeyboardShortcutsManager.vsix">
<Content Include="EmbeddedVSIX\KeyboardShortcutsManager-v2.1.0.vsix">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
6 changes: 6 additions & 0 deletions HotKeysVSIX/HotKeysVSIX.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions HotKeysVSIX/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Hot Keys - Keyboard Shortcuts
by Justin Clareburt
12-Jul-2019: v3.0.0 Basic upgrade for VS2019 compatibility. Included VSShortcutManager-v2.1.0
16-Jan-2018: v2.0.2 Added shortcuts for new VS features: Duplicate Text and Expland Selection
12-Jan-2018: v2.0.1 Embedded Keyboard Shortcuts Manager and supplied IntelliJ and R# VS and IDEA shortcut defs
12-Aug-2017: v2.0.0 Moved to VSIX instead of MSI
Expand Down
8 changes: 4 additions & 4 deletions HotKeysVSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="2.0.2" Language="en-US" Publisher="Justin Clareburt" />
<Identity Id="HotKeys.e18a1a2b-78e5-4f4c-aade-448d36fd6016" Version="3.0.0" 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>
Expand All @@ -10,14 +10,14 @@
<PreviewImage>Resources\HotKeysPreviewImage.png</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,)" />
</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="[1.0.6,)" d:InstallSource="Embed" DisplayName="Keyboard Shortcuts Manager" Id="VSShortcutsManager.d8578b8b-cb70-49ee-b009-9e659c413f4b" Location="EmbeddedVSIX\KeyboardShortcutsManager.vsix" />
<Dependency d:Source="File" Version="[1.0.6,)" d:InstallSource="Embed" Location="EmbeddedVSIX\KeyboardShortcutsManager-v2.1.0.vsix" DisplayName="Keyboard Shortcuts Manager" Id="VSShortcutsManager.d8578b8b-cb70-49ee-b009-9e659c413f4b" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

0 comments on commit 5bba9cd

Please sign in to comment.