Skip to content

Commit

Permalink
feat: reference README.md as NuGet package readme in Unleash.csproj (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleek authored Oct 4, 2023
1 parent 8c72fe9 commit 87fce5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Unleash/Unleash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@

<ItemGroup>
<Folder Include="ClientFactory\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<PropertyGroup>
Expand Down Expand Up @@ -125,6 +128,7 @@
<PackageProjectUrl>https://github.com/Unleash/unleash-client-dotnet</PackageProjectUrl>
<IncludeSymbols>True</IncludeSymbols>
<Company>Unleash</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 87fce5b

Please sign in to comment.