Skip to content

Commit

Permalink
Updated version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
justcla committed May 3, 2020
1 parent 9f85198 commit d8e207d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions HotCommands/Packaging/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Hot Commands for Visual Studio
03-May-2020: v2.1.6 Updated build files so it builds in VS2015, VS2017 and VS2019
03-Oct-2018: v2.1.5 Reset ExpandSelection default shortcut to Ctrl+W
05-Jun-2018: v2.1.4 Added keyboard shortcuts import file.
17-May-2018: v2.1.3 Improved page scroll for MoveMember Up/Down and GoToNext/Prev Member
Expand Down
50 changes: 25 additions & 25 deletions HotCommands/source.extension.vsixmanifest
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="e8175b11-0e09-42b5-9c3c-ba7bfb53a311" Version="2.1.5" Language="en-US" Publisher="Justin Clareburt" />
<DisplayName>Hot Commands</DisplayName>
<Description xml:space="preserve">A collection of commands and shortcuts for enhanced productivity in Visual Studio IDE.</Description>
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=JustinClareburtMSFT.HotCommandsforVisualStudio</MoreInfo>
<License>Packaging\License.rtf</License>
<GettingStartedGuide>https://github.com/justcla/HotCommands</GettingStartedGuide>
<ReleaseNotes>https://github.com/justcla/HotCommands/blob/master/HotCommands/Packaging/ReleaseNotes.txt</ReleaseNotes>
<Icon>Resources\HotCommandsIcon_v2_128x.png</Icon>
<PreviewImage>Resources\HotCommandsPreview.png</PreviewImage>
<Tags>HotCommands;Hot;Commands;Productivity;Keyboard;Shortcuts;Toggle comment;Duplicate code;Format code</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="HotCommands" Path="|HotCommands|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="HotCommands" Path="|HotCommands;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Metadata>
<Identity Id="e8175b11-0e09-42b5-9c3c-ba7bfb53a311" Version="2.1.6" Language="en-US" Publisher="Justin Clareburt" />
<DisplayName>Hot Commands</DisplayName>
<Description xml:space="preserve">A collection of commands and shortcuts for enhanced productivity in Visual Studio IDE.</Description>
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=JustinClareburtMSFT.HotCommandsforVisualStudio</MoreInfo>
<License>Packaging\License.rtf</License>
<GettingStartedGuide>https://github.com/justcla/HotCommands</GettingStartedGuide>
<ReleaseNotes>https://github.com/justcla/HotCommands/blob/master/HotCommands/Packaging/ReleaseNotes.txt</ReleaseNotes>
<Icon>Resources\HotCommandsIcon_v2_128x.png</Icon>
<PreviewImage>Resources\HotCommandsPreview.png</PreviewImage>
<Tags>HotCommands;Hot;Commands;Productivity;Keyboard;Shortcuts;Toggle comment;Duplicate code;Format code</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="HotCommands" Path="|HotCommands|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="HotCommands" Path="|HotCommands;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

0 comments on commit d8e207d

Please sign in to comment.