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:
Родитель
a2c2c92273
Коммит
e984265ddb
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче