Skip to content

Commit 6a55e51

Browse files
committed
Given that spaces seperate tags, remove duplicate tags
1 parent d8543e4 commit 6a55e51

File tree

19 files changed

+51
-71
lines changed

19 files changed

+51
-71
lines changed

Microsoft.Toolkit.Diagnostics/Microsoft.Toolkit.Diagnostics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Guard: Helper methods to verify conditions when running code.
1212
- ThrowHelper: Helper methods to efficiently throw exceptions.
1313
</Description>
14-
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;IncrementalLoadingCollection;String;Array;extensions;helpers</PackageTags>
14+
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Incremental;Loading;Collection;IncrementalLoadingCollection;String;Array;extensions;helpers</PackageTags>
1515
</PropertyGroup>
1616
<Choose>
1717
<When Condition=" '$(TargetFramework)' == 'netstandard1.4' ">

Microsoft.Toolkit.HighPerformance/Microsoft.Toolkit.HighPerformance.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- Ref&lt;T&gt;: a stack-only struct that can store a reference to a value of a specified type.
2323
- NullableRef&lt;T&gt;: a stack-only struct similar to Ref&lt;T&gt;, which also supports nullable references.
2424
</Description>
25-
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;core;standard;unsafe;span;memory;string;array;stream;buffer;extensions;helpers;parallel;performance</PackageTags>
25+
<PackageTags>Windows;Community;Toolkit;WCT;UWP;core;standard;unsafe;span;memory;string;array;stream;buffer;extensions;helpers;parallel;performance</PackageTags>
2626
</PropertyGroup>
2727
<Choose>
2828
<When Condition=" '$(TargetFramework)' == 'netstandard1.4' ">

Microsoft.Toolkit.Mvvm/Microsoft.Toolkit.Mvvm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
1818
- Ioc: a helper class to configure dependency injection service containers.
1919
</Description>
20-
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;WinUI;WPF;Xamarin;Xamarin Forms;Uno;Uno Platform;MVVM;MVVMToolkit;INotifyPropertyChanged;observable;Ioc;dependency injection;services;extensions;helpers</PackageTags>
20+
<PackageTags>Windows;Community;Toolkit;WCT;UWP;WinUI;WPF;Xamarin;Forms;Uno;Platform;MVVM;Toolkit;MVVMToolkit;INotifyPropertyChanged;observable;Ioc;dependency injection;services;extensions;helpers</PackageTags>
2121
</PropertyGroup>
2222

2323
<!-- .NET Standard 2.0 doesn't have the Span<T> and IAsyncEnumerable<T> types -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>uap10.0.17763</TargetFrameworks>
55
<Title>Windows Community Toolkit Devices</Title>
66
<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>
7-
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Devices;Bluetooth;BluetoothLE;BLE;Networking</PackageTags>
7+
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Devices;Bluetooth;LE;BluetoothLE;BLE;Networking</PackageTags>
88
</PropertyGroup>
99

1010
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-FocusTrackerControl : The FocusTracker Control is a feature that can be used to display information about the current focused XAML element.
1010
-Themes : Provides the source path of the resource dictionaries for the FocusTracker.
1111
</Description>
12-
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Developer;Tools;Accessibility;AlignmentGrid</PackageTags>
12+
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Developer;Tools;Accessibility;Alignment;Grid;AlignmentGrid</PackageTags>
1313
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
1414
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
1515
</PropertyGroup>

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
@@ -4,7 +4,7 @@
44
<TargetFramework>uap10.0.17134</TargetFramework>
55
<Title>Windows Community Toolkit Eye Gaze Library</Title>
66
<Description>A library to integrate gaze interactions using eye trackers into UWP applications</Description>
7-
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Eye;Gaze;EyeTracker</PackageTags>
7+
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Gaze;Eye;Tracker;EyeTracker</PackageTags>
88
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
99
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
1010
</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
@@ -14,7 +14,7 @@
1414
- Expressions: ExpressionNodes, ExpressionValues, ReferenceNodes, CompositionExtensions, ExpressionFunctions, OperationType
1515
- AnimationExtensions: Blur, Fade, Light, Offset, Rotate, Saturation, Scale
1616
</Description>
17-
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Animations;Composition;Connected;Implicit;XAML</PackageTags>
17+
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Animations;Composition;Connected;Implicit;XAML</PackageTags>
1818
<LangVersion>9.0</LangVersion>
1919
</PropertyGroup>
2020

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
@@ -14,7 +14,7 @@
1414
- ViewportBehavior: Listening for element to enter or exit the ScrollViewer viewport
1515
- FadeHeaderBehavior, QuickReturnHeaderBehavior, StickyHeaderBehavior: Helpers for ListViewBase Header Behavior
1616
</Description>
17-
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;UI;Behaviors;Interactivity;Interaction;XAML</PackageTags>
17+
<PackageTags>Windows;Community;Toolkit;WCT;UWP;UI;Behaviors;Interactivity;Interaction;XAML</PackageTags>
1818

1919
<UseWindowsDesktopSdk>true</UseWindowsDesktopSdk>
2020
</PropertyGroup>

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

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,18 @@
1919
- TileControl: A ContentControl that show an image repeated many times.
2020
</Description>
2121
<PackageTags>
22-
Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;
23-
Camera Preview ;CameraPreview ;Camera ;
24-
Drop Shadow Panel ;DropShadowPanel ;Shadow ;
25-
DropShadow Panel ;
26-
Drop Shadow ;DropShadow ;
27-
Image Ex ;ImageEx ;Image ;
28-
In App Notification;InAppNotification;Notification;
29-
InApp Notification ;
30-
In App ;InApp ;
22+
Windows;Community;Toolkit;WCT;UWP;Controls;XAML;
23+
Camera;Preview ;CameraPreview ;
24+
Drop;Shadow;Panel ;DropShadowPanel ;DropShadow ;
25+
Image;Ex ;ImageEx ;
26+
In;App;Notification;InAppNotification;InApp ;
3127
Loading ;
3228
Menu ;
33-
Radial Progress Bar;RadialProgressBar;Radial ;
34-
Radial ProgressBar ;Progress Bar ;ProgressBar ;
35-
Rotator Tile ;RotatorTile ;Rotator ;Tile;
36-
Tabbed Command Bar ;TabbedCommandBar ;Tabbed ;
37-
Tabbed CommandBar ;CommandBar ;
38-
Text Tool Bar ;TextToolBar ;Markdown ;
39-
Text ToolBar ;
40-
Tile Control ;TileControl ;
29+
Radial;Progress;Bar;RadialProgressBar;ProgressBar ;
30+
Rotator;Tile ;RotatorTile ;
31+
Tabbed;Command;Bar ;TabbedCommandBar ;CommandBar ;
32+
Text;Tool;Bar ;TextToolBar ;ToolBar ;Markdown;
33+
Tile;Control ;TileControl ;
4134
</PackageTags>
4235
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
4336
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>

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
This library provides a XAML DataGrid control. It is part of the Windows Community Toolkit.
77

88
</Description>
9-
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;DataGrid</PackageTags>
9+
<PackageTags>Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Data;Grid;DataGrid</PackageTags>
1010
<RootNamespace>Microsoft.Toolkit.Uwp.UI.Controls</RootNamespace>
1111
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
1212
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>

0 commit comments

Comments
 (0)