Skip to content

Commit dad1747

Browse files
authored
Update readme.md
1 parent 7533974 commit dad1747

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

readme.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Windows Community Toolkit :briefcase:
2+
# Windows Community Toolkit :toolbox:
33
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.
44

55
| Target | Branch | Status | Recommended package version |
@@ -16,23 +16,19 @@ All documentation for the toolkit is hosted on [Microsoft Docs](https://docs.mic
1616
## Windows Community Toolkit Sample App :iphone:
1717
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.
1818

19+
## Contribution :rocket:
20+
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.
21+
1922
## NuGet Packages :package:
2023
NuGet is a standard package manager for .NET applications which is built into Visual Studio. From your open solution, choose the *Tools* menu > *NuGet Package Manager* > *Manage NuGet packages for solution...* Enter one of the package names mentioned in [Windows Community Toolkit Nuget Packages](https://docs.microsoft.com/en-us/windows/communitytoolkit/nuget-packages) table to search for it online.
2124

2225
## <a name="supported"></a> Features :mailbox:
2326
The [Features list](https://github.com/MicrosoftDocs/WindowsCommunityToolkitDocs/blob/master/docs/toc.md#controls) refers to all the currently available features that can be found in the Windows Community Toolkit. Most features should work with the October 2018 Update (1809) SDK 17763 and above; however, refer to specific documentation on each feature for more information.
2427

25-
## <a name="dependencies"></a> Required Dependencies :pushpin:
26-
The following dependencies are required for building the Windows Community Toolkit repo and sample app:
27-
28-
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) with UWP and .NET workloads
29-
* You'll also need to check the `C++ (v142) Universal Windows Platform tools` option under the UWP workload
30-
* [Windows SDK April 2020 Update 19041](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
31-
* [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)
32-
* [.NET Framework 4.6.2 Developer Pack](https://dotnet.microsoft.com/download/visual-studio-sdks)
33-
34-
## Contribution :rocket:
35-
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.
28+
## Principles :ballot_box_with_check:
29+
* Principle **#1**: The toolkit will be kept simple.
30+
* Principle **#2**: As soon as a comparable feature is available in the Windows SDK for Windows 10, it will be marked as deprecated.
31+
* Principle **#3**: All features will be supported for two Windows SDK for Windows 10 release cycles or until another principle supersedes it.
3632

3733
## Roadmap :earth_americas:
3834
Read what we [plan for next iterations](https://github.com/windows-toolkit/WindowsCommunityToolkit/milestones), and feel free to ask questions.

0 commit comments

Comments
 (0)