Posts by this author

Jul 22, 2026
Post comments count0
Post likes count0

Windows App Development CLI v0.5.0 – expanded UI automation, JS/TS bindings, and more

WinApp CLI v0.5.0 greatly expands the UI automation toolkit (recording, touch, pen, and keyboard injection), lets you call Windows Runtime APIs straight from JavaScript and TypeScript with zero native addons, and makes WinUI crashes far easier to diagnose. Get the update by running winget install Microsoft.WinAppCLI or check the repo for other ...

ifdef-Windows
Jun 11, 2026
Post comments count0
Post likes count3

Windows App Development CLI v0.3.2 — bundling support, smarter initialization, and more

Windows App Development CLI v0.3.2 is here! This release brings MSIX bundle support for multi-architecture packaging, a smarter winapp init experience that auto-detects your projects, higher quality UI screenshots, and a handful of reliability fixes across the board. Get the update by running winget install Microsoft.WinAppCLI or check the repo...

Windows App Development CLIifdef-Windows
Oct 20, 2021
Post comments count9
Post likes count1

Building Your First UWP Application

This article walks through getting setup with Universal Windows Platform development and showcases how to build a fun Soundboard starter application.

ifdef-Windows