Skip to content

Commit

Permalink
Merge pull request #176 from tonyhallett/correct-manifest
Browse files Browse the repository at this point in the history
correct marketplace manifest - cannot contain any identity informatio…
  • Loading branch information
tonyhallett authored Aug 18, 2021
2 parents c72cd11 + bb42b72 commit 8b3bf2f
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions vs-market-place-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,7 @@
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [ "coding", "reporting", "testing" ],
"identity": {
"description": "Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)",
"displayName": "Fine Code Coverage",
"internalName": "FineCodeCoverage",
"language": "en-US",
"vsixId": "fcc-f339fe606-9d51-4fca-895c-d50375137b62",
"tags": [
".net",
".net core",
".net framework",
".netcore",
".netframework",
"c#",
"code coverage",
"community",
"community edition",
"core",
"coverage",
"coverlet",
"free",
"open cover",
"openCover",
"report generator",
"reportGenerator",
"test",
"test coverage",
"unit test",
"unit test coverage",
"vb",
"visual studio"
]
"internalName": "FineCodeCoverage"
},
"overview": "vs-market-place-overview.md",
"priceCategory": "free",
Expand Down

0 comments on commit 8b3bf2f

Please sign in to comment.