Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
},
{
Expand Down
6 changes: 4 additions & 2 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
}
]
Loading