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

Commit 70cec0d

Browse files
committed
Use new ImageMonikerGuid
1 parent 5bb712c commit 70cec0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitHub.VisualStudio.16/Images.imagemanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ImageManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/VisualStudio/ImageManifestSchema/2014">
22
<Symbols>
33
<String Name="Resources" Value="/GitHub.VisualStudio.16;component/Resources/icons" />
4-
<Guid Name="guidImages" Value="{27841f47-070a-46d6-90be-a5cbbfc724ac}" />
4+
<Guid Name="guidImages" Value="{de556d01-f3bc-4521-abc3-3e04b537f9c9}" />
55
<ID Name="logo" Value="1" />
66
</Symbols>
77

src/GitHub.VisualStudio.16/Images.imagemanifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
internal class Images
44
{
5-
internal const string ImageMonikerGuid = "{27841f47-070a-46d6-90be-a5cbbfc724ac}";
5+
internal const string ImageMonikerGuid = "{de556d01-f3bc-4521-abc3-3e04b537f9c9}";
66
internal const int Logo = 1;
77
}
88
}

0 commit comments

Comments
 (0)