Resolve "Include readme in NuGet package" #12

Merged
thorsten merged 1 commits from 3-include-readme-in-nuget-package into main 2023-07-10 18:00:54 +00:00

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>