We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0366774 commit 40a5ce3Copy full SHA for 40a5ce3
1 file changed
src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj
@@ -16,6 +16,7 @@
16
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Multipart</PackageProjectUrl>
17
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.Multipart</RepositoryUrl>
18
<RepositoryType>GIT</RepositoryType>
19
+ <PackageReadmeFile>README.md</PackageReadmeFile>
20
<PackageTags>Simplify.Web multipart</PackageTags>
21
22
<PackageIcon>icon.png</PackageIcon>
@@ -31,5 +32,6 @@
31
32
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
33
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
34
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
35
+ <None Include="..\..\README.md" Pack="true" PackagePath="\" />
36
</ItemGroup>
37
</Project>
0 commit comments