Skip to content

Commit

Permalink
Improve description of Microsoft.Toolkit nu package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rojas committed Mar 7, 2019
1 parent 3f958d2 commit f2e89eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Microsoft.Toolkit/Microsoft.Toolkit.csproj
Expand Up @@ -3,8 +3,12 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Windows Community Toolkit .NET Standard</Title>
<Description>This package includes .NET Standard code only helpers, such as IncrementalLoadingCollection, string extensions and array extensions. It is part of the Windows Community Toolkit.</Description>
<PackageTags>UWP Toolkit Windows IncrementalLoadingCollection String Array extensions</PackageTags>
<Description>
This package includes .NET Standard code only helpers such as:
- 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>UWP Toolkit Windows IncrementalLoadingCollection String Array extensions helpers</PackageTags>

<!-- This is a temporary workaround for https://github.com/dotnet/sdk/issues/955 -->
<DebugType>Full</DebugType>
Expand Down

0 comments on commit f2e89eb

Please sign in to comment.