Skip to content

Commit 0fbddd1

Browse files
authored
Update source.extension.vsixmanifest
[skip ci]
1 parent 627296a commit 0fbddd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="0F713362-1708-4956-85F7-A3C204735E3C" Version="1.1" Language="en-US" Publisher="Coding with Calvin" />
4+
<Identity Id="VS-OpenBinFolder" Version="1.1" Language="en-US" Publisher="Coding with Calvin" />
55
<DisplayName>Open Bin Folder</DisplayName>
66
<Description xml:space="preserve">Adds an 'Open Bin Folder' to the right click menu of the project for quick access to the builds output folder.</Description>
7-
<MoreInfo>https://github.com/CalvinAllen/OpenBinFolder</MoreInfo>
7+
<MoreInfo>https://github.com/CodingWithCalvin/VS-OpenBinFolder</MoreInfo>
88
<Icon>Resources\logo.png</Icon>
99
<Tags>bin,debug,folder,output</Tags>
1010
</Metadata>

0 commit comments

Comments
 (0)