Skip to content

Commit a360087

Browse files
committed
Bundle the README.md file
1 parent e4e124b commit a360087

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CommandLineUtils/McMaster.Extensions.CommandLineUtils.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
1919
A community-maintained fork of Microsoft.Extensions.CommandLineUtils, plus many enhancements.
2020
</PackageDescription>
2121
<PackageTags>commandline;parsing</PackageTags>
22+
<PackageReadmeFile>README.md</PackageReadmeFile>
2223
</PropertyGroup>
2324

2425
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'">
@@ -31,4 +32,8 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
3132
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
3233
</ItemGroup>
3334

35+
<ItemGroup>
36+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
37+
</ItemGroup>
38+
3439
</Project>

0 commit comments

Comments
 (0)