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

Commit 2dbaf67

Browse files
Removed old 32x32 logo
1 parent e97f3b7 commit 2dbaf67

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@
173173
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
174174
<IncludeInVSIX>true</IncludeInVSIX>
175175
</Content>
176-
<Content Include="Resources\logo_32x32%402x.png">
177-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
178-
</Content>
179176
<Content Include="GitHub.VisualStudio.imagemanifest">
180177
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
181178
<IncludeInVSIX>true</IncludeInVSIX>

src/GitHub.VisualStudio/GitHubPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace GitHub.VisualStudio
2929
{
3030
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
31-
[InstalledProductRegistration("#110", "#112", AssemblyVersionInformation.Version, IconResourceID = 400)]
31+
[InstalledProductRegistration("#110", "#112", AssemblyVersionInformation.Version)]
3232
[Guid(Guids.guidGitHubPkgString)]
3333
[ProvideMenuResource("Menus.ctmenu", 1)]
3434
[ProvideAutoLoad(Guids.UIContext_Git, PackageAutoLoadFlags.BackgroundLoad)]
-6.31 KB
Binary file not shown.

src/GitHub.VisualStudio/VSPackage.resx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,4 @@
133133
<data name="112" xml:space="preserve">
134134
<value>A Visual Studio Extension that brings the GitHub Flow into Visual Studio.</value>
135135
</data>
136-
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
137-
<data name="301" type="System.Resources.ResXFileRef, System.Windows.Forms">
138-
<value>resources\[email protected];System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
139-
</data>
140136
</root>

0 commit comments

Comments
 (0)