Skip to content

Commit bf558b2

Browse files
committed
Update Assembly/Package Titles
The package title doesn't follow a particular format and is not machine readable. Thus, I propose the following format: "'Product' - 'Area' - 'Specifics' ('Source/Target')"
1 parent d31523c commit bf558b2

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

Microsoft.Toolkit.Diagnostics/Microsoft.Toolkit.Diagnostics.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 Diagnostics .NET Standard</Title>
10+
<Title>Windows Community Toolkit - Diagnostics (.NET Standard)</Title>
1111
<Description>
1212
This package includes .NET Standard code only helpers such as:
1313
- Guard: Helper methods to verify conditions when running code.

Microsoft.Toolkit.HighPerformance/Microsoft.Toolkit.HighPerformance.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 High Performance .NET Standard</Title>
10+
<Title>Windows Community Toolkit - High Performance (.NET Standard)</Title>
1111
<Description>
1212
This package includes high performance .NET Standard helpers such as:
1313
- Memory2D&lt;T&gt; and Span2D&lt;T&gt;: two types providing fast and allocation-free abstraction over 2D memory areas.

Microsoft.Toolkit.Mvvm/Microsoft.Toolkit.Mvvm.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 MVVM Toolkit</Title>
10+
<Title>Windows Community Toolkit - MVVM (.NET Standard)</Title>
1111
<Description>
1212
This package includes a .NET Standard MVVM library with helpers such as:
1313
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.

Microsoft.Toolkit.Uwp.Connectivity/Microsoft.Toolkit.Uwp.Connectivity.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 Devices</Title>
8+
<Title>Windows Community Toolkit - Devices</Title>
99
<Description>This library enables easier consumption of connectivity Devices/Peripherals and handle its connection to Windows devices. It contains BluetoothLE and Network connectivity helpers.</Description>
1010
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Devices;Bluetooth;LE;BluetoothLE;BLE;Networking</PackageTags>
1111
</PropertyGroup>

Microsoft.Toolkit.Uwp.DeveloperTools/Microsoft.Toolkit.Uwp.DeveloperTools.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 Developer Tools</Title>
8+
<Title>Windows Community Toolkit - Developer Tools</Title>
99
<Description>This library provides XAML user controls and services to help developers build their app. It is a part of the Windows Community Toolkit.
1010

1111
-AligmentGrid : Displays a Grid that helps align the controls.

Microsoft.Toolkit.Uwp.Input.GazeInteraction/Microsoft.Toolkit.Uwp.Input.GazeInteraction.csproj

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

1010
<PropertyGroup>
11-
<Title>Windows Community Toolkit Eye Gaze Library</Title>
11+
<Title>Windows Community Toolkit - Input - Gaze Interaction (w. Eye Tracker)</Title>
1212
<Description>A library to integrate gaze interactions using eye trackers into UWP applications</Description>
1313
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Gaze;Eye;Tracker;EyeTracker</PackageTags>
1414
</PropertyGroup>

Microsoft.Toolkit.Uwp.UI.Animations/Microsoft.Toolkit.Uwp.UI.Animations.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 Animations</Title>
8+
<Title>Windows Community Toolkit - UI Animations</Title>
99
<Description>
1010
This library provides helpers and extensions on top of Windows Composition and XAML storyboards. It is a part of the Windows Community Toolkit.
1111

Microsoft.Toolkit.Uwp.UI.Behaviors/Microsoft.Toolkit.Uwp.UI.Behaviors.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 UI Behaviors</Title>
9+
<Title>Windows Community Toolkit - UI Behaviors</Title>
1010
<Description>
1111
This library provides UI behaviors built on the XAML behaviors SDK. It is a part of the Windows Community Toolkit.
1212

Microsoft.Toolkit.Uwp.UI.Controls.Core/Microsoft.Toolkit.Uwp.UI.Controls.Core.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 Controls Core</Title>
9+
<Title>Windows Community Toolkit - Common Controls</Title>
1010
<Description>
1111
This library provides XAML templated controls. It is a part of the Windows Community Toolkit.
1212

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.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 Controls DataGrid</Title>
9+
<Title>Windows Community Toolkit - DataGrid Control</Title>
1010
<Description>
1111
This library provides a XAML DataGrid control. It is a part of the Windows Community Toolkit.
1212
</Description>

Microsoft.Toolkit.Uwp.UI.Controls.Input/Microsoft.Toolkit.Uwp.UI.Controls.Input.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 Controls</Title>
9+
<Title>Windows Community Toolkit - Input Controls</Title>
1010
<Description>
1111
This library provides XAML templated controls. It is a part of the Windows Community Toolkit.
1212

Microsoft.Toolkit.Uwp.UI.Controls.Layout/Microsoft.Toolkit.Uwp.UI.Controls.Layout.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 Layout</Title>
9+
<Title>Windows Community Toolkit - Layout Controls</Title>
1010
<Description>
1111
This library provides XAML layout controls. It is a part of the Windows Community Toolkit.
1212

Microsoft.Toolkit.Uwp.UI.Controls.Markdown/Microsoft.Toolkit.Uwp.UI.Controls.Markdown.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 Controls Markdown</Title>
9+
<Title>Windows Community Toolkit - Markdown Control</Title>
1010
<Description>
1111
This library provides a XAML MarkdownTextBlock control, an efficient and extensible control that can parse and render markdown. It is a part of the Windows Community Toolkit.
1212
</Description>

Microsoft.Toolkit.Uwp.UI.Controls.Media/Microsoft.Toolkit.Uwp.UI.Controls.Media.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 Media Controls</Title>
9+
<Title>Windows Community Toolkit - Media Controls</Title>
1010
<Description>
1111
This library provides controls backed by win2d for use in XAML. It is a part of the Windows Community Toolkit.
1212

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 Primitive Controls</Title>
9+
<Title>Windows Community Toolkit - Basic 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.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.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 Controls</Title>
9+
<Title>Windows Community Toolkit - UI Controls</Title>
1010
<Description>
1111
This library provides Controls, Panels, ItemsRepeater Layouts, and various other classes &amp; helpers for XAML UI development with UWP. It is a part of the Windows Community Toolkit.
1212

Microsoft.Toolkit.Uwp.UI.Media/Microsoft.Toolkit.Uwp.UI.Media.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>uap10.0.17763</TargetFramework>
5-
<Title>Windows Community Toolkit UI Media</Title>
5+
<Title>Windows Community Toolkit - UI Media</Title>
66
<Description>
77
This library provides UI brushes. It is a part of the Windows Community Toolkit.
88

Microsoft.Toolkit.Uwp.UI/Microsoft.Toolkit.Uwp.UI.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 UI</Title>
10+
<Title>Windows Community Toolkit - UI</Title>
1111
<Description>
1212
This library provides UI components, such as XAML extensions, helpers, converters and more. It is a part of the Windows Community Toolkit.
1313

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</Title>
8+
<Title>Windows Community Toolkit - Basics</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>Windows;Community;Toolkit;WCT;UWP</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 .NET Standard</Title>
10+
<Title>Windows Community Toolkit - Basics (.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)