Skip to content

Commit

Permalink
build(sln): include README in package
Browse files Browse the repository at this point in the history
  • Loading branch information
seangwright committed Apr 10, 2022
1 parent 10d22bc commit fc15c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<Company>WiredViews</Company>
<Company>WiredViews, Inc</Company>
<Authors>$(Company)</Authors>
<Copyright>Copyright © $(Company) $([System.DateTime]::Now.Year)</Copyright>
<Trademark>$(Company)™</Trademark>
Expand All @@ -12,6 +12,7 @@
<Title>$(Product)</Title>
<PackageProjectUrl>https://github.com/wiredviews/xperience-query-extensions</PackageProjectUrl>
<PackageIcon>wv-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>xperience;kentico</PackageTags>
<PackageReleaseNotes>https://github.com/wiredviews/xperience-query-extensions/releases</PackageReleaseNotes>
</PropertyGroup>
Expand Down

0 comments on commit fc15c1a

Please sign in to comment.