Skip to content

2.0.0 Experimental 2 (2.0.0-experimental2) 🧪

Pre-release
Pre-release

Choose a tag to compare

@RDMacLachlan RDMacLachlan released this 06 Nov 00:35
· 90 commits to main since this release
e074422

Windows App SDK 2.0-Experimental2 (2.0.0-experimental2)

WinAppSDK 2.0.0 Experimental 2 is the latest experimental version of WinAppSDK providing new features and improvements to the platform.

What's new in WinAppSDK 2.0.0 Experimental 2:

  • New AppContentIndexer API enables application to efficiently index their content enabling the following experiences:
    • Semantic Search enables apps to return results based on intent and meaning rather than keyword match
    • Retrieval-Augmented Generation (RAG) allowing indexed content to be served as a knowledge base for generative AI models.
  • Windows ML Model Catalog allows apps or libraries to dynamically discover and download large AI model files from your own online model catalogs.
  • InputUnderlyingWindowController allows callers to specify the HWND that will receive the input messages originally directed to a ContentIsland created from a SystemVisual
  • SystemBackdropHost provides XAML-compatible approach to placing a system backdrop anywhere within an application's visual tree.
  • PopupAnchor now allows DesktopPopupSiteBridge to support relative positioning by anchoring to its owning window or island.
  • The latest Storage.Pickers update streamlines file and folder selection by letting developers set initial and persistent folder locations, and by grouping filetype filters with clear labels for easier navigation.
  • WrapPanel allows arranging child elements in a sequential position from left to right, items overflowing the line will break to the next line automatically.

To see everything that's new and changed, see the full Windows App SDK 2.0 Experimental release notes.

Try it out

Getting Started

To get started using Windows App SDK to develop Windows apps, check out the following documentation: