Skip to content

Commit

Permalink
PDFium version v121.0.6150.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Nov 30, 2023
1 parent bf88d77 commit ef9e358
Show file tree
Hide file tree
Showing 3 changed files with 8 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 129098135 false
dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll 131502070 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.6124.0</Version>
<Version>121.0.6150.0</Version>
</PropertyGroup>
</Project>
10 changes: 6 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/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
// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/6150
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/131502070
// PDFium version v121.0.6150.0 chromium/6150 [master]
// Built on: Thu, 30 Nov 2023 14:46:26 GMT
// ----------------------------------------------------------------------------
// <auto-generated>
// This is autogenerated code by CppSharp.
Expand Down Expand Up @@ -8530,6 8530,8 @@ public partial struct __Internal
/// <para>level item.</para>
/// <para>Returns a handle to the first child of |bookmark| or the first top-level</para>
/// <para>bookmark item. NULL if no child or top-level bookmark found.</para>
/// <para>Note that another name for the bookmarks is the document outline, as</para>
/// <para>described in ISO 32000-1:2008, section 12.3.3.</para>
/// </summary>
public static global::PDFiumCore.FpdfBookmarkT FPDFBookmarkGetFirstChild(global::PDFiumCore.FpdfDocumentT document, global::PDFiumCore.FpdfBookmarkT bookmark)
{
Expand Down

0 comments on commit ef9e358

Please sign in to comment.