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
* Updating release notes and downloads for 1.4 experimental
* Minor wording revisions
* Release notes for 1.3.2
* Adding first release notes for 1.4-preview1
* Release notes for 1.3.3
* Fixing broken bookmark links
* Updating 1.4-preview1 rel notes
* Removing en-us from link
* Adding release notes and downloads for 1.4-preview2
* Fixing bookmark
* Tweaking wording for XAML Islands section
* Minor wording tweaks
* Clarifying wording for custom titlebar scenarios
* Update preview-channel.md (#3728)
minor revs
* Adding release notes and downloads for WASDK 1.4.0 stable
* Updating wording for ItemsView section
* Removing comment referring to preview release
* Removing duplicate reference to Popup/FlyoutBase.ShouldConstrainToRootBounds
* Adding further detail to the .NET8 RID breaking change note
* Fixing punctuation in formatting
* Updating wording for .NET 8 recommended steps
* Adding rel notes for 1.4.1
* Fixing typo
* Adding rel note for custom titlebar updates in 1.4.0
* Fixing typo
* Adding rel notes for 1.4.2
* Adding link to source for 1.4.1 and 1.4.2
* Merging main
* Moving source links to version column instead of the runtime downloads column
* Adding rel notes for 1.4.3
* Adding release notes for 1.5-experimental1
* Adding note for new non-experimental APIs included in 1.5-experimental1
* Adding link to source for 1.5-exp1
* Adding link to source for 1.5-exp1
* Adding release notes for 1.4.4
* Fixing formatting
* Fixing release date for 1.4.4
* Adding release notes for 1.5-exp2
* Fixing typo from 1 to 2
* Adding initial release notes for 1.5-preview1
* Typo fix and date changes
* Adding release notes for 1.4.5
* Updating bug fix wording
* Update release-channels.md
corrected bookmark?
* First draft for 1.5.0 release notes
* Adding images, section for previously planned features, and minor other feature updates for 1.5
* Spelling and phrasing tweaks
* Adding more features, fixed bugs, and phrasing updates per feedback
* Adding release notes for 1.5.2
* Fixing typo
* Fixing phrasing
* Adding a missing word
* Fixing typo
* 1.3 out of support edit
* Adding 1.5.3 release notes
* Fixing phrasing
* Updating date of release
* Release notes for 1.4.6
* Cleaning up main WASDK page a bit to go with new WinUI docs changes
* Fixing link
* Clarifying verbiage for app models
---------
Co-authored-by: KB <[email protected]>
Co-authored-by: Karl-Bridge-Microsoft <[email protected]>
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/index.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,6 @@ ms.localizationpriority: medium
11
11
12
12
The Windows App SDK is a set of new developer components and tools that represent the next evolution in the Windows app development platform. The Windows App SDK provides a unified set of APIs and tools that can be used in a consistent way by any desktop app on Windows 11 and downlevel to Windows 10, version 1809.
13
13
14
-
15
-
16
-
> [!VIDEO ff5c6036-2911-4ea8-80da-89befb39267b]
17
-
18
14
The Windows App SDK doesn't replace the Windows SDK or existing desktop Windows app types such as .NET (including Windows Forms and WPF) and desktop Win32 with C++. Instead, the Windows App SDK complements those existing tools and app types with a common set of APIs that developers can rely on across these platforms. For more details, see [Benefits of the Windows App SDK](#benefits-of-the-windows-app-sdk-for-windows-developers).
@@ -23,8 +19,7 @@ The Windows App SDK doesn't replace the Windows SDK or existing desktop Windows
23
19
24
20
The Windows App SDK provides extensions for Visual Studio 2022 and Visual Studio 2019. Those extensions include project templates configured to use the Windows App SDK components in new projects. The Windows App SDK libraries are also available via a NuGet package that you can install in existing projects.
25
21
26
-
> [!IMPORTANT]
27
-
> To learn about configuring Visual Studio for creating new Windows App SDK projects, see [Install tools for the Windows App SDK](/windows/apps/windows-app-sdk/set-up-your-development-environment); in particular the section that lists the [Required workloads and components](/windows/apps/windows-app-sdk/set-up-your-development-environment#required-workloads-and-components) for Visual Studio.
22
+
To learn about configuring Visual Studio for creating new Windows App SDK projects, including the required workloads and components, see [Getting Started with WinUI](../get-started/start-here.md).
28
23
29
24
If you've already installed the required developer tools, then you're ready to [Create your first WinUI 3 project](../winui/winui3/create-your-first-winui3-app.md). You can also [use the Windows App SDK in an existing project](use-windows-app-sdk-in-existing-project.md).
30
25
@@ -67,7 +62,7 @@ The Windows App SDK provides a broad set of Windows APIs with implementations th
67
62
68
63
Developers who want to create desktop Windows apps must choose between several app platforms and frameworks. Although each platform provides many features and APIs that can be used by apps that are built using other platforms, some features and APIs can only be used by specific platforms. The Windows App SDK unifies access to Windows APIs for desktop Windows 11 and Windows 10 apps. No matter which app model you choose, you will have access to the same set of Windows APIs that are available in the Windows App SDK.
69
64
70
-
Over time, we plan to make further investments in the Windows App SDK that remove more distinctions between the different app models. The Windows App SDK will include both WinRT APIs and native C APIs.
65
+
Over time, we plan to make further investments in the Windows App SDK that remove more distinctions between the different app models. For example, your app might use the WinUI Desktop model, it might use the XAML Islands model, it might use WPF, or it could be a non-XAML app that uses Composition Islands or other aspects of the Windows App SDK. In any of these cases, we aim to make access to the Windows APIs in the Windows App SDK the same easy experience. The Windows App SDK will include both WinRT APIs and native C APIs.
71
66
72
67
### Consistent experience across Windows versions
73
68
@@ -81,7 +76,7 @@ New Windows APIs and features are usually shipped within major Windows OS update
81
76
82
77
## Give feedback and contribute
83
78
84
-
We are building the Windows App SDK as an open source project. We have a lot more information on our [Github page](https://github.com/microsoft/WindowsAppSDK) about how we're building the Windows App SDK, and how you can be a part of the development process. Check out our [contributor guide](https://github.com/microsoft/WindowsAppSDK/blob/main/docs/contributor-guide.md) to ask questions, start discussions, or make feature proposals. We want to make sure that the Windows App SDK brings the biggest benefits to developers like you.
79
+
We are building the Windows App SDK as an open source project. We have a lot more information on our [Github page](https://github.com/microsoft/WindowsAppSDK/blob/main/docs/README.md) about how we're building the Windows App SDK, and how you can be a part of the development process. Check out our [contributor guide](https://github.com/microsoft/WindowsAppSDK/blob/main/docs/contributor-guide.md) to ask questions, start discussions, or make feature proposals. We want to make sure that the Windows App SDK brings the biggest benefits to developers like you.
0 commit comments