Skip to content

Commit

Permalink
Replace the term 'Basic' in Package Titles
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Nirmal4G committed Jul 16, 2021
1 parent ac5f726 commit 7a63c15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Microsoft.Toolkit.Uwp/Microsoft.Toolkit.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Microsoft.Toolkit/Microsoft.Toolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7a63c15

Please sign in to comment.