You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/develop/notifications/push-notifications/push-quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In this quickstart you will create a desktop Windows application that sends and
18
18
19
19
-[Start developing Windows apps](../../../get-started/start-here.md)
20
20
- Either [Create a new project that uses the Windows App SDK](../../../winui/winui3/create-your-first-winui3-app.md) OR [Use the Windows App SDK in an existing project](../../../windows-app-sdk/use-windows-app-sdk-in-existing-project.md)
21
-
- An [Azure Account](https://azure.microsoft.com/free/) is required in order to use Windows App SDK push notifications.
21
+
- An [Azure Account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) is required in order to use Windows App SDK push notifications.
|**✅**| 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) |
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.2 (1.8.251003001)](stable-channel.md#version-182-18251003001) (10/14/2025) |
20
20
|**❇️**| 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) |
21
21
|**🔄️**| 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 |[2.0.0-experimental1](experimental-channel.md#version-20-experimental-200-experimental1) (10/02/2025) |
22
22
@@ -51,7 +51,7 @@ The Windows App SDK has a lifecycle. A lifecycle begins when a version or servic
51
51
52
52
| Windows App SDK version | Original release date | Latest patch version | Patch release date | Support level | End of servicing |
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/stable-channel.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,29 @@ In an existing Windows App SDK app, you can update your Nuget package to 1.8.250
26
26
27
27
For the updated runtime and MSIX, see [Downloads for the Windows App SDK](./downloads.md).
28
28
29
-
### Version 1.8.1 (1.8.250916003)
29
+
### Version 1.8.2 (1.8.251003001)
30
30
31
31
This is the latest service release for Version 1.8 of the Windows App SDK.
32
32
33
+
#### Updated ONNX Runtime
34
+
Updated the `onnxruntime.dll` to 1.23.1 introducing several enhancements to ONNX Runtime's Python and C++ APIs, focusing on improved device and memory information handling, synchronization stream support, and tensor copy functionality. It adds new Python bindings for device/memory types, exposes more detailed session input/output metadata, and provides a Python-accessible tensor copy API. The changes also refactor and extend the C++ API for better stream and memory info management.
35
+
36
+
**Key enhancements include:**
37
+
* Python bindings for `OrtMemoryInfoDeviceType`, `OrtDeviceMemoryType`, and expanded `OrtDevice` to expose the memory type via a new `mem_type` method. The `OrtMemoryInfo` Python class now supports both legacy and new V2 constructors and exposes additional properties such as device memory type and Vendor ID.
38
+
* Extended the Python `InferenceSession` object to provide access to imput/output `OrtMemoryInfo` and `OrtEpDevice` objects through new properties and methods
39
+
* Introduced Python bindings for `OrtSyncStream`, including creation via `OrtEpDevice.create_sync_stream()` and retrieval of device-specific `OrtMemoryInfo` via `OrtEpDevice.memory_info()`.
40
+
* Refactored the C++ API to generalize `SyncStream` handling, allowing for unowned streams and improved type safety.
41
+
* Added a new Python-level `copy_tensors` function and corresponding C++ binding, enabling efficient copying of tensor data between OrtValue objects, optionally using a synchronization stream.
42
+
* Changed the return type of the `OrtValue.data_ptr` method in the Python binding from `int64_t` to `uintptr_t` for better cross-platform compatibility.
43
+
* Minor improvements to error messages and device type handling in the Python API (e.g., for OrtDevice).
44
+
* Addressed edge cases in memory information handling
45
+
* Resolved minor issues to improve stability and reliability
46
+
47
+
#### Bug fixes
48
+
* Fixed deployment handler code to report the actual failure HRESULT for increased clarity when troubleshooting.
49
+
50
+
### Version 1.8.1 (1.8.250916003)
51
+
33
52
#### LanguageModel text generation
34
53
35
54
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).
@@ -47,6 +66,7 @@ See [Get started with Phi Silica in the Windows App SDK](/windows/ai/apis/phi-si
47
66
-**Smaller downloads/installs** - No need to carry large EPs and the ONNX Runtime in your app
48
67
-**Broad hardware support** - Runs on all Windows 11 PCs (x64 and ARM64) with any hardware configuration
49
68
69
+
50
70
### New APIs for 1.8.1
51
71
52
72
This release includes the following new APIs compared to the previous 1.8 release:
Copy file name to clipboardExpand all lines: hub/apps/windows-dotnet-maui/tutorial-graph-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ In this tutorial, you learn how to:
21
21
22
22
## Prerequisites
23
23
24
-
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
24
+
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
25
25
* The .NET MAUI [installation requirements](/dotnet/maui/get-started/installation).
26
26
* If you are new to .NET MAUI on Windows, you should start with the [Build your first .NET MAUI app for Windows](/windows/apps/windows-dotnet-maui/walkthrough-first-app) tutorial.
A complete cloud platform to host your existing apps and streamline new development. Azure services integrate everything you need to develop, test, deploy, and manage your apps.<br>
181
-
[Set up an Azure account](https://azure.microsoft.com/free/)
181
+
[Set up an Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
A complete cloud platform to host your existing apps and streamline new development. Azure services integrate everything you need to develop, test, deploy, and manage your apps.<br>
204
-
[Set up an Azure account](https://azure.microsoft.com/free/)
204
+
[Set up an Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
@@ -213,7 +213,7 @@ Microsoft offers a variety of resources for web developers, including new tools
213
213
[](/azure/)<br>
214
214
**[Browse Azure products](/azure/)**<br>
215
215
Azure offers a huge variety of products and services - take a look at through the documentation or see the [Azure product descriptions and pricing](https://azure.microsoft.com/products/).<br>
216
-
[Set up an Azure account](https://azure.microsoft.com/free/)
216
+
[Set up an Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
Copy file name to clipboardExpand all lines: landing/arm-docs/create-arm-vm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ the Azure portal. This method provides a browser-based user interface to create
17
17
18
18
This quickstart shows you how to use the Azure portal to deploy a virtual machine (VM) in Azure that runs Windows 11 Professional on Arm-based processors. To see your VM in action, you then connect to the VM using a Remote Desktop client.
19
19
20
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
20
+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
21
21
22
22
If you are interested in creating a local Windows on Arm VM on either an Arm-based Windows or Apple device, see [Windows 11 Arm ISO files: Creating Virtual Machines](/windows/arm/iso#creating-virtual-machines).
Copy file name to clipboardExpand all lines: uwp/gaming/cloud-for-games.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ Following are some ways that Azure cloud offerings can be used for a game. Azure
198
198
199
199
*[Microsoft for Startups](https://startups.microsoft.com)
200
200
201
-
Microsoft for Startups provides product, technical, and go-to-market benefits to help accelerate the growth of startups. One benefit includes getting an Azure free account. You have $200 credit to explore services for 30 days, 12 months of popular free services, and always free 25+ services. For more information, see [Bring your startup's ideas to life with an Azure free account](https://azure.microsoft.com/free/startups/).
201
+
Microsoft for Startups provides product, technical, and go-to-market benefits to help accelerate the growth of startups. One benefit includes getting an Azure free account. You have $200 credit to explore services for 30 days, 12 months of popular free services, and always free 25+ services. For more information, see [Bring your startup's ideas to life with an Azure free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
0 commit comments