Remove repated Toolkit and Windows tags

This commit is contained in:
Rosario Pulella 2021-03-18 14:45:43 -04:00
Родитель 68e5ba2161
Коммит 7566a30795
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3B0E5AF00E8FD025
18 изменённых файлов: 18 добавлений и 18 удалений

Просмотреть файл

@ -11,7 +11,7 @@
- Guard: Helper methods to verify conditions when running code.
- ThrowHelper: Helper methods to efficiently throw exceptions.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;IncrementalLoadingCollection;String;Array;extensions;helpers</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;IncrementalLoadingCollection;String;Array;extensions;helpers</PackageTags>
</PropertyGroup>
<Choose>
<When Condition=" '$(TargetFramework)' == 'netstandard1.4' ">

Просмотреть файл

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

Просмотреть файл

@ -17,7 +17,7 @@
- StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
- Ioc: a helper class to configure dependency injection service containers.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;MVVM;MVVMToolkit;observable;Ioc;dependency injection;services;extensions;helpers</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;MVVM;MVVMToolkit;observable;Ioc;dependency injection;services;extensions;helpers</PackageTags>
</PropertyGroup>
<!-- .NET Standard 2.0 doesn't have the Span<T> and IAsyncEnumerable<T> types -->

Просмотреть файл

@ -4,7 +4,7 @@
<TargetFrameworks>uap10.0.17763</TargetFrameworks>
<Title>Windows Community Toolkit Devices</Title>
<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>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Devices;Bluetooth;BluetoothLE;BLE;Networking</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Devices;Bluetooth;BluetoothLE;BLE;Networking</PackageTags>
</PropertyGroup>
<ItemGroup>

Просмотреть файл

@ -9,7 +9,7 @@
-FocusTrackerControl : The FocusTracker Control is a feature that can be used to display information about the current focused XAML element.
-Themes : Provides the source path of the resource dictionaries for the FocusTracker.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Controls;XAML;Developer;Tools;Accessibility;AlignmentGrid</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Developer;Tools;Accessibility;AlignmentGrid</PackageTags>
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
</PropertyGroup>

Просмотреть файл

@ -4,7 +4,7 @@
<TargetFramework>uap10.0.17134</TargetFramework>
<Title>Windows Community Toolkit Eye Gaze Library</Title>
<Description>A library to integrate gaze interactions using eye trackers into UWP applications</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Eye;Gaze;EyeTracker</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Eye;Gaze;EyeTracker</PackageTags>
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
</PropertyGroup>

Просмотреть файл

@ -14,7 +14,7 @@
- Expressions: ExpressionNodes, ExpressionValues, ReferenceNodes, CompositionExtensions, ExpressionFunctions, OperationType
- AnimationExtensions: Blur, Fade, Light, Offset, Rotate, Saturation, Scale
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Animations;Composition;Connected;Implicit;XAML</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Animations;Composition;Connected;Implicit;XAML</PackageTags>
<LangVersion>9.0</LangVersion>
</PropertyGroup>

Просмотреть файл

@ -14,7 +14,7 @@
- ViewportBehavior: Listening for element to enter or exit the ScrollViewer viewport
- FadeHeaderBehavior, QuickReturnHeaderBehavior, StickyHeaderBehavior: Helpers for ListViewBase Header Behavior
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;UI;Behaviors;XAML</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;UI;Behaviors;XAML</PackageTags>
<UseWindowsDesktopSdk>true</UseWindowsDesktopSdk>
</PropertyGroup>

Просмотреть файл

@ -17,7 +17,7 @@
- TextToolbar: A Toolbar for Editing Text attached to a RichEditBox. It can format RTF, Markdown, or use a Custom Formatter.
- TileControl: A ContentControl that show an image repeated many times.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Controls;XAML;Markdown;CameraPreview;Camera;DropShadow;ImageEx;InAppNotification;InfiniteCanvas;Radial;RadialProgressBar;Scroll;ScrollHeader;Tile</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Markdown;CameraPreview;Camera;DropShadow;ImageEx;InAppNotification;InfiniteCanvas;Radial;RadialProgressBar;Scroll;ScrollHeader;Tile</PackageTags>
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
<LangVersion>9.0</LangVersion>

Просмотреть файл

@ -6,7 +6,7 @@
This library provides a XAML DataGrid control. It is part of the Windows Community Toolkit.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Controls;XAML;DataGrid</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;DataGrid</PackageTags>
<RootNamespace>Microsoft.Toolkit.Uwp.UI.Controls</RootNamespace>
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>

Просмотреть файл

@ -13,7 +13,7 @@
- RemoteDevicePicker: Remote Device Picker Control for Project Rome.
- TokenizingTextBox: An AutoSuggestBox like control which places entered input into easily removed containers for contacts or tags.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Controls;XAML;Range;Radial;Gauge;RadiaGauge;Tokenizing;TextBox</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Range;Radial;Gauge;RadiaGauge;Tokenizing;TextBox</PackageTags>
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
<LangVersion>8.0</LangVersion>

Просмотреть файл

@ -6,7 +6,7 @@
This library provides a XAML MarkdownTextBlock control, an efficient and extensible control that can parse and render markdown. It is part of the Windows Community Toolkit.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Controls;XAML;Markdown;MarkdownTextBlock</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;Markdown;MarkdownTextBlock</PackageTags>
<RootNamespace>Microsoft.Toolkit.Uwp.UI.Controls</RootNamespace>
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>

Просмотреть файл

@ -11,7 +11,7 @@
- ImageCropper: ImageCropper control allows user to crop image freely.
- InfiniteCanvas: Supports Infinite Scrolling, Ink, Text, Format Text, Zoom in/out, Redo, Undo, Export &amp; Import.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Controls;XAML;InfiniteCanvas;Eyedropper</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;InfiniteCanvas;Eyedropper</PackageTags>
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
<LangVersion>8.0</LangVersion>

Просмотреть файл

@ -14,7 +14,7 @@
- UniformGrid: Presents items in an evenly-spaced set of rows or columns to fill the total available display space.
- WrapPanel: Positions child elements in sequential position from left to right and breaks content to the next line.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;Controls;XAML;WrapPanel;Adaptive;DockPanel;StaggeredPanel;Staggered;SwitchPresenter;UniformGrid;Uniform Grid</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Controls;XAML;WrapPanel;Adaptive;DockPanel;StaggeredPanel;Staggered;SwitchPresenter;UniformGrid;Uniform Grid</PackageTags>
<!-- ARM64 builds for managed apps use .NET Native. We can't use the Reflection Provider for that. -->
<EnableTypeInfoReflection Condition="'$(Configuration)' == 'Debug'">false</EnableTypeInfoReflection>
<LangVersion>8.0</LangVersion>

Просмотреть файл

@ -39,7 +39,7 @@
Geometry:
- CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;UI;XAML;brushes;blur</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;UI;XAML;brushes;blur</PackageTags>
</PropertyGroup>
<ItemGroup>

Просмотреть файл

@ -39,7 +39,7 @@
- DependencyPropertyWatcher: Used to Track Changes of a Dependency Property
- ThemeListener: Class which listens for changes to Application Theme or High Contrast Modes and Signals an Event when they occur.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;UI;Converters;XAML;extensions;helpers</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;UI;Converters;XAML;extensions;helpers</PackageTags>
<UseWindowsDesktopSdk>true</UseWindowsDesktopSdk>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Просмотреть файл

@ -4,7 +4,7 @@
<TargetFrameworks>uap10.0.17763</TargetFrameworks>
<Title>Windows Community Toolkit</Title>
<Description>This package includes code only helpers such as Colors conversion tool, Storage file handling, a Stream helper class, etc.</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP</PackageTags>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

Просмотреть файл

@ -11,7 +11,7 @@
- IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view.
- String extensions and array extensions: These extensions make working with string and arrays easier.
</Description>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;Toolkit;Windows;IncrementalLoadingCollection;String;Array;extensions;helpers</PackageTags>
<PackageTags>Windows Community Toolkit;Windows;Community;Toolkit;WCT;UWP;IncrementalLoadingCollection;String;Array;extensions;helpers</PackageTags>
</PropertyGroup>
<!-- .NET Standard 1.4 doesn't have the [Pure] attribute -->