Skip to content

Commit

Permalink
Created new GUID for separate VS2015 version of HotCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
justcla committed May 3, 2020
1 parent 24c6729 commit cf54dc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.2.0 Separate version of the extension cut for VS2015 only. Uses new GUID.
03-May-2020: v2.1.7 Updated build files so it builds in VS2015, VS2017 and VS2019
14-Oct-2018: v2.1.6 Merged fix to ExpandSelection message on C++ (Issue #58)
03-Oct-2018: v2.1.5 Reset ExpandSelection default shortcut to Ctrl+W
Expand Down
8 changes: 4 additions & 4 deletions HotCommands/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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.7" 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>
<Identity Id="HotCommands2015.Justcla.59bbcff7-8ad2-4f60-8115-8d3b80793dd8" Version="2.2.0" Language="en-US" Publisher="Justin Clareburt" />
<DisplayName>Hot Commands 2015</DisplayName>
<Description xml:space="preserve">[For VS2015]. 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>
Expand All @@ -13,7 +13,7 @@
<Tags>HotCommands;Hot;Commands;Productivity;Keyboard;Shortcuts;Toggle comment;Duplicate code;Format code</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,15.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit cf54dc5

Please sign in to comment.