Skip to content

Commit

Permalink
Merge pull request #27 from atc-net/hotfix/ensure-readme-in-library
Browse files Browse the repository at this point in the history
ensure readme is included in the package
  • Loading branch information
perkops authored May 8, 2024
2 parents 86a2b78 + de45a7a commit ceb591a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Atc.Rest.Client/Atc.Rest.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<Description>Atc Rest Client</Description>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
Expand Down

0 comments on commit ceb591a

Please sign in to comment.