Skip to content

Commit

Permalink
Include readme in nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Aug 28, 2023
1 parent 8b504d0 commit 2829d8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/BitzArt.Communicator/BitzArt.Communicator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="BitzArt.LinqExtensions" Version="1.1.2" />
<PackageReference Include="BitzArt.Pagination" Version="1.13.0" />
Expand Down

0 comments on commit 2829d8f

Please sign in to comment.