Skip to content

Commit b08f296

Browse files
authored
Merge branch 'master' into u/vgromfeld/removeUnusedFields
2 parents 0f1b9d3 + 8d4fb2d commit b08f296

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Windows Community Toolkit is a collection of helper functions, custom contro
1212
## Build Status
1313
| Target | Branch | Status | Recommended package version |
1414
| ------ | ------ | ------ | ------ |
15-
| Production | rel/5.1.1 | [![Build Status](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_apis/build/status/Toolkit-CI?branchName=rel/5.1.1)](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_build/latest?definitionId=10&branchName=rel/5.1.1) | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Toolkit.Uwp.svg)](https://www.nuget.org/profiles/Microsoft.Toolkit) |
15+
| Production | rel/6.0.0 | [![Build Status](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_apis/build/status/Toolkit-CI?branchName=rel/6.0.0)](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_build/latest?definitionId=10&branchName=rel/6.0.0) | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Toolkit.Uwp.svg)](https://www.nuget.org/profiles/Microsoft.Toolkit) |
1616
| Pre-release beta testing | master | [![Build Status](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_apis/build/status/Toolkit-CI?branchName=master)](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_build/latest?definitionId=10) | [![MyGet](https://img.shields.io/dotnet.myget/uwpcommunitytoolkit/vpre/Microsoft.Toolkit.Uwp.svg)](https://dotnet.myget.org/gallery/uwpcommunitytoolkit) |
1717

1818
## Getting Started
@@ -48,12 +48,8 @@ Once you do a search, you should see a list similar to the one below (versions m
4848
| Microsoft.Toolkit.Uwp.Connectivity | API helpers such as BluetoothLEHelper and Networking |
4949
| Microsoft.Toolkit.Uwp.DeveloperTools | XAML user controls and services to help developer building their app |
5050

51-
## <a name="supported"></a> Supported SDKs
52-
* Fall Creators Update (16299)
53-
* April 2018 Update (17134)
54-
* October 2018 Update (17763)
55-
56-
## Features
51+
## <a name="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.
5753

5854
### Animations
5955
* [AnimationSet](https://docs.microsoft.com/windows/uwpcommunitytoolkit/animations/AnimationSet)
@@ -173,6 +169,15 @@ Once you do a search, you should see a list similar to the one below (versions m
173169
Please use [GitHub Issues](https://github.com/windows-toolkit/WindowsCommunityToolkit/issues) for bug reports and feature requests.
174170
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`.
175171

172+
## <a name="dependencies"></a> Required Dependencies
173+
The following dependencies are required for building the Windows Community Toolkit repo and sample app:
174+
175+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
176+
* [Windows SDK October 2018 Update 17763](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
177+
* [Sample App - Windows SDK May 2019 Update 18362](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
178+
* [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)
179+
* [.NET Framework 4.6.2 Developer Pack](https://dotnet.microsoft.com/download/visual-studio-sdks)
180+
176181
## Contributing
177182
Do you want to contribute? Here are our [contribution guidelines](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/contributing.md).
178183

0 commit comments

Comments
 (0)