Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit e97f3b7

Browse files
Added new logo to project
1 parent ee78d94 commit e97f3b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,15 @@
166166
</EmbeddedResource>
167167
</ItemGroup>
168168
<ItemGroup>
169+
<Content Include="Resources\logo_128x128.png">
170+
<IncludeInVSIX>true</IncludeInVSIX>
171+
</Content>
169172
<Content Include="Resources\preview_200x200.png">
170173
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
171174
<IncludeInVSIX>true</IncludeInVSIX>
172175
</Content>
173176
<Content Include="Resources\logo_32x32%402x.png">
174177
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
175-
<IncludeInVSIX>true</IncludeInVSIX>
176178
</Content>
177179
<Content Include="GitHub.VisualStudio.imagemanifest">
178180
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<MoreInfo>https://visualstudio.github.com</MoreInfo>
99
<License>LICENSE.txt</License>
1010
<ReleaseNotes>https://visualstudio.github.com/release-notes.html</ReleaseNotes>
11-
<Icon>Resources\logo_32x32@2x.png</Icon>
11+
<Icon>Resources\logo_128x128.png</Icon>
1212
<PreviewImage>Resources\preview_200x200.png</PreviewImage>
1313
<Tags>GitHub;git;open source;source control;branch;pull request;team explorer;commit;publish</Tags>
1414
</Metadata>

0 commit comments

Comments
 (0)