Replace the term 'Basic' in Package Titles

It was decided that the term 'Basic' is new and
has no established meaning in the software community.

So, Replacing the term 'Basic' with 'Common'. To disambiguate
multiple instances of 'Common', we use an already existing term
'Primitive' and we also append the Platform to which the package targets.
This commit is contained in:
Nirmal Guru 2021-07-14 09:36:24 +05:30
Родитель a2c2c92273
Коммит e984265ddb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 230F32B3E627D620
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -6,7 +6,7 @@
</PropertyGroup>
<PropertyGroup>
<Title>Windows Community Toolkit - Basic Controls</Title>
<Title>Windows Community Toolkit - Primitive Controls</Title>
<Description>
This library provides controls for use in XAML which don't provide their own style. It is a part of the Windows Community Toolkit.

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

@ -5,7 +5,7 @@
</PropertyGroup>
<PropertyGroup>
<Title>Windows Community Toolkit - Basics</Title>
<Title>Windows Community Toolkit - Common (UWP)</Title>
<Description>This package includes code only helpers such as Colors conversion tool, Storage file handling, a Stream helper class, etc.</Description>
<PackageTags>Storage;File;Folder;Color;Conversion;Stream;Helpers;Extensions</PackageTags>
</PropertyGroup>

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

@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<Title>Windows Community Toolkit - Basics (.NET Standard)</Title>
<Title>Windows Community Toolkit - Common (.NET Standard)</Title>
<Description>
This package includes .NET Standard code only helpers such as:
- IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view.