Skip to content

Commit 46b1e76

Browse files
committed
Update NuGet package information
1 parent 4166707 commit 46b1e76

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

UglyToad.PdfPig.Rendering.Skia/UglyToad.PdfPig.Rendering.Skia.csproj

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,32 @@
1010
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
1111
</PropertyGroup>
1212

13+
<PropertyGroup>
14+
<Authors>BobLd</Authors>
15+
<PackageTags>PDF;Reader;Document;Adobe;PDFBox;PdfPig;pdf;file;C#;dotnet;.NET;image;skia;skiasharp;render</PackageTags>
16+
<RepositoryUrl>https://github.com/BobLd/PdfPig.Rendering.Skia</RepositoryUrl>
17+
<PackageProjectUrl>https://github.com/BobLd/PdfPig.Rendering.Skia</PackageProjectUrl>
18+
<Description>Render pdf documents as images using PdfPig and SkiaSharp.</Description>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
20+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
21+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
22+
<PackageId>PdfPig.Rendering.Skia</PackageId>
23+
<Title>PdfPig.Rendering.Skia</Title>
24+
<Product>PdfPig.Rendering.Skia</Product>
25+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
26+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
27+
</PropertyGroup>
28+
29+
<ItemGroup>
30+
<None Include="..\README.md">
31+
<Pack>True</Pack>
32+
<PackagePath>\</PackagePath>
33+
</None>
34+
</ItemGroup>
35+
1336
<ItemGroup>
14-
<PackageReference Include="PdfPig" Version="0.1.9-alpha-20240217-f4e75" />
15-
<PackageReference Include="SkiaSharp" Version="2.88.7" />
37+
<PackageReference Include="PdfPig" Version="0.1.9-alpha-20240217-f4e75" />
38+
<PackageReference Include="SkiaSharp" Version="2.88.7" />
1639
</ItemGroup>
1740

1841
</Project>

0 commit comments

Comments
 (0)