Skip to content

Commit

Permalink
Package read-me doc
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz authored Feb 26, 2023
1 parent f53c672 commit 62f0432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MoreLinq/MoreLinq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<PackageProjectUrl>https://morelinq.github.io/</PackageProjectUrl>
<PackageLicenseFile>COPYING.txt</PackageLicenseFile>
<PackageOutputPath>..\dist</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand All @@ -155,6 +156,7 @@

<ItemGroup>
<None Include="..\COPYING.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\README.md" Pack="true" PackagePath="$(PackageReadmeFile)" />
<None Include="*.g.tt" />
<None Update="Aggregate.g.tt">
<Generator>TextTemplatingFileGenerator</Generator>
Expand Down

0 comments on commit 62f0432

Please sign in to comment.