Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Add README.md to NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Feb 17, 2024
1 parent e7ca8e7 commit 2b26b55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., '$(MSBuildThisFileName)$(MSBuildThisFileExtension)'))\$(MSBuildThisFileName)$(MSBuildThisFileExtension)" />

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Deterministic>true</Deterministic>
<Company>Falu Technologies Limited</Company>
Expand Down Expand Up @@ -32,4 +33,8 @@
<PackageReference Include="Polyfill " Version="1.32.1" PrivateAssets="All"/>
</ItemGroup>

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

</Project>

0 comments on commit 2b26b55

Please sign in to comment.