Skip to content

Commit 02534c4

Browse files
authored
Release Notes (#5835)
* Release Notes * Update release-channels.md * Update downloads.md * Update stable-channel.md * Update stable-channel.md * Update stable-channel.md
1 parent e5f93ef commit 02534c4

3 files changed

Lines changed: 64 additions & 6 deletions

File tree

hub/apps/windows-app-sdk/downloads.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Latest Windows App SDK downloads
33
description: This page provides links to the latest downloads of the Windows App SDK (WASDK) for all three release channels (stable, preview, and experimental).
44
ms.topic: article
5-
ms.date: 09/09/2025
5+
ms.date: 09/22/2025
66
keywords: windows, winrt, win32, windows app development, Windows App SDK
77
ms.localizationpriority: medium
88
---
@@ -23,6 +23,7 @@ This page provides links to the *latest* downloads of the [Windows App SDK](inde
2323

2424
| Version | Runtime downloads |
2525
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
26+
| [1.8.1 (1.8.250916003)](stable-channel.md#version-18) <br/> 09/22/2025 <br/> [Release notes](stable-channel.md#version-18) <br/> [Source](https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3%2Frelease%2F1.8.1) | [Installer (x64)](https://aka.ms/windowsappsdk/1.8/1.8.250916003/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.8/1.8.250916003/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.8/1.8.250916003/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.8/1.8.250916003/Microsoft.WindowsAppRuntime.Redist.1.8.zip) |
2627
| [1.8.0 (1.8.250907003)](stable-channel.md#version-18) <br/> 09/09/2025 <br/> [Release notes](stable-channel.md#version-18) <br/> [Source](https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3%2Frelease%2F1.8.0) | [Installer (x64)](https://aka.ms/windowsappsdk/1.8/1.8.250907003/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.8/1.8.250907003/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.8/1.8.250907003/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.8/1.8.250907003/Microsoft.WindowsAppRuntime.Redist.1.8.zip) |
2728

2829
> [!NOTE]

hub/apps/windows-app-sdk/release-channels.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Windows App SDK release channels
33
description: Learn about the Experimental, Preview, and Stable release channels used to ship the latest version of the Windows App SDK.
44
ms.topic: article
5-
ms.date: 08/19/2025
5+
ms.date: 09/22/2025
66
keywords: windows win32, windows app development, project reunion, windows app sdk, release channels
77
ms.localizationpriority: medium
88
---
@@ -16,7 +16,7 @@ The latest version of the Windows App SDK ships via three release channels: Expe
1616
1717
| | Channel | Description | Release cadence | Supported? | Latest release |
1818
| --------- | ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------- | ----------------------------------------------------------------------------------------------------- |
19-
| **** | Stable ([release notes](stable-channel.md)) | This channel is supported for use by apps in production environments. It includes only stable APIs. | No more frequent than every six months<br>(+ servicing) | Yes | [1.8.0 (1.8.250907003)](stable-channel.md#version-180-18250907003) (09/09/2025) |
19+
| **** | Stable ([release notes](stable-channel.md)) | This channel is supported for use by apps in production environments. It includes only stable APIs. | No more frequent than every six months<br>(+ servicing) | Yes | [1.8.1 (1.8.250916003)](stable-channel.md#version-181-18250916003) (09/22/2025) |
2020
| **❇️** | Preview ([release notes](preview-channel.md)) | This channel provides a preview of the next stable release. There may be breaking API changes between a given preview channel release and the next stable release. | At least one preview per stable version | No | [Version 1.8 Preview (1.8-preview)](preview-channel.md#version-18-preview-18-preview) (08/19/2025) |
2121
| **🔄️** | Experimental ([release notes](experimental-channel.md)) | This channel includes experimental features that are in early stages of development. Experimental features may be removed from the next release, or may never be released. | As needed when requiring feedback for features in early design or prototype stages | No | [1.8.0-experimental4](experimental-channel.md#version-18-experimental-180-experimental4) (07/08/2025) |
2222

@@ -51,7 +51,7 @@ The Windows App SDK has a lifecycle. A lifecycle begins when a version or servic
5151

5252
| Windows App SDK version | Original release date | Latest patch version | Patch release date | Support level | End of servicing |
5353
| ----------------------- | --------------------- | -------------------- | ------------------ | -------------- | ---------------- |
54-
| 1.8 | 09/09/2025 | 1.8.250907003 | 09/09/2025 | Current | 09/09/2026 |
54+
| 1.8 | 09/09/2025 | 1.8.250916003 | 09/22/2025 | Current | 09/09/2026 |
5555
| 1.7 | 03/18/2025 | 1.7.250909003 | 09/16/2025 | Maintenance | 03/18/2026 |
5656
| 1.6 | 09/04/2024 | 1.6.250602001 | 06/10/2025 | Out of Support | 09/04/2025 |
5757
| 1.5 | 02/29/2024 | 1.5.250108004 | 01/15/2025 | Out of Support | 02/28/2025 |

hub/apps/windows-app-sdk/stable-channel.md

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Stable channel release notes for the Windows App SDK
33
description: Provides information about the stable release channel for the Windows App SDK.
44
ms.topic: release-notes
5-
ms.date: 09/09/2025
5+
ms.date: 09/22/2025
66
keywords: windows win32, windows app development, Windows App SDK
77
ms.localizationpriority: medium
88
---
@@ -26,10 +26,67 @@ In an existing Windows App SDK app, you can update your Nuget package to 1.8.250
2626

2727
For the updated runtime and MSIX, see [Downloads for the Windows App SDK](./downloads.md).
2828

29-
### Version 1.8.0 (1.8.250907003)
29+
### Version 1.8.1 (1.8.250916003)
3030

3131
This is the latest service release for Version 1.8 of the Windows App SDK.
3232

33+
#### LanguageModel text generation
34+
35+
LanguageModel is now available using [**Phi Silica**](/windows/ai/apis/phi-silica) to generate text responses to broad user prompts with built in content moderation. Phi Silica, Microsoft's most powerful NPU-tuned local language model, is optimized for efficiency and performance on Windows Copilot+ PCs devices while still offering many of the capabilities found in Large Language Models (LLMs).
36+
37+
See [Get started with Phi Silica in the Windows App SDK](/windows/ai/apis/phi-silica) and [API ref for Phi Silica in the Windows App SDK](/windows/ai/apis/phi-silica-api-ref) for more information.
38+
39+
#### Microsoft Windows ML
40+
41+
[Windows ML](/windows/ai/new-windows-ml/overview) enables developers to run ONNX AI models locally on Windows PCs on a shared system-wide copy of the ONNX Runtime using dynamically-installed hardware-specific execution providers.
42+
43+
**Key benefits:**
44+
45+
- **Dynamically get latest EPs** - Automatically downloads and manages the latest hardware-specific execution providers
46+
- **Shared ONNX Runtime** - Uses system-wide runtime instead of bundling your own, reducing app size
47+
- **Smaller downloads/installs** - No need to carry large EPs and the ONNX Runtime in your app
48+
- **Broad hardware support** - Runs on all Windows 11 PCs (x64 and ARM64) with any hardware configuration
49+
50+
### New APIs for 1.8.1
51+
52+
This release includes the following new APIs compared to the previous 1.8 release:
53+
54+
```
55+
Microsoft.Windows.AI.MachineLearning
56+
57+
ExecutionProvider
58+
ExecutionProviderCatalog
59+
ExecutionProviderCertification
60+
ExecutionProviderReadyResult
61+
ExecutionProviderReadyResultState
62+
ExecutionProviderReadyState
63+
MachineLearningContract
64+
```
65+
```
66+
Microsoft.Windows.AI.Text
67+
68+
LanguageModel
69+
CreateContext
70+
CreateContext
71+
CreateContext
72+
GenerateEmbeddingVectors
73+
GenerateEmbeddingVectors
74+
GenerateResponseAsync
75+
GenerateResponseAsync
76+
GenerateResponseAsync
77+
GenerateResponseFromEmbeddingsAsync
78+
GenerateResponseFromEmbeddingsAsync
79+
GenerateResponseFromEmbeddingsAsync
80+
GetUsablePromptLength
81+
GetUsablePromptLength
82+
GetVectorSpaceId
83+
```
84+
85+
#### Known Issues
86+
- C# developers must manually reference the  [System.Numerics.Tensors]() version 9.0.0 or greater NuGet package in order to use the `Microsoft.ML.OnnxRuntime.Tensors`. Without this NuGet package reference, you will experience the following runtime error when calling the `Microsoft.ML.OnnxRuntime.Tensors` APIs: `Could not load file or assembly 'System.Numerics.Tensors, Version=9.0.0.0`.
87+
88+
### Version 1.8.0 (1.8.250907003)
89+
3390
#### Windows AI APIs
3491

3592
The Windows App SDK now includes a suite of artificial intelligence (AI) APIs that can be used with a local language model to perform a variety of tasks on Copilot+ PCs. Your apps can now intelligently respond to prompts, recognize text within images, describe the content of images, remove objects from images, and more.

0 commit comments

Comments
 (0)