Skip to content

Commit b105331

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 9ddd405 commit b105331

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>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>Input;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>

0 commit comments

Comments
 (0)