Skip to content

Commit

Permalink
Bring README.md into nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Feb 8, 2022
1 parent 0fb1597 commit d52c411
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appcompare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)/README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CliWrap" Version="3.4.1" />
<PackageReference Include="Spectre.Console" Version="0.43.0" />
Expand Down

0 comments on commit d52c411

Please sign in to comment.