From 3fefa9e763019516b470359de0d1994f053b4db0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:43:18 +0000 Subject: [PATCH] Add missing vs-publish.json for VS Marketplace publish action Co-authored-by: ghost1372 <9213496+ghost1372@users.noreply.github.com> --- vs-publish.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vs-publish.json 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" +}