Skip to content

Commit

Permalink
Updated extension icon. Also updated internal VSIX for shortcuts mana…
Browse files Browse the repository at this point in the history
…ger to 1.0.6
  • Loading branch information
Justin Clareburt committed Apr 18, 2018
1 parent 7507f6c commit f8b7e16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file modified HotKeysVSIX/EmbeddedVSIX/KeyboardShortcutsManager.vsix
Binary file not shown.
5 changes: 2 additions & 3 deletions HotKeysVSIX/HotKeysVSIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,13 @@
<Content Include="ReSharper %28VS style%29.vssettings">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\HotKeysIcon.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\HotKeysIcon.png" />
<Content Include="Resources\HotKeysPreviewImage.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\Market_HotKeys_128x.png">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions HotKeysVSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description xml:space="preserve">Installs alternative keyboard mapping schemes to work with Visual Studio.</Description>
<MoreInfo>https://aka.ms/hotkeys2017</MoreInfo>
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
<Icon>Resources\HotKeysIcon.png</Icon>
<Icon>Resources\Market_HotKeys_128x.png</Icon>
<PreviewImage>Resources\HotKeysPreviewImage.png</PreviewImage>
</Metadata>
<Installation>
Expand All @@ -15,7 +15,7 @@
<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.4,)" 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" DisplayName="Keyboard Shortcuts Manager" Id="VSShortcutsManager.d8578b8b-cb70-49ee-b009-9e659c413f4b" Location="EmbeddedVSIX\KeyboardShortcutsManager.vsix" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
Expand Down

0 comments on commit f8b7e16

Please sign in to comment.