Skip to content

Commit 8b3bf2f

Browse files
authored
Merge pull request FortuneN#176 from tonyhallett/correct-manifest
correct marketplace manifest - cannot contain any identity informatio…
2 parents c72cd11 + bb42b72 commit 8b3bf2f

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

vs-market-place-manifest.json

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,7 @@
22
"$schema": "http://json.schemastore.org/vsix-publish",
33
"categories": [ "coding", "reporting", "testing" ],
44
"identity": {
5-
"description": "Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)",
6-
"displayName": "Fine Code Coverage",
7-
"internalName": "FineCodeCoverage",
8-
"language": "en-US",
9-
"vsixId": "fcc-f339fe606-9d51-4fca-895c-d50375137b62",
10-
"tags": [
11-
".net",
12-
".net core",
13-
".net framework",
14-
".netcore",
15-
".netframework",
16-
"c#",
17-
"code coverage",
18-
"community",
19-
"community edition",
20-
"core",
21-
"coverage",
22-
"coverlet",
23-
"free",
24-
"open cover",
25-
"openCover",
26-
"report generator",
27-
"reportGenerator",
28-
"test",
29-
"test coverage",
30-
"unit test",
31-
"unit test coverage",
32-
"vb",
33-
"visual studio"
34-
]
5+
"internalName": "FineCodeCoverage"
356
},
367
"overview": "vs-market-place-overview.md",
378
"priceCategory": "free",

0 commit comments

Comments
 (0)