Skip to content

Commit

Permalink
Update UnityPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Jul 24, 2024
1 parent b12221f commit 05881f3
Show file tree
Hide file tree
Showing 14 changed files with 144 additions and 101 deletions.
Binary file modified etc/UnityPackage/Plugins/PDFtoImage.dll
Binary file not shown.
237 changes: 140 additions & 97 deletions etc/UnityPackage/Plugins/PDFtoImage.xml

Large diffs are not rendered by default.

Binary file modified etc/UnityPackage/Plugins/android-arm/native/libpdfium.so
Binary file not shown.
Binary file modified etc/UnityPackage/Plugins/android-arm64/native/libpdfium.so
Binary file not shown.
Binary file modified etc/UnityPackage/Plugins/android-x64/native/libpdfium.so
Binary file not shown.
Binary file modified etc/UnityPackage/Plugins/android-x86/native/libpdfium.so
Binary file not shown.
Binary file modified etc/UnityPackage/Plugins/linux-x64/native/libpdfium.so
Binary file not shown.
Binary file modified etc/UnityPackage/Plugins/osx-arm64/native/libpdfium.dylib
Binary file not shown.
Binary file modified etc/UnityPackage/Plugins/osx-x64/native/libpdfium.dylib
Binary file not shown.
Binary file modified etc/UnityPackage/Plugins/win-arm64/native/pdfium.dll
Binary file not shown.
Binary file modified etc/UnityPackage/Plugins/win-x64/native/pdfium.dll
Binary file not shown.
Binary file modified etc/UnityPackage/Plugins/win-x86/native/pdfium.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions etc/UnityPackage/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "de.sungaila.pdftoimage",
"version": "4.0.2",
"version": "4.1.0",
"displayName": "PDFtoImage",
"description": "A .NET library to render PDF files into images.",
"unity": "2022.3",
"documentationUrl": "https://github.com/sungaila/PDFtoImage",
"changelogUrl": "https://github.com/sungaila/PDFtoImage/releases/tag/v4.0.2",
"changelogUrl": "https://github.com/sungaila/PDFtoImage/releases/tag/v4.1.0",
"license": "MIT",
"licensesUrl": "https://github.com/sungaila/PDFtoImage/blob/master/LICENSE",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/PDFtoImage/PDFtoImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageIconUrl>https://raw.githubusercontent.com/sungaila/PDFtoImage/master/etc/Icon_128.png</PackageIconUrl>
<Description>A .NET library to render PDF files into images.</Description>
<PackageReleaseNotes>- Added System.Index for single page conversion.
- Added System.Range for multiple page conversion.
- Added IEnumerable&lt;int&gt; for multiple page conversion.</PackageReleaseNotes>
- Added System.Range for multiple page conversion.
- Added IEnumerable&lt;int&gt; for multiple page conversion.</PackageReleaseNotes>
<PackageTags>PDF Bitmap Image Convert Conversion C# PDFium SkiaSharp Skia PNG JPG JPEG WEBP Xamarin Android MAUI wasm WebAssembly</PackageTags>
<RepositoryUrl>https://github.com/sungaila/PDFtoImage.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 05881f3

Please sign in to comment.