Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
Comment thread
DecSmith42 marked this conversation as resolved.
<PackageDescription>A collection of .NET utilities for building and maintaining .NET repositories</PackageDescription>
<EnablePackageValidation>true</EnablePackageValidation>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -26,5 +27,6 @@
<ItemGroup>
<None Include="../../images/icon.png" Pack="true" PackagePath="\" />
<None Include="../../readme.md" Pack="true" PackagePath="\" />
<None Include="../../LICENSE.txt" Pack="true" PackagePath="\" />
Comment thread
DecSmith42 marked this conversation as resolved.
Outdated
</ItemGroup>
</Project>