From 26499de75011144bb28fc6d1bdd83208cc2d4d11 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Wed, 9 Sep 2026 15:15:09 +0200 Subject: [PATCH] Update winui external plugin listing to v0.6.0 - Bump version 0.3.0 -> 0.6.0 to match the released win-dev-skills package. - Point source.path at the canonical Agent Plugins 1.0 package (plugins/winui/agent-plugin) instead of the legacy compatibility root, so the Copilot Customize tab installs the portable package. - Pin source.ref/source.sha to the immutable v0.6.0 tag (commit 68ae65d) for reproducible installs. - Regenerate .github/plugin/marketplace.json via npm run build. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 6 ++++-- plugins/external.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 4f35448e7..2fae5e9f3 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1985,7 +1985,7 @@ { "name": "winui", "description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks (WPF, WinForms, Electron, Tauri, Flutter) to WinUI 3, or add features to existing WinUI 3 applications. Includes MSIX packaging, code signing, UI automation testing, and Windows App SDK guidance.", - "version": "0.3.0", + "version": "0.6.0", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -2008,7 +2008,9 @@ "source": { "source": "github", "repo": "microsoft/win-dev-skills", - "path": "plugins/winui" + "path": "plugins/winui/agent-plugin", + "ref": "v0.6.0", + "sha": "68ae65d5c65ee87c3265a7f5abe3aaf97c7e6932" } }, { diff --git a/plugins/external.json b/plugins/external.json index 118dc7f26..5db5d1ae3 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1387,7 +1387,7 @@ { "name": "winui", "description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks (WPF, WinForms, Electron, Tauri, Flutter) to WinUI 3, or add features to existing WinUI 3 applications. Includes MSIX packaging, code signing, UI automation testing, and Windows App SDK guidance.", - "version": "0.3.0", + "version": "0.6.0", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -1410,7 +1410,9 @@ "source": { "source": "github", "repo": "microsoft/win-dev-skills", - "path": "plugins/winui" + "path": "plugins/winui/agent-plugin", + "ref": "v0.6.0", + "sha": "68ae65d5c65ee87c3265a7f5abe3aaf97c7e6932" } } ]