Skip to content

Commit

Permalink
Update NuGet package information
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLd committed Feb 18, 2024
1 parent 4166707 commit 46b1e76
Showing 1 changed file with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,32 @@
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
</PropertyGroup>

<PropertyGroup>
<Authors>BobLd</Authors>
<PackageTags>PDF;Reader;Document;Adobe;PDFBox;PdfPig;pdf;file;C#;dotnet;.NET;image;skia;skiasharp;render</PackageTags>
<RepositoryUrl>https://github.com/BobLd/PdfPig.Rendering.Skia</RepositoryUrl>
<PackageProjectUrl>https://github.com/BobLd/PdfPig.Rendering.Skia</PackageProjectUrl>
<Description>Render pdf documents as images using PdfPig and SkiaSharp.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageId>PdfPig.Rendering.Skia</PackageId>
<Title>PdfPig.Rendering.Skia</Title>
<Product>PdfPig.Rendering.Skia</Product>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="PdfPig" Version="0.1.9-alpha-20240217-f4e75" />
<PackageReference Include="SkiaSharp" Version="2.88.7" />
<PackageReference Include="PdfPig" Version="0.1.9-alpha-20240217-f4e75" />
<PackageReference Include="SkiaSharp" Version="2.88.7" />
</ItemGroup>

</Project>

0 comments on commit 46b1e76

Please sign in to comment.