Skip to content

Commit e4d3800

Browse files
authored
Update readme.md
1 parent 07bccaa commit e4d3800

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

readme.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ The Windows Community Toolkit is a collection of helper functions, custom contro
1515
| Production | rel/6.1.0 | [![Build Status](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_apis/build/status/Toolkit-CI?branchName=rel/6.1.0)](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_build/latest?definitionId=10&branchName=rel/6.1.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

18-
## Getting Started
19-
Please read the [getting Started with the Windows Community Toolkit](https://docs.microsoft.com/windows/communitytoolkit/getting-started) page for more detailed information about using the toolkit.
18+
## Getting Started :raised_hands:
19+
Please read the [Getting Started with the Windows Community Toolkit](https://docs.microsoft.com/windows/communitytoolkit/getting-started) page for more detailed information about using the toolkit.
2020

21-
## Documentation
21+
## Documentation :pencil:
2222
All documentation for the toolkit is hosted on [Microsoft Docs](https://docs.microsoft.com/windows/communitytoolkit/). All API documentation can be found at the [.NET API Browser](https://docs.microsoft.com/dotnet/api/?view=win-comm-toolkit-dotnet-stable).
2323

24-
## Windows Community Toolkit Sample App
24+
## Windows Community Toolkit Sample App :briefcase:
2525
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.
2626

27-
## NuGet Packages
27+
## NuGet Packages :package:
2828
NuGet is a standard package manager for .NET applications which is built into Visual Studio. To open the UI, from your open solution, choose the *Tools* menu > *NuGet Package Manager* > *Manage NuGet packages for solution...* Enter one of the package names below to search for it online.
2929

3030
| NuGet Package Name | Description |
@@ -45,14 +45,14 @@ NuGet is a standard package manager for .NET applications which is built into Vi
4545
| Microsoft.Toolkit.Uwp.Connectivity | API helpers such as BluetoothLEHelper and Networking |
4646
| Microsoft.Toolkit.Uwp.DeveloperTools | XAML user controls and services to help developer building their app |
4747

48-
## <a name="supported"></a> Features
48+
## <a name="supported"></a> Features :mailbox:
4949
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.
5050

5151
## Feedback and Requests
5252
Please use [GitHub Issues](https://github.com/windows-toolkit/WindowsCommunityToolkit/issues) for bug reports and feature requests.
5353
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`.
5454

55-
## <a name="dependencies"></a> Required Dependencies
55+
## <a name="dependencies"></a> Required Dependencies :pushpin:
5656
The following dependencies are required for building the Windows Community Toolkit repo and sample app:
5757

5858
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) with UWP and .NET workloads
@@ -61,10 +61,10 @@ The following dependencies are required for building the Windows Community Toolk
6161
* [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)
6262
* [.NET Framework 4.6.2 Developer Pack](https://dotnet.microsoft.com/download/visual-studio-sdks)
6363

64-
## Contributing
65-
Do you want to contribute? Checkout our [Windows Community Toolkit Wiki](https://aka.ms/wct/wiki) page.
64+
## Contributing :rocket:
65+
Do you want to contribute? Check out our [Windows Community Toolkit Wiki](https://aka.ms/wct/wiki) page.
6666

67-
## Principles
67+
## Principles :ballot_box_with_check:
6868
* Principle **#1**: The toolkit will be kept simple.
6969
* Principle **#2**: As soon as a comparable feature is available in the Windows SDK for Windows 10, it will be marked as deprecated.
7070
* Principle **#3**: All features will be supported for two Windows SDK for Windows 10 release cycles or until another principle supersedes it.
@@ -73,7 +73,7 @@ This project has adopted the code of conduct defined by the [Contributor Covenan
7373
to clarify expected behavior in our community.
7474
For more information see the [.NET Foundation Code of Conduct](CODE_OF_CONDUCT.md).
7575

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

7979
By adding this ([NuGet repo](https://dotnet.myget.org/F/uwpcommunitytoolkit/api/v3/index.json) | [Gallery](https://dotnet.myget.org/gallery/uwpcommunitytoolkit)) to your NuGet sources in Visual Studio, you can also get pre-release packages of upcoming versions.

0 commit comments

Comments
 (0)