Skip to content

Commit 62d30c7

Browse files
committed
PDFium version v126.0.6462.0
1 parent 4a74417 commit 62d30c7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

download_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dotnet build src/PDFiumCoreBindingsGenerator/PDFiumCoreBindingsGenerator.csproj -c Release
2-
dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll 153551063 false
2+
dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll 154350844 false

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<Version>126.0.6447.0</Version>
4+
<Version>126.0.6462.0</Version>
55
</PropertyGroup>
66
</Project>

src/PDFiumCore/PDFiumCore.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/6447
2-
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/153551063
3-
// PDFium version v126.0.6447.0 chromium/6447 [master]
4-
// Built on: Tue, 30 Apr 2024 21:51:43 GMT
1+
// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/6462
2+
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/154350844
3+
// PDFium version v126.0.6462.0 chromium/6462 [master]
4+
// Built on: Mon, 06 May 2024 15:58:16 GMT
55
// ----------------------------------------------------------------------------
66
// <auto-generated>
77
// This is autogenerated code by CppSharp.

0 commit comments

Comments
 (0)