We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afa810 commit 9c70392Copy full SHA for 9c70392
1 file changed
Source/HttpMultipartParser/HttpMultipartParser.csproj
@@ -13,6 +13,7 @@
13
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14
<IncludeSymbols>true</IncludeSymbols>
15
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
16
+ <PackageReadmeFile>README.md</PackageReadmeFile>
17
</PropertyGroup>
18
19
<PropertyGroup>
@@ -56,6 +57,10 @@
56
57
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
58
59
60
+ <ItemGroup>
61
+ <None Include="..\..\README.md" Pack="true" PackagePath="" />
62
+ </ItemGroup>
63
+
64
<ItemGroup>
65
<AdditionalFiles Include="$(SolutionDir)stylecop.json" Link="stylecop.json" />
66
</ItemGroup>
0 commit comments