Skip to content

Commit 60fd946

Browse files
authored
test(manifest): match MoreInfo URL with extension.manifest.json (#22)
Testing if matching URLs (both with www.) enables marketplace link.
1 parent bbf48ea commit 60fd946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodingWithCalvin.SuperClean/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Identity Id="VS-SuperClean" Version="1.1" Language="en-US" Publisher="Coding With Calvin" />
55
<DisplayName>Super Clean</DisplayName>
66
<Description xml:space="preserve">Adds a 'Super Clean' option to the right click menu of the Solution and Project nodes of the Solution Explorer, to clear out the bin and obj folders for all, or selected, projects in the solution.</Description>
7-
<MoreInfo>https://github.com/codingwithcalvin/vs-superclean</MoreInfo>
7+
<MoreInfo>https://www.github.com/CodingWithCalvin/VS-SuperClean</MoreInfo>
88
<License>resources\LICENSE</License>
99
<Icon>resources\logo.png</Icon>
1010
<Tags>bin,debug,folder,output</Tags>

0 commit comments

Comments
 (0)