Skip to content

Commit 9c70392

Browse files
committed
Display README in Nuget.org
1 parent 7afa810 commit 9c70392

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Source/HttpMultipartParser/HttpMultipartParser.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1414
<IncludeSymbols>true</IncludeSymbols>
1515
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
16+
<PackageReadmeFile>README.md</PackageReadmeFile>
1617
</PropertyGroup>
1718

1819
<PropertyGroup>
@@ -56,6 +57,10 @@
5657
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5758
</PropertyGroup>
5859

60+
<ItemGroup>
61+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
62+
</ItemGroup>
63+
5964
<ItemGroup>
6065
<AdditionalFiles Include="$(SolutionDir)stylecop.json" Link="stylecop.json" />
6166
</ItemGroup>

0 commit comments

Comments
 (0)