Skip to content

Commit

Permalink
Updating Licence and Icon configuration for msbuild in favor of embed…
Browse files Browse the repository at this point in the history
…ding the files inside the NuGet package Issue: #878
  • Loading branch information
tylerd committed Dec 13, 2019
1 parent 5e729ce commit 70cfd30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Dave Glick, Other Awesome Contributors</Authors>
<PackageLicenseUrl>https://github.com/Wyamio/Wyam/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://wyam.io/Content/images/logo-square-64.png</PackageIconUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>logo-square-64.png</PackageIcon>
<PackageProjectUrl>https://wyam.io</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright © Wyam Contributors</Copyright>
Expand All @@ -32,4 +32,10 @@
<Link>Properties\SolutionInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\LICENSE" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\logo-square-64.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
Binary file added logo-square-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70cfd30

Please sign in to comment.