-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add description for Controls meta package #3829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
michael-hawker
merged 8 commits into
CommunityToolkit:master
from
Rosuavio:controls-package-description
Mar 11, 2021
Merged
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
ebecd94
Add description for Controls meta package
Rosuavio a48c0cb
Update Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Con…
Rosuavio 28edb8d
Fix & -> &
Rosuavio 1f58e31
Added Controsl readme file
Rosuavio bae4fe4
Add winui 2.5 dep to all controls packages
Rosuavio 92fa3b3
Add include for readme.txt file
Rosuavio 14fd884
Update Microsoft.Toolkit.Uwp.UI.Controls/readme.txt
michael-hawker c589c21
Merge branch 'master' into controls-package-description
michael-hawker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| Thanks for installing the Windows Community Toolkit Controls NuGet package! | ||
|
|
||
| This is a meta-package made up of various Windows Community Toolkit packages to make it easy and convenient for you to use the controls. You also have the option to only use packages you need which can help optimize the size of your package once you are ready to ship. Visit https://aka.ms/wct/optimize to learn more. | ||
|
|
||
| You can find out more about the Windows Community Toolkit at https://aka.ms/windowstoolkit | ||
| Or even try our controls in our sample app at https://aka.ms/windowstoolkitapp | ||
| Docs are availabe here: https://aka.ms/windowstoolkitdocs | ||
michael-hawker marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ---- | ||
|
|
||
| This package also depends on the WinUI library, so you'll need to set XamlControlsResources as your Application resources in App.xaml: | ||
|
|
||
| <Application> | ||
| <Application.Resources> | ||
| <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" /> | ||
| </Application.Resources> | ||
| </Application> | ||
|
|
||
| If you have other resources, then we recommend you add those to the XamlControlsResources' MergedDictionaries. | ||
| This works with the platform's resource system to allow overrides of the XamlControlsResources resources. | ||
|
|
||
| <Application | ||
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
| xmlns:controls="using:Microsoft.UI.Xaml.Controls"> | ||
| <Application.Resources> | ||
| <controls:XamlControlsResources> | ||
| <controls:XamlControlsResources.MergedDictionaries> | ||
| <!-- Other app resources here --> | ||
| </controls:XamlControlsResources.MergedDictionaries> | ||
| </controls:XamlControlsResources> | ||
| </Application.Resources> | ||
| </Application> | ||
|
|
||
| See http://aka.ms/winui for more information about the WinUI library. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.