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!
This commit is contained in:
Nirmal Guru 2021-02-14 14:02:17 +05:30
Родитель e606ae8b23
Коммит c6d9fe4b48
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 230F32B3E627D620
11 изменённых файлов: 22 добавлений и 15 удалений

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -1,4 +1,5 @@
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="Microsoft.Toolkit.Uwp.UI.Animations">
<!-- add directives for your library here -->
</Library>
</Directives>

Просмотреть файл

@ -1,4 +1,5 @@
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="Microsoft.Toolkit.Uwp.UI.Controls.DataGrid">
<!-- add directives for your library here -->
</Library>
</Directives>

Просмотреть файл

@ -1,4 +1,5 @@
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="Microsoft.Toolkit.Uwp.UI.Controls.Primitives">
<!-- add directives for your library here -->
</Library>
</Directives>

Просмотреть файл

@ -1,30 +1,32 @@
Thanks for installing the Windows Community Toolkit Controls NuGet package!
Windows Community Toolkit — UWP Controls
Thanks for installing the “Windows Community Toolkit — UI Controls” package!
This is a meta-package made up of various Windows Community Toolkit packages.
It is for your ease and convenience to use all of the controls available!
It is for your ease and convenience to use any and all controls available!
You also have the option to only use packages you need which can help optimize the
size of your application 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 available here: https://aka.ms/windowstoolkitdocs
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 available here: https://aka.ms/windowstoolkitdocs.
The Windows Community Toolkit is made possible by our developer community!
Every contribution made to the Toolkit helps everyone, to learn how to contribute visit https://aka.ms/wct/wiki
Every contribution made to the Toolkit helps everyone, to learn how to contribute visit https://aka.ms/wct/wiki.
----
This package also depends on the WinUI library, so you'll need to set XamlControlsResources as your Application resources in App.xaml:
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>
<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.
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"
@ -39,4 +41,4 @@ This works with the platform's resource system to allow overrides of the XamlCon
</Application.Resources>
</Application>
See http://aka.ms/winui for more information about the WinUI library.
See http://aka.ms/winui for more information about the "WinUI" library.

Просмотреть файл

@ -1,4 +1,5 @@
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="Microsoft.Toolkit.Uwp.UI.Media">
<!-- add directives for your library here -->
</Library>
</Directives>

Просмотреть файл

@ -1,4 +1,5 @@
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="Microsoft.Toolkit.Uwp.UI">
<!-- add directives for your library here -->
</Library>
</Directives>

Просмотреть файл