Skip to content

Commit

Permalink
Merge pull request #817 from btomblinson/master
Browse files Browse the repository at this point in the history
#809 Add README.md to csproj for NuGet
  • Loading branch information
adamhathcock authored Mar 18, 2024
2 parents 6a52f90 + 6a82442 commit bcb61ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SharpCompress/SharpCompress.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<IsTrimmable>true</IsTrimmable>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -41,4 +42,7 @@
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit bcb61ee

Please sign in to comment.