include readme in package

This commit is contained in:
Eliot Jones
2023-06-05 22:01:04 +01:00
parent 2366d22719
commit 66248f19e4

View File

@@ -17,6 +17,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/UglyToad/PdfPig/master/documentation/pdfpig.png</PackageIconUrl>
<PackageIcon>pdfpig.png</PackageIcon>
<Product>PdfPig</Product>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<LangVersion>latest</LangVersion>
@@ -39,6 +40,7 @@
<ProjectReference Include="..\..\src\UglyToad.PdfPig\UglyToad.PdfPig.csproj" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" Link="README.md" PackagePath="\" />
<None Include="pdfpig.png" Pack="true" PackagePath="\" />
</ItemGroup>
<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="ResolveReferences">