Skip to content

Commit

Permalink
dist: Reference README.md in Directory.build.props
Browse files Browse the repository at this point in the history
This packages the README.md file with our NuGet package.
  • Loading branch information
kennethmyhra committed Aug 31, 2024
1 parent 3374b48 commit 6bdf7f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<RepositoryUrl>https://github.com/firelyteam/spark</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>images\incendi-logo-128x128.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
<None Include="..\..\incendi-logo-128x128.png" Pack="true" PackagePath="images\incendi-logo-128x128.png" />
<None Include="README.md" Pack="true" PackagePath="images\incendi-logo-128x128.png" />
</ItemGroup>
</Project>

0 comments on commit 6bdf7f6

Please sign in to comment.