File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed
UglyToad.PdfPig.Rendering.Skia Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 10
10
<IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >true</IsAotCompatible >
11
11
</PropertyGroup >
12
12
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
+
13
36
<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" />
16
39
</ItemGroup >
17
40
18
41
</Project >
You can’t perform that action at this time.
0 commit comments