Skip to content

Commit e984265

Browse files
committed
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.
1 parent a2c2c92 commit e984265

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Primitives/Microsoft.Toolkit.Uwp.UI.Controls.Primitives.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

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

Microsoft.Toolkit.Uwp/Microsoft.Toolkit.Uwp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

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

Microsoft.Toolkit/Microsoft.Toolkit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

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

0 commit comments

Comments
 (0)