Open arman-g opened 3 years ago
Looks like you can configure that in your project file, as described in this blog post:
<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="" />
</ItemGroup>
It would be nice to add an option for including the project's README.md file and upload it to nuget.org so it can be shown under the README tab. Currently the only way to add this file is a manual process from nuget.org.