Windows App SDK 2.0 Announcement #5888
Replies: 5 comments 7 replies
-
It's worth pointing out that many of the dependencies of 2.0.0-experimental still uses the old versioning scheme. |
Beta Was this translation helpful? Give feedback.
-
Could someone explain this? I don't see anything breaking with semantic versioning by doing this in v1.9.0 or understand the argument that this is warranting a major release. The only things I've seen you do to break semantic versioning is to introduce new APIs in patch releases, but that has nothing to do with the versioning scheme itself. Revving to a major release version just to change the version seems odd. I'd like to rather hear about the opportunities a major version does introduce, like doing house cleaning of dead APIs. |
Beta Was this translation helpful? Give feedback.
-
Please add support for publishing project with class library: #4596 |
Beta Was this translation helpful? Give feedback.
-
The version number seems to be meaningless. Is the AI function really important? I don't think this is what most developers expect. |
Beta Was this translation helpful? Give feedback.
-
I hope to have a screen recording function that can record any window, desktop, including sound and video 😍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello WinAppSDK community,
We’re excited to announce an upcoming change to Windows App SDK. For the first time, we will be incrementing the major version number to 2.0. This change is driven by the implementation of the new Windows App SDK versioning scheme being standardized on Semantic Versioning (for more information visit https://semver.org/).
This update simplifies versioning by aligning the Windows App SDK version with the NuGet package version. Now, referencing Windows App SDK 2.0 in your project means you’ll use the corresponding NuGet version—no more confusion. The package family name will also align with the major version instead of the minor version. This means the next side-by-side release of Windows App SDK will be version 3.0.0.
<PackageDependency Name="Microsoft.WindowsAppSDK" Version="2.0.0">
We invite your feedback and insights on additional priorities to ensure the new major version addresses real-world scenarios and add value to your projects. Please let us know your use cases, concerns, or suggestions so we can continue to improve the WinAppSDK together.
Thank you for being an essential part of our community!
Beta Was this translation helpful? Give feedback.
All reactions