Include readme for NuGet releases

This commit is contained in:
Thorsten Sommer 2023-07-10 20:00:08 +02:00
parent 146d524da8
commit 2f836892d1
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -11,6 +11,7 @@
<RepositoryUrl>https://devops.tsommer.org/open-source/dotnet/FastRng</RepositoryUrl> <RepositoryUrl>https://devops.tsommer.org/open-source/dotnet/FastRng</RepositoryUrl>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression> <PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@ -21,5 +22,7 @@
<DocumentationFile>bin\Release\FastRng.xml</DocumentationFile> <DocumentationFile>bin\Release\FastRng.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project> </Project>