Skip to content

Commit c6d9fe4

Browse files
committed
Rename missed files from previous renames
Runtime Directive files and the text files that have been missed in previous renames have been renamed as proposed!
1 parent e606ae8 commit c6d9fe4

File tree

11 files changed

+22
-15
lines changed

11 files changed

+22
-15
lines changed
File renamed without changes.

license.md renamed to License.md

File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
22
<Library Name="Microsoft.Toolkit.Uwp.UI.Animations">
3+
<!-- add directives for your library here -->
34
</Library>
45
</Directives>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
22
<Library Name="Microsoft.Toolkit.Uwp.UI.Controls.DataGrid">
3+
<!-- add directives for your library here -->
34
</Library>
45
</Directives>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
22
<Library Name="Microsoft.Toolkit.Uwp.UI.Controls.Primitives">
3+
<!-- add directives for your library here -->
34
</Library>
45
</Directives>
Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
1-
Thanks for installing the Windows Community Toolkit Controls NuGet package!
1+
Windows Community Toolkit — UWP Controls
2+
3+
Thanks for installing the “Windows Community Toolkit — UI Controls” package!
24

35
This is a meta-package made up of various Windows Community Toolkit packages.
4-
It is for your ease and convenience to use all of the controls available!
6+
It is for your ease and convenience to use any and all controls available!
57

68
You also have the option to only use packages you need which can help optimize the
79
size of your application once you are ready to ship. Visit https://aka.ms/wct/optimize to learn more.
810

9-
You can find out more about the Windows Community Toolkit at https://aka.ms/windowstoolkit
10-
Or even try our controls in our sample app at https://aka.ms/windowstoolkitapp
11-
Docs are available here: https://aka.ms/windowstoolkitdocs
11+
You can find out more about the Windows Community Toolkit at https://aka.ms/windowstoolkit.
12+
Or even try our controls in our sample app at https://aka.ms/windowstoolkitapp.
13+
Docs are available here: https://aka.ms/windowstoolkitdocs.
1214

1315
The Windows Community Toolkit is made possible by our developer community!
14-
Every contribution made to the Toolkit helps everyone, to learn how to contribute visit https://aka.ms/wct/wiki
16+
Every contribution made to the Toolkit helps everyone, to learn how to contribute visit https://aka.ms/wct/wiki.
1517

1618
----
1719

18-
This package also depends on the WinUI library, so you'll need to set XamlControlsResources as your Application resources in App.xaml:
20+
This package also depends on the "WinUI" library, so you'll need to set "XamlControlsResources" as your Application resources in "App.xaml":
1921

20-
<Application>
21-
<Application.Resources>
22-
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
23-
</Application.Resources>
24-
</Application>
22+
<Application>
23+
<Application.Resources>
24+
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
25+
</Application.Resources>
26+
</Application>
2527

26-
If you have other resources, then we recommend you add those to the XamlControlsResources' MergedDictionaries.
27-
This works with the platform's resource system to allow overrides of the XamlControlsResources resources.
28+
If you have other resources, then we recommend you add those to the "XamlControlsResources.MergedDictionaries".
29+
This works with the platform's resource system to allow overrides of the "XamlControlsResources" resources.
2830

2931
<Application
3032
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
@@ -39,4 +41,4 @@ This works with the platform's resource system to allow overrides of the XamlCon
3941
</Application.Resources>
4042
</Application>
4143

42-
See http://aka.ms/winui for more information about the WinUI library.
44+
See http://aka.ms/winui for more information about the "WinUI" library.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
22
<Library Name="Microsoft.Toolkit.Uwp.UI.Media">
3+
<!-- add directives for your library here -->
34
</Library>
45
</Directives>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
22
<Library Name="Microsoft.Toolkit.Uwp.UI">
3+
<!-- add directives for your library here -->
34
</Library>
45
</Directives>

0 commit comments

Comments
 (0)