Skip to content

Commit

Permalink
PDFium version v121.0.6164.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Dec 11, 2023
1 parent ef9e358 commit 2e338f9
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 131502070 false
dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll 132471191 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.6150.0</Version>
<Version>121.0.6164.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/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
// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/6164
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/132471191
// PDFium version v121.0.6164.0 chromium/6164 [master]
// Built on: Mon, 11 Dec 2023 22:09:01 GMT
// ----------------------------------------------------------------------------
// <auto-generated>
// This is autogenerated code by CppSharp.
Expand Down

0 comments on commit 2e338f9

Please sign in to comment.