-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
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,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> |