Skip to content

Commit

Permalink
PDFium version v101.0.4929.0 chromium/4929
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Mar 7, 2022
1 parent 14b748e commit 59dda4a
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/net5.0/PDFiumCoreBindingsGenerator.dll 60579847 false
dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net5.0/PDFiumCoreBindingsGenerator.dll 61110396 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>101.0.4915.0</Version>
<Version>101.0.4929.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/4915
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/60579847
// PDFium version v101.0.4915.0 chromium/4915 [master]
// Built on: Mon, 28 Feb 2022 19:59:32 GMT
// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/4929
// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/61110396
// PDFium version v101.0.4929.0 chromium/4929 [master]
// Built on: Mon, 07 Mar 2022 22:49:10 GMT
// ----------------------------------------------------------------------------
// <auto-generated>
// This is autogenerated code by CppSharp.
Expand Down

0 comments on commit 59dda4a

Please sign in to comment.