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
Update Readme and add mention of Windows 11 and WinUI 3 (#4563)
* Update Readme and add mention of Windows 11 and WinUI 3
* Update Microsoft.Toolkit.Uwp.SampleApp/Pages/About.xaml
Co-authored-by: Arlo <arlo.godfrey@outlook.com>
Co-authored-by: Arlo <arlo.godfrey@outlook.com>
Copy file name to clipboardExpand all lines: Microsoft.Toolkit.Uwp.SampleApp/Pages/About.xaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@
154
154
<TextBlockMargin="0,20,0,0"
155
155
FontSize="14"
156
156
Foreground="{ThemeResource Brush-Link-Normal}"
157
-
Text="The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks for building UWP and .NET apps for Windows 10."
157
+
Text="The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common .NET developer tasks for building UWP and WinUI 3 apps for Windows 10 and Windows 11."
Copy file name to clipboardExpand all lines: ReadMe.md
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
2
2
# 🧰 Windows Community Toolkit
3
3
4
-
The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer patterns when building experiences for Windows 10.
4
+
The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer patterns when building experiences for Windows 10 and Windows 11. It contains components and helpers for both UWP and WinUI 3/WinAppSDK applications. Find out more about our support for [WinUI 3 here](https://aka.ms/wct-winui3).
5
+
6
+
**Note**: Our general helpers for .NET are now the [.NET Community Toolkit](https://aka.ms/toolkit/dotnet), including the [MVVM Toolkit](https://aka.ms/mvvmtoolkit).
5
7
6
8
| Target | Branch | Status | Recommended package version |
7
9
| ------ | ------ | ------ | ------ |
8
-
| Production | rel/7.1.1 |[](https://dev.azure.com/dotnet/CommunityToolkit/_build/latest?definitionId=10&branchName=rel/7.1.1)|[](https://www.nuget.org/profiles/Microsoft.Toolkit)|
10
+
| Production (UWP) | rel/7.1.2 |[](https://dev.azure.com/dotnet/CommunityToolkit/_build/latest?definitionId=10&branchName=rel/7.1.2)|[](https://www.nuget.org/profiles/Microsoft.Toolkit)|
11
+
| Production (WinAppSDK/WinUI 3) | rel/winui/7.1.2 |[](https://dev.azure.com/dotnet/CommunityToolkit/_build/latest?definitionId=10&branchName=rel/winui/7.1.2)|[](https://www.nuget.org/packages?q=CommunityToolkit.WinUI)|
9
12
| Previews | main |[](https://dev.azure.com/dotnet/CommunityToolkit/_build/latest?definitionId=10)|[](https://dev.azure.com/dotnet/CommunityToolkit/_packaging?_a=feed&feed=CommunityToolkit-MainLatest)|
10
13
11
14
## 🙌 Getting Started
@@ -20,6 +23,14 @@ All documentation for the toolkit is hosted on [Microsoft Docs](https://docs.mic
20
23
21
24
Want to see the toolkit in action before jumping into the code? Download and play with the [Windows Community Toolkit Sample App](https://www.microsoft.com/store/apps/9nblggh4tlcq) from the Store.
22
25
26
+
## 🧪 Toolkit Labs for Windows 💻
27
+
28
+
We're in the process of migrating our development process to the upcoming Toolkit Labs for Windows, find out more in [this issue here](https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/4487).
29
+
30
+
## ⁉ Support
31
+
32
+
If you need help with something or have an idea, feel free to start a [Discussion](https://github.com/CommunityToolkit/WindowsCommunityToolkit/discussions) or find us on [Discord](https://aka.ms/wct/discord). If you have detailed repro steps, open an [issue here instead](https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/new/choose).
33
+
23
34
## 🚀 Contribution
24
35
25
36
Do you want to contribute? Check out our [Windows Community Toolkit Wiki](https://aka.ms/wct/wiki) page to learn more about contribution and guidelines.
@@ -35,11 +46,13 @@ The [Features list](https://github.com/MicrosoftDocs/WindowsCommunityToolkitDocs
35
46
## 💠 Principles
36
47
37
48
1. The toolkit will be kept simple.
38
-
2. As soon as a comparable feature is available in the Windows SDK for Windows 10, it will be marked as deprecated.
39
-
3. All features will be supported for two Windows SDK for Windows 10 release cycles or until another principle supersedes it.
49
+
2. As soon as a comparable feature is available in the Windows SDK for Windows, it will be marked as deprecated.
50
+
3. All features will be supported for two Windows SDK for Windows release cycles or until another principle supersedes it.
Read what we [plan for next iterations](https://github.com/CommunityToolkit/WindowsCommunityToolkit/milestones), and feel free to ask questions.
44
57
45
58
Check out our [Preview Packages Wiki Page](https://github.com/CommunityToolkit/WindowsCommunityToolkit/wiki/Preview-Packages) to learn more about updating your NuGet sources in Visual Studio, then you can also get pre-release packages of upcoming versions to try.
0 commit comments