Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing package descriptions #362

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Animations</ToolkitComponentName>
<Description>This package contains Animations.</Description>
<Description>A collection of implicit, composition and connected animation helpers and builders.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.AnimationsRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Behaviors</ToolkitComponentName>
<Description>This package contains Behaviors.</Description>
<Description>A collection of useful triggers and actions to supplement Microsoft.Xaml.Behaviors.*.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.BehaviorsRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>CameraPreview</ToolkitComponentName>
<Description>This package contains CameraPreview.</Description>
<Description>Enables easily previewing video in the MediaPlayerElement from available camera frame source groups.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.CameraPreviewRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" Condition="Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))')" />
<PropertyGroup>
<ToolkitComponentName>ColorPicker</ToolkitComponentName>
<Description>This package contains ColorPicker.</Description>
<Description>An extended color picker that enables picking a color using a spectrum, sliders, or text input.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.ColorPickerRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Converters</ToolkitComponentName>
<Description>This package contains Converters.</Description>
<Description>Commonly used converters that allow the data to be modified as it passes through the binding engine.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.ConvertersRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>DeveloperTools</ToolkitComponentName>
<Description>This package contains DeveloperTools.</Description>
<Description>The FocusTracker and AlignmentGrid help you to get more information about aligning UI elements.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.DeveloperToolsRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Extensions</ToolkitComponentName>
<Description>This package contains Extensions.</Description>
<Description>This package contains various Extensions for text, framework components (dispatcher, visual tree, FrameworkElement, etc.), visual transforms, shadows, ScrollViewer, ListViewBase, and more.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.ExtensionsRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>HeaderedControls</ToolkitComponentName>
<Description>This package contains HeaderedControls.</Description>
<Description>This package contains controls such as HeaderedItemsControl, HeaderedTreeView, and HeaderedContentControl.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.HeaderedControlsRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Helpers</ToolkitComponentName>
<Description>This package contains Helpers.</Description>
<Description>This package contains various helpers for Colors, Network, Camera, WeakEventListener, PackageVersion, ScreenUnit and more.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.HelpersRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>ImageCropper</ToolkitComponentName>
<Description>This package contains ImageCropper.</Description>
<Description>The ImageCropper control allows the user to freely crop an image.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.ImageCropperRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: LayoutTransformControl
author: odonno
description: The LayoutTransformControl is a control that support transformations on FrameworkElement as if applied by LayoutTransform.
description: The LayoutTransformControl is a control that supports transformations on FrameworkElement as if applied by LayoutTransform.
keywords: LayoutTransformControl, Control, Layout, RenderTransform, RotateTransform, ScaleTransform, SkewTransform, Transform
dev_langs:
- csharp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>LayoutTransformControl</ToolkitComponentName>
<Description>This package contains LayoutTransformControl.</Description>
<Description>The LayoutTransformControl is a control that supports transformations on FrameworkElement as if applied by LayoutTransform.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.LayoutTransformControlRns</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion components/Media/src/CommunityToolkit.WinUI.Media.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Media</ToolkitComponentName>
<Description>This package contains Media.</Description>
<Description>Create animated Media effects on UI elements. Saturation, Opacity, Color, CrossFade, Exposure, Sepia, HueRotation, and more.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.MediaRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>MetadataControl</ToolkitComponentName>
<Description>This package contains MetadataControl.</Description>
<Description>The MetadataControl control displays a list of labels and hyper-links separated by a bullet.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.MetadataControlRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Primitives</ToolkitComponentName>
<Description>This package contains Primitives.</Description>
<Description>Primitive layout controls such as SwitchPresenter, UniformGrid, WrapLayout, StaggeredPanel, WrapPanel, DockPanel, ConstrainedBox and more.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.PrimitivesRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>RadialGauge</ToolkitComponentName>
<Description>This package contains RadialGauge.</Description>
<Description>The Radial Gauge Control displays a value in a certain range using a needle on a circular face.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.RadialGaugeRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>RangeSelector</ToolkitComponentName>
<Description>This package contains RangeSelector.</Description>
<Description>A double Slider control that allows the user to select a sub-range of values from a larger range of values.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.RangeSelectorRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>RichSuggestBox</ToolkitComponentName>
<Description>This package contains RichSuggestBox.</Description>
<Description>A rich text input control that auto-suggests and stores token items in a document.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.RichSuggestBoxRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Segmented</ToolkitComponentName>
<Description>This package contains Segmented.</Description>
<Description>A common UI control to configure a view or setting.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.SegmentedRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>SettingsControls</ToolkitComponentName>
<Description>This package contains SettingsControls.</Description>
<Description>Create a Windows 11 style settings experiences with these controls.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.SettingsControlsRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Sizers</ToolkitComponentName>
<Description>This package contains SizerBase.</Description>
<Description>Resize various parts of your UI easily in a consistent fashion.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.SizersRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">
<PropertyGroup>
<ToolkitComponentName>TabbedCommandBar</ToolkitComponentName>
<Description>This package contains TabbedCommandBar.</Description>
<Description>Display multiple CommandBars in the same space using tabs, like Microsoft Office's ribbon.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.TabbedCommandBarRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>TokenizingTextBox</ToolkitComponentName>
<Description>This package contains TokenizingTextBox.</Description>
<Description>A text input control that auto-suggests and displays token items.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.Controls.TokenizingTextBoxRns</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<ToolkitComponentName>Triggers</ToolkitComponentName>
<Description>This package contains Triggers.</Description>
<Description>A collection of custom visual State Triggers.</Description>

<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.WinUI.TriggersRns</RootNamespace>
Expand Down
Loading