Skip to content

Commit 33a2487

Browse files
nmetulevCopilot
andcommitted
Regenerate cli-schema.json and SKILL.md for new options
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f64eac7 commit 33a2487

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "winappcli",
33
"description": "Windows app development, packaging, and distribution. Helps with creating Windows installers (MSIX), code signing, certificates, Windows SDK and Windows App SDK setup, package identity for Windows APIs (push notifications, background tasks, share target), appxmanifest authoring, and Microsoft Store distribution. Supports Electron, .NET, C++, Rust, Flutter, and Tauri apps.",
4-
"version": "0.2.2",
4+
"version": "1.0.0",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://github.com/microsoft/WinAppCli"

.github/plugin/skills/winapp-cli/frameworks/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: winapp-frameworks
33
description: Framework-specific Windows development guidance for Electron, .NET (WPF, WinForms), C++, Rust, Flutter, and Tauri. Use when packaging or adding Windows features to an Electron app, .NET desktop app, Flutter app, Tauri app, Rust app, or C++ app.
4-
version: 0.2.2
4+
version: 1.0.0
55
---
66
## When to use
77

.github/plugin/skills/winapp-cli/identity/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: winapp-identity
33
description: Enable Windows package identity for desktop apps to access Windows APIs like push notifications, background tasks, share target, and startup tasks. Use when adding Windows notifications, background tasks, or other identity-requiring Windows features to a desktop app.
4-
version: 0.2.2
4+
version: 1.0.0
55
---
66
## When to use
77

.github/plugin/skills/winapp-cli/manifest/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: winapp-manifest
33
description: Create and edit Windows app manifest files (appxmanifest.xml) that define app identity, capabilities, and visual assets, or generate new assets from existing images. Use when creating a Windows app manifest for any app type (GUI, console, CLI tool, service), adding Windows capabilities, generating new app icons and assets, or adding execution aliases, file associations, protocol handlers, or other app extensions.
4-
version: 0.2.2
4+
version: 1.0.0
55
---
66
## When to use
77

.github/plugin/skills/winapp-cli/package/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: winapp-package
33
description: Package a Windows app as an MSIX installer for distribution or testing. Use when creating a Windows installer, packaging an Electron/Flutter/.NET/Rust/C++/Tauri app for Windows, building an MSIX, distributing a desktop app, packaging a console app or CLI tool, or adding MSIX packaging to a build script or CI/CD pipeline.
4-
version: 0.2.2
4+
version: 1.0.0
55
---
66
## When to use
77

.github/plugin/skills/winapp-cli/setup/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: winapp-setup
33
description: Set up a Windows app project for MSIX packaging, Windows SDK access, or Windows API usage. Use when adding Windows support to an Electron, .NET, C++, Rust, Flutter, or Tauri project, or restoring SDK packages after cloning.
4-
version: 0.2.2
4+
version: 1.0.0
55
---
66
## When to use
77

.github/plugin/skills/winapp-cli/signing/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: winapp-signing
33
description: Create and manage code signing certificates for Windows apps and MSIX packages. Use when generating a certificate, signing a Windows app or installer, or fixing certificate trust issues.
4-
version: 0.2.2
4+
version: 1.0.0
55
---
66
## When to use
77

.github/plugin/skills/winapp-cli/troubleshoot/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: winapp-troubleshoot
33
description: Diagnose and fix common Windows app packaging, signing, identity, and SDK errors. Use when encountering errors with MSIX packaging, certificate signing, Windows SDK setup, or app installation.
4-
version: 0.2.2
4+
version: 1.0.0
55
---
66
## When to use
77

.github/plugin/skills/winapp-cli/ui-automation/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: winapp-ui-automation
33
description: Inspect and interact with running Windows app UIs from the command line using UI Automation (UIA). Use when an AI agent or developer needs to inspect a UI element tree, find controls, take screenshots, click buttons, read or set text, or verify UI state in a running Windows app. Works with any framework: WinUI 3, WPF, WinForms, Win32, Electron.
4-
version: 0.2.2
4+
version: 1.0.0
55
---
66
## When to use
77
- Inspecting a running Windows app's UI from the command line

docs/cli-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "winapp",
3-
"version": "0.2.2",
3+
"version": "1.0.0",
44
"schemaVersion": "1.0",
55
"description": "CLI for Windows app development, including package identity, packaging, managing appxmanifest.xml, test certificates, Windows (App) SDK projections, and more. For use with any app framework targeting Windows",
66
"hidden": false,

0 commit comments

Comments
 (0)