1.0.1 is now LIVE! #2291
Replies: 5 comments 10 replies
-
The release notes for 0.8.6 & 0.8.7-preview1 mention performance improvements for C#/.NET Applications via C#/WinRT. Are these performance improvements / newer versions also bundled in 1.0.1? (I may have a fundamental misunderstanding with the relationship between WinUI, C#/WinRT, and Windows App SDK. Not immediately clear what includes what, how things are versioned etc.) |
Beta Was this translation helpful? Give feedback.
-
and https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/57-support-dotnet-build are NOT same, yes ? |
Beta Was this translation helpful? Give feedback.
-
@whoever is WindowsAppSDK-PM now, Please mention the following link in your release notes. https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads#current-releases |
Beta Was this translation helpful? Give feedback.
-
Does this release include a fix for |
Beta Was this translation helpful? Give feedback.
-
Windows App SDK 1.0.1 is now available
Windows App SDK 1.0.1 is a stable servicing release that includes critical bug fixes and multi-window support for the 1.0 release.
If you're building an app with the Windows App SDK for the first time, follow the installation instructions here.
If you are already using the Windows App SDK 1.0 and would like to update to the latest release:
Bugs fixed in Windows App SDK 1.0.1:
dotnet build
.Additionally, for apps with custom title bars, we have made changes in this release (and fixed numerous issues) that include fixes to the glass window used for drag&drop operations.
The recommendation is to use the default values and behaviors (give them a try!).
If your title bar used margins so that the default caption buttons were interactive, we recommend visualizing your drag region by setting the background of your title bar to red and then adjusting the margins to extend the drag region to the caption controls.
New capabilities
We have stabilized and enabled the creation of multiple windows on the same thread in WinUI 3 applications. Previously, this would produce an error.
This discussion was created from the release 1.0.1.
Beta Was this translation helpful? Give feedback.
All reactions