From 25e106f20ee2b16ebb871b87e09b911b6a4058ea Mon Sep 17 00:00:00 2001 From: "Michael Hawker MSFT (XAML Llama)" Date: Wed, 29 Jan 2020 12:36:14 -0800 Subject: [PATCH 1/5] Add Dependency Info Add info in readme for building the toolkit repo and dependencies required. --- readme.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 7b1c2226d6b..daa3bf74ba4 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ The Windows Community Toolkit is a collection of helper functions, custom contro ## Build Status | Target | Branch | Status | Recommended package version | | ------ | ------ | ------ | ------ | -| 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) | +| 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) | | 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) | ## Getting Started @@ -48,12 +48,8 @@ Once you do a search, you should see a list similar to the one below (versions m | Microsoft.Toolkit.Uwp.Connectivity | API helpers such as BluetoothLEHelper and Networking | | Microsoft.Toolkit.Uwp.DeveloperTools | XAML user controls and services to help developer building their app | -## Supported SDKs -* Fall Creators Update (16299) -* April 2018 Update (17134) -* October 2018 Update (17763) - ## Features +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. ### Animations * [AnimationSet](https://docs.microsoft.com/windows/uwpcommunitytoolkit/animations/AnimationSet) @@ -173,6 +169,14 @@ Once you do a search, you should see a list similar to the one below (versions m Please use [GitHub Issues](https://github.com/windows-toolkit/WindowsCommunityToolkit/issues) for bug reports and feature requests. 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`. +## Required Dependencies +The following dependencies are required for building the Windows Community Toolkit repo and sample app: + +* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) +* [Windows SDK May 2019 Update 18362](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) +* [.NET Core 3.0.100 SDK](https://dotnet.microsoft.com/download/visual-studio-sdks) +* [.NET Framework 4.6.1 Developer Pack](https://dotnet.microsoft.com/download/visual-studio-sdks) + ## Contributing Do you want to contribute? Here are our [contribution guidelines](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/contributing.md). From 5a1684828cffb85a31a886301e50aecbdd9bb7d6 Mon Sep 17 00:00:00 2001 From: Kyaa-dost <35208324+Kyaa-dost@users.noreply.github.com> Date: Tue, 10 Mar 2020 09:46:31 -0700 Subject: [PATCH 2/5] Update readme.md Co-Authored-By: Vijay Nirmal --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index daa3bf74ba4..21d22d46291 100644 --- a/readme.md +++ b/readme.md @@ -175,7 +175,7 @@ The following dependencies are required for building the Windows Community Toolk * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) * [Windows SDK May 2019 Update 18362](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) * [.NET Core 3.0.100 SDK](https://dotnet.microsoft.com/download/visual-studio-sdks) -* [.NET Framework 4.6.1 Developer Pack](https://dotnet.microsoft.com/download/visual-studio-sdks) +* [.NET Framework 4.6.2 Developer Pack](https://dotnet.microsoft.com/download/visual-studio-sdks) ## Contributing Do you want to contribute? Here are our [contribution guidelines](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/contributing.md). From ddb274b802daee8ec7a28c22a599dc0c0dc6052a Mon Sep 17 00:00:00 2001 From: "Michael Hawker MSFT (XAML Llama)" Date: Fri, 13 Mar 2020 15:26:22 -0700 Subject: [PATCH 3/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 21d22d46291..db322fd44dc 100644 --- a/readme.md +++ b/readme.md @@ -174,7 +174,7 @@ The following dependencies are required for building the Windows Community Toolk * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) * [Windows SDK May 2019 Update 18362](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) -* [.NET Core 3.0.100 SDK](https://dotnet.microsoft.com/download/visual-studio-sdks) +* [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/visual-studio-sdks) * [.NET Framework 4.6.2 Developer Pack](https://dotnet.microsoft.com/download/visual-studio-sdks) ## Contributing From c9f18b6d3bd301f05266973771455b3b4a6abdb8 Mon Sep 17 00:00:00 2001 From: "Michael Hawker MSFT (XAML Llama)" Date: Mon, 16 Mar 2020 15:54:20 -0700 Subject: [PATCH 4/5] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index db322fd44dc..a7e68bc7e40 100644 --- a/readme.md +++ b/readme.md @@ -173,7 +173,8 @@ For general questions and support, please use [Stack Overflow](https://stackover The following dependencies are required for building the Windows Community Toolkit repo and sample app: * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) -* [Windows SDK May 2019 Update 18362](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) +* [Windows SDK October 2018 Update 17763](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) +* [Sample App - Windows SDK May 2019 Update 18362](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) * [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/visual-studio-sdks) * [.NET Framework 4.6.2 Developer Pack](https://dotnet.microsoft.com/download/visual-studio-sdks) From 65683b32e537b1ac79ff04c58daa62502855c155 Mon Sep 17 00:00:00 2001 From: "Michael Hawker MSFT (XAML Llama)" Date: Tue, 17 Mar 2020 10:42:27 -0700 Subject: [PATCH 5/5] Clean-up Anchors on Page for Links --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a7e68bc7e40..dbee68c06b9 100644 --- a/readme.md +++ b/readme.md @@ -48,7 +48,7 @@ Once you do a search, you should see a list similar to the one below (versions m | Microsoft.Toolkit.Uwp.Connectivity | API helpers such as BluetoothLEHelper and Networking | | Microsoft.Toolkit.Uwp.DeveloperTools | XAML user controls and services to help developer building their app | -## Features +## Features 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. ### Animations @@ -169,7 +169,7 @@ The following features can be found in the Windows Community Toolkit. Most featu Please use [GitHub Issues](https://github.com/windows-toolkit/WindowsCommunityToolkit/issues) for bug reports and feature requests. 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`. -## Required Dependencies +## Required Dependencies The following dependencies are required for building the Windows Community Toolkit repo and sample app: * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)