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
Copy file name to clipboardExpand all lines: readme.md
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The Windows Community Toolkit is a collection of helper functions, custom contro
12
12
## Build Status
13
13
| Target | Branch | Status | Recommended package version |
14
14
| ------ | ------ | ------ | ------ |
15
-
| Production | rel/5.1.1|[](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_build/latest?definitionId=10&branchName=rel/5.1.1)|[](https://www.nuget.org/profiles/Microsoft.Toolkit)|
15
+
| Production | rel/6.0.0|[](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_build/latest?definitionId=10&branchName=rel/6.0.0)|[](https://www.nuget.org/profiles/Microsoft.Toolkit)|
@@ -48,12 +48,8 @@ Once you do a search, you should see a list similar to the one below (versions m
48
48
| Microsoft.Toolkit.Uwp.Connectivity | API helpers such as BluetoothLEHelper and Networking |
49
49
| Microsoft.Toolkit.Uwp.DeveloperTools | XAML user controls and services to help developer building their app |
50
50
51
-
## <aname="supported"></a> Supported SDKs
52
-
* Fall Creators Update (16299)
53
-
* April 2018 Update (17134)
54
-
* October 2018 Update (17763)
55
-
56
-
## Features
51
+
## <aname="supported"></a> Features
52
+
The following features can be found in the Windows Community Toolkit. Most features should work with the Falls Creator Update SDK 16299 and above; however, refer to specific documentation on each feature for more information.
@@ -173,6 +169,15 @@ Once you do a search, you should see a list similar to the one below (versions m
173
169
Please use [GitHub Issues](https://github.com/windows-toolkit/WindowsCommunityToolkit/issues) for bug reports and feature requests.
174
170
For general questions and support, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/windows-community-toolkit) where questions should be tagged with the tag `windows-community-toolkit`.
Do you want to contribute? Here are our [contribution guidelines](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/contributing.md).
0 commit comments