From d8772e04f9dda3bf93e8076be993735f30a51807 Mon Sep 17 00:00:00 2001 From: Zachary Teutsch Date: Tue, 2 Jun 2026 19:48:55 -0400 Subject: [PATCH] Bump version to 0.3.3 for development --- .github/plugin/plugin.json | 2 +- .github/plugin/skills/winapp-cli/frameworks/SKILL.md | 2 +- .github/plugin/skills/winapp-cli/identity/SKILL.md | 2 +- .github/plugin/skills/winapp-cli/manifest/SKILL.md | 2 +- .github/plugin/skills/winapp-cli/package/SKILL.md | 2 +- .github/plugin/skills/winapp-cli/setup/SKILL.md | 2 +- .github/plugin/skills/winapp-cli/signing/SKILL.md | 2 +- .github/plugin/skills/winapp-cli/troubleshoot/SKILL.md | 2 +- .github/plugin/skills/winapp-cli/ui-automation/SKILL.md | 2 +- docs/cli-schema.json | 2 +- version.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/plugin/plugin.json b/.github/plugin/plugin.json index 0d358b91..a8ef6cbe 100644 --- a/.github/plugin/plugin.json +++ b/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "winappcli", "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.", - "version": "0.3.2", + "version": "0.3.3", "author": { "name": "Microsoft", "url": "https://github.com/microsoft/WinAppCli" diff --git a/.github/plugin/skills/winapp-cli/frameworks/SKILL.md b/.github/plugin/skills/winapp-cli/frameworks/SKILL.md index 140dc93b..5b69b7b0 100644 --- a/.github/plugin/skills/winapp-cli/frameworks/SKILL.md +++ b/.github/plugin/skills/winapp-cli/frameworks/SKILL.md @@ -1,7 +1,7 @@ --- name: winapp-frameworks 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. -version: 0.3.2 +version: 0.3.3 --- ## When to use diff --git a/.github/plugin/skills/winapp-cli/identity/SKILL.md b/.github/plugin/skills/winapp-cli/identity/SKILL.md index 4bc38a49..50b0f4fb 100644 --- a/.github/plugin/skills/winapp-cli/identity/SKILL.md +++ b/.github/plugin/skills/winapp-cli/identity/SKILL.md @@ -1,7 +1,7 @@ --- name: winapp-identity 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. -version: 0.3.2 +version: 0.3.3 --- ## When to use diff --git a/.github/plugin/skills/winapp-cli/manifest/SKILL.md b/.github/plugin/skills/winapp-cli/manifest/SKILL.md index 50637181..933e345c 100644 --- a/.github/plugin/skills/winapp-cli/manifest/SKILL.md +++ b/.github/plugin/skills/winapp-cli/manifest/SKILL.md @@ -1,7 +1,7 @@ --- name: winapp-manifest description: Create and edit Windows app manifest files (Package.appxmanifest or 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. -version: 0.3.2 +version: 0.3.3 --- ## When to use diff --git a/.github/plugin/skills/winapp-cli/package/SKILL.md b/.github/plugin/skills/winapp-cli/package/SKILL.md index 8d1b0d28..268e0e0d 100644 --- a/.github/plugin/skills/winapp-cli/package/SKILL.md +++ b/.github/plugin/skills/winapp-cli/package/SKILL.md @@ -1,7 +1,7 @@ --- name: winapp-package 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. -version: 0.3.2 +version: 0.3.3 --- ## When to use diff --git a/.github/plugin/skills/winapp-cli/setup/SKILL.md b/.github/plugin/skills/winapp-cli/setup/SKILL.md index 7019d5c6..00c0e65b 100644 --- a/.github/plugin/skills/winapp-cli/setup/SKILL.md +++ b/.github/plugin/skills/winapp-cli/setup/SKILL.md @@ -1,7 +1,7 @@ --- name: winapp-setup 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. -version: 0.3.2 +version: 0.3.3 --- ## When to use diff --git a/.github/plugin/skills/winapp-cli/signing/SKILL.md b/.github/plugin/skills/winapp-cli/signing/SKILL.md index 39e3f12f..b13f83f8 100644 --- a/.github/plugin/skills/winapp-cli/signing/SKILL.md +++ b/.github/plugin/skills/winapp-cli/signing/SKILL.md @@ -1,7 +1,7 @@ --- name: winapp-signing 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. -version: 0.3.2 +version: 0.3.3 --- ## When to use diff --git a/.github/plugin/skills/winapp-cli/troubleshoot/SKILL.md b/.github/plugin/skills/winapp-cli/troubleshoot/SKILL.md index d797665e..138452e3 100644 --- a/.github/plugin/skills/winapp-cli/troubleshoot/SKILL.md +++ b/.github/plugin/skills/winapp-cli/troubleshoot/SKILL.md @@ -1,7 +1,7 @@ --- name: winapp-troubleshoot 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. -version: 0.3.2 +version: 0.3.3 --- ## When to use diff --git a/.github/plugin/skills/winapp-cli/ui-automation/SKILL.md b/.github/plugin/skills/winapp-cli/ui-automation/SKILL.md index d512ddbb..a7a9f2a4 100644 --- a/.github/plugin/skills/winapp-cli/ui-automation/SKILL.md +++ b/.github/plugin/skills/winapp-cli/ui-automation/SKILL.md @@ -1,7 +1,7 @@ --- name: winapp-ui-automation 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. -version: 0.3.2 +version: 0.3.3 --- ## When to use - Inspecting a running Windows app's UI from the command line diff --git a/docs/cli-schema.json b/docs/cli-schema.json index a245fb8e..2a250036 100644 --- a/docs/cli-schema.json +++ b/docs/cli-schema.json @@ -1,6 +1,6 @@ { "name": "winapp", - "version": "0.3.2", + "version": "0.3.3", "schemaVersion": "1.0", "description": "CLI for Windows app development, including package identity, packaging, managing Package.appxmanifest, test certificates, Windows (App) SDK projections, and more. For use with any app framework targeting Windows", "hidden": false, diff --git a/version.json b/version.json index 7156e19c..ca1d95b8 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.3.2" + "version": "0.3.3" } \ No newline at end of file