diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index f6467dc1..6112eec2 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -2022,7 +2022,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" @@ -2045,7 +2045,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 ea143ff3..cc92d114 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1418,7 +1418,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" @@ -1441,7 +1441,9 @@ "source": { "source": "github", "repo": "microsoft/win-dev-skills", - "path": "plugins/winui" + "path": "plugins/winui/agent-plugin", + "ref": "v0.6.0", + "sha": "68ae65d5c65ee87c3265a7f5abe3aaf97c7e6932" } } ]