update package icon #96 and readme

updates nuget package definition to use new format of package icon as required by #96. add readme information for hyperlinks and truetype fonts #8.
This commit is contained in:
Eliot Jones
2020-01-06 12:28:54 +00:00
parent 0183c0af5f
commit e2c3b6dc8b
4 changed files with 53 additions and 20 deletions

View File

@@ -16,6 +16,7 @@
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<PackageIconUrl>https://raw.githubusercontent.com/UglyToad/PdfPig/master/documentation/pdfpig.png</PackageIconUrl>
<PackageIcon>pdfpig.png</PackageIcon>
<Product>PdfPig</Product>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -42,6 +43,10 @@
<ProjectReference Include="..\..\src\UglyToad.PdfPig\UglyToad.PdfPig.csproj" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<None Include="pdfpig.png" Pack="true" PackagePath="\" />
</ItemGroup>
<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="ResolveReferences">
<ItemGroup>
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths-&gt;WithMetadataValue('ReferenceSourceTarget', 'ProjectReference'))" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB