Skip to content

Commit 7d54d38

Browse files
authored
Update source.extension.cs
[skip ci]
1 parent 0fbddd1 commit 7d54d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodingWithCalvin.OpenBinFolder.Vsix/source.extension.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace CodingWithCalvin.OpenBinFolder.Vsix
77
{
88
internal sealed partial class Vsix
99
{
10-
public const string Id = "0F713362-1708-4956-85F7-A3C204735E3C";
10+
public const string Id = "VS-OpenBinFolder";
1111
public const string Name = "Open Bin Folder";
1212
public const string Description = @"Adds an 'Open Bin Folder' to the right click menu of the project for quick access to the builds output folder.";
1313
public const string Language = "en-US";

0 commit comments

Comments
 (0)