Posts by this author

Aug 14, 2026
Post comments count0
Post likes count1

Windows App Development CLI v0.6 – create new WinUI applications, sign packages with Azure, and more

Windows App Development CLI v0.6.0 has just shipped and contains a ton of new features. Much of the changes in this release focus on getting from zero to a running app faster: scaffold a fresh WinUI project with a single command, search real WinUI controls and samples without leaving the terminal, and run your app straight from a .csproj with n...

ifdef-Windows
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