Skip to content

Commit

Permalink
PDFium version v121.0.6124.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Nov 15, 2023
1 parent b7cc088 commit bf88d77
Show file tree
Hide file tree
Showing 3 changed files with 7 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 128105164 false
dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll 129098135 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>121.0.6110.0</Version>
<Version>121.0.6124.0</Version>
</PropertyGroup>
</Project>
9 changes: 5 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/6110
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/128105164
// PDFium version v121.0.6110.0 chromium/6110 [master]
// Built on: Thu, 09 Nov 2023 22:40:22 GMT
// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/6124
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/129098135
// PDFium version v121.0.6124.0 chromium/6124 [master]
// Built on: Wed, 15 Nov 2023 14:28:53 GMT
// ----------------------------------------------------------------------------
// <auto-generated>
// This is autogenerated code by CppSharp.
Expand Down Expand Up @@ -6259,6 +6259,7 @@ public FPDF_FORMFILLINFO()
__Instance = Marshal.AllocHGlobal(sizeof(global::PDFiumCore.FPDF_FORMFILLINFO.__Internal));
__ownsNativeInstance = true;
NativeToManagedMap[__Instance] = this;
global::System.Runtime.CompilerServices.Unsafe.InitBlock((void*)__Instance, 0, (uint)sizeof(global::PDFiumCore.FPDF_FORMFILLINFO.__Internal));
}

public FPDF_FORMFILLINFO(global::PDFiumCore.FPDF_FORMFILLINFO _0)
Expand Down

0 comments on commit bf88d77

Please sign in to comment.