Skip to content

Commit

Permalink
Include README via .props (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide authored Jan 8, 2025
1 parent 59a8700 commit 8577778
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildConf/.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,4 +21,11 @@
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit 8577778

Please sign in to comment.