Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rojas committed Mar 12, 2019
1 parent b80bab5 commit 8013d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
Expand Up @@ -9,7 +9,7 @@
Adds Support for adaptive tiles and adaptive/interactive toasts for Windows 10. It is part of the Windows Community Toolkit.
Supports C# and C++ UWP project types (see Microsoft.Toolkit.Uwp.Notifications.JavaScript for the JS version).
Also works with C# portable class libraries and non-UWP C# projects like server projects.
This project contains outputs for netstandard1.4, uap10.0 and native 0.0 for WinRT.
This project contains outputs for netstandard1.4, uap10.0 and native for WinRT.
</Description>
<PackageTags>notifications win10 windows 10 tile tiles toast toasts badge xml uwp c# csharp c++</PackageTags>
<ExtrasImplicitPlatformPackageIsPrivate Condition=" '$(TargetFramework)' == 'native' ">true</ExtrasImplicitPlatformPackageIsPrivate>
Expand Down
Expand Up @@ -4,24 +4,7 @@
<Title>Windows Community Toolkit Controls DataGrid</Title>
<Description>
This library provides a XAML DataGrid control. It is part of the Windows Community Toolkit.

-CollectionViews : Allows handling CollectionViews List on a DataGrid.
-Datagrid : Provides the neccesary files to provide a flexible way to display diferents types of data collections in rows and columns and to handle the related events. Managaes the distributions in cells, columns and rows of the displayed content.
-Datagrid.Automation : Contains the code to handle the AutomationPeers behaviour.
-Themes : Defines the ResourceDictionaries source path for the themes appliable to the control.
-Utilities :
-BindingInfo
-DoubleUtil
-Extensions
-IndexToValueTable
-KeyboardHelper
-Range
-TypeHelper
-UISettingaHelper
-ValidationUtil
-VisualStates
-WeakEventListener


</Description>
<PackageTags>UWP Toolkit Windows Controls XAML DataGrid</PackageTags>
<RootNamespace>Microsoft.Toolkit.Uwp.UI.Controls</RootNamespace>
Expand Down

0 comments on commit 8013d92

Please sign in to comment.