diff --git a/vs-publish.json b/vs-publish.json new file mode 100644 index 00000000..e75c1e49 --- /dev/null +++ b/vs-publish.json @@ -0,0 +1,13 @@ +{ + "$schema": "http://json.schemastore.org/vsix-publish", + "categories": [ "Coding", "templates" ], + "identity": { + "internalName": "DevWinUI-Template" + }, + "overview": "README.md", + "priceCategory": "free", + "publisher": "MahdiHosseini", + "private": false, + "qna": true, + "repo": "https://github.com/ghost1372/DevWinUI" +}