Skip to content

Commit

Permalink
(GH-123) Add publishing manifest file
Browse files Browse the repository at this point in the history
To be used in conjunction with the VsixPublisher.exe. This file was
used for the publishing of the 0.3.0.0 release.
  • Loading branch information
gep13 committed Dec 21, 2020
1 parent 0952809 commit 50cde4c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions extension-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [
"build"
],
"identity": {
"internalName": "CakeforVisualStudio",
"tags": [
"Build",
"C#",
"Cake"
]
},
"overview": "./README.md",
"priceCategory": "free",
"publisher": "vs-publisher-1392591",
"private": false,
"qna": false,
"repo": "https://github.com/cake-build/cake-vs"
}

0 comments on commit 50cde4c

Please sign in to comment.