Skip to content

Commit

Permalink
Update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
yariker committed Jul 18, 2022
1 parent 1c3b7a3 commit 109dbe2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/WindowExtras.Wpf/WindowExtras.Wpf.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;net5.0-windows</TargetFrameworks>
<TargetFrameworks>net5.0-windows;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPublishable>false</IsPublishable>
</PropertyGroup>
Expand All @@ -11,7 +11,11 @@
<PackageId>WindowExtras.Wpf</PackageId>
<PackageIcon>Icon.png</PackageIcon>
<Product>WindowExtras.Wpf</Product>
<Description>Provides a customizable drop shadow that can be attached to any WPF window in XAML.</Description>
<Description>
Provides useful extensions to a WPF Window in XAML: custom window shadow,
system menu (customization of control box, window icon, and menu items),
access to display properties in a multi-display scenario.
</Description>
<PackageProjectUrl>https://github.com/yariker/WindowExtras.Wpf</PackageProjectUrl>
<RepositoryUrl>https://github.com/yariker/WindowExtras.Wpf.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 109dbe2

Please # to comment.