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
> 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.
@@ -92,7 +93,7 @@ Released on **October 14, 2025**.
92
93
93
94
## Version 1.8.1 (1.8.250916003)
94
95
95
-
Released on **September 23, 2025**.
96
+
Released: **September 23, 2025**
96
97
97
98
<details><summary>LanguageModel text generation</summary>
98
99
@@ -159,7 +160,7 @@ Released on **September 23, 2025**.
159
160
160
161
## Version 1.8.0 (1.8.250907003)
161
162
162
-
Released on **September 9, 2025**.
163
+
Released: **September 9, 2025**
163
164
164
165
<details><summary>Windows AI APIs</summary>
165
166
@@ -340,7 +341,7 @@ Released on **September 9, 2025**.
@@ -288,10 +288,10 @@ Released on **November 17, 2025**.
288
288
289
289
## Version 2.0 Experimental 2 (2.0.0-Experimental2)
290
290
291
-
Released on **November 6, 2025**.
291
+
Released: **November 6, 2025**
292
292
293
-
> [!IMPORTANT]
294
-
> If you previously installed Windows App SDK 2.0 Experimental 1, follow the [NuGet Uninstall](/nuget/consume-packages/install-use-packages-visual-studio#uninstall-a-package) guide to remove the `Microsoft.WindowsAppSDK` NuGet Metapackage with version `2.0.250930001-experimental1` from your project and the associated WinAppSDK component packages from that release before trying this new version, since the previously released Experimental package has a higher version number than the current one.
293
+
[!IMPORTANT]
294
+
If you previously installed Windows App SDK 2.0 Experimental 1, follow the [NuGet Uninstall](/nuget/consume-packages/install-use-packages-visual-studio#uninstall-a-package) guide to remove the `Microsoft.WindowsAppSDK` NuGet Metapackage with version `2.0.250930001-experimental1` from your project and the associated WinAppSDK component packages from that release before trying this new version, since the previously released Experimental package has a higher version number than the current one.
295
295
296
296
<details><summary>App Content Search</summary>
297
297
@@ -460,7 +460,7 @@ Released on **November 6, 2025**.
460
460
461
461
## Version 2.0 Experimental 1 (2.0.0-Experimental1)
462
462
463
-
Released on **October 2, 2025**.
463
+
Released: **October 2, 2025**
464
464
465
465
<details><summary>Use on-device AI with Windows AI APIs</summary>
0 commit comments