Skip to content

Commit

Permalink
PDFium version v130.0.6693.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Sep 3, 2024
1 parent ad7df2f commit 4868f7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion download_package.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dotnet build src/PDFiumCoreBindingsGenerator/PDFiumCoreBindingsGenerator.csproj -c Release
dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll 171884604 false
dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll 172986101 false
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>130.0.6679.0</Version>
<Version>130.0.6693.0</Version>
</PropertyGroup>
</Project>
8 changes: 4 additions & 4 deletions src/PDFiumCore/PDFiumCore.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/6679
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/171884604
// PDFium version v130.0.6679.0 chromium/6679 [master]
// Built on: Mon, 26 Aug 2024 15:21:35 GMT
// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/6693
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/172986101
// PDFium version v130.0.6693.0 chromium/6693 [master]
// Built on: Tue, 03 Sep 2024 16:01:34 GMT
// ----------------------------------------------------------------------------
// <auto-generated>
// This is autogenerated code by CppSharp.
Expand Down

0 comments on commit 4868f7e

Please sign in to comment.