Skip to content

Commit df48552

Browse files
nmetulevCopilot
andcommitted
Release 0.6.0
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 26aa303 commit df48552

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"url": "https://github.com/microsoft/win-dev-skills"
66
},
77
"description": "Agents and skills for native Windows app development with WinUI 3 and the Windows App SDK.",
8-
"version": "0.5.0",
8+
"version": "0.6.0",
99
"plugins": [
1010
{
1111
"name": "winui",
1212
"description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks to WinUI 3, or add features to existing WinUI 3 applications.",
13-
"version": "0.5.0",
13+
"version": "0.6.0",
1414
"source": "./plugins/winui",
1515
"category": "windows-development",
1616
"tags": [

.github/plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Agents and skills for native Windows app development with WinUI 3 and the Windows App SDK.",
9-
"version": "0.5.0"
9+
"version": "0.6.0"
1010
},
1111
"plugins": [
1212
{
1313
"name": "winui",
1414
"description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks to WinUI 3, or add features to existing WinUI 3 applications.",
15-
"version": "0.5.0",
15+
"version": "0.6.0",
1616
"source": "./plugins/winui/agent-plugin"
1717
}
1818
]

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ The `version-bump` and `changelog-entry` CI jobs enforce this.
2323

2424
### Added
2525

26+
### Changed
27+
28+
### Fixed
29+
30+
### Removed
31+
32+
### Deprecated
33+
34+
## [0.6.0] — 2026-08-26
35+
36+
### Added
37+
2638
- WinApp CLI 0.6 integration: new projects use `winapp new`, and WinUI
2739
control/sample discovery uses `winapp find-ui`.
2840
- Added reusable SVG and 512 px PNG WinUI artwork for marketplace listings.

plugins/winui/agent-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
33
"name": "winui",
44
"description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks to WinUI 3, or add features to existing WinUI 3 applications.",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"author": {
77
"name": "Microsoft",
88
"url": "https://github.com/microsoft/win-dev-skills"

0 commit comments

Comments
 (0)