Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
70e9c98
remove unused fields
vgromfeld Feb 28, 2020
c998f09
address comments
vgromfeld Mar 11, 2020
84a7995
fixed style cop issue
vgromfeld Mar 13, 2020
7fc6df7
Merge pull request #1 from windows-toolkit/master
vgromfeld Mar 13, 2020
b424119
Merge branch 'master' into u/vgromfeld/removeUnusedFields
vgromfeld Mar 13, 2020
0f1b9d3
Merge branch 'master' into u/vgromfeld/removeUnusedFields
vgromfeld Mar 16, 2020
8d4fb2d
Add Dependency Info (#3115)
michael-hawker Mar 17, 2020
b08f296
Merge branch 'master' into u/vgromfeld/removeUnusedFields
vgromfeld Mar 18, 2020
714b2e9
add can execute check
vgromfeld Mar 18, 2020
1c0d5cf
Merge branch 'master' into u/vgromfeld/hyperlinkCommand
vgromfeld Mar 18, 2020
abf77ed
Merge pull request #3172 from vgromfeld/u/vgromfeld/hyperlinkCommand
vgromfeld Mar 19, 2020
bd1242f
rename variable
vgromfeld Mar 19, 2020
d203d0a
revert var to int
vgromfeld Mar 19, 2020
1cbcf90
Merge remote-tracking branch 'origin/master' into u/vgromfeld/removeU…
vgromfeld Mar 19, 2020
d55bdd1
restore task return value + add discards
vgromfeld Mar 20, 2020
5e030db
Merge pull request #3155 from vgromfeld/u/vgromfeld/removeUnusedFields
vgromfeld Mar 23, 2020
469d951
Allow horizontal scrolling if the horizontal scrollbar is not disable…
skendrot Mar 24, 2020
2dd783d
Fix "Italic" checkstate bug + fix "italic" typo in InfiniteCanvas con…
BurkusCat Mar 24, 2020
49f2a95
Updated StyleCop to 1.1.118.
azchohfi Mar 24, 2020
01d7f8c
Added a few comments on the .editorconfig file.
azchohfi Mar 25, 2020
385293b
Merge branch 'master' into styleCopUpdate
azchohfi Mar 25, 2020
9fc3a62
Merge pull request #3189 from windows-toolkit/styleCopUpdate
michael-hawker Mar 25, 2020
54a2080
Let BaseObjectStorageHelper use a custom serializer
sperrat Mar 23, 2020
87b0d06
Merge pull request #3181 from simop-msft/user/simop/customSerializerS…
vgromfeld Mar 26, 2020
04eb1b4
Centralized StyleCop version in Directory.Build.props.
azchohfi Mar 26, 2020
3a9b082
Merge pull request #3199 from windows-toolkit/styleCopUpdate2
azchohfi Mar 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Dependency Info (CommunityToolkit#3115)
* Add Dependency Info

Add info in readme for building the toolkit repo and dependencies required.

* Update readme.md

Co-Authored-By: Vijay Nirmal <pon.vijaynirmal@outlook.com>

* Update readme.md

* Update readme.md

* Clean-up Anchors on Page for Links

Co-authored-by: Kyaa-dost <35208324+Kyaa-dost@users.noreply.github.com>
Co-authored-by: Vijay Nirmal <pon.vijaynirmal@outlook.com>
  • Loading branch information
3 people authored Mar 17, 2020
commit 8d4fb2d43d6b3cfe2fea7c05c487b93ece710861
19 changes: 12 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |

## <a name="supported"></a> Supported SDKs
* Fall Creators Update (16299)
* April 2018 Update (17134)
* October 2018 Update (17763)

## Features
## <a name="supported"></a> 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)
Expand Down Expand Up @@ -173,6 +169,15 @@ 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`.

## <a name="dependencies"></a> 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 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)

## Contributing
Do you want to contribute? Here are our [contribution guidelines](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/contributing.md).

Expand Down