From 95f776fffc0fac0933c1d7af31f297fe14f41bd7 Mon Sep 17 00:00:00 2001 From: Kees Date: Fri, 31 May 2024 09:34:36 +0200 Subject: [PATCH] Update package info --- ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj b/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj index 947fd57..744b20c 100644 --- a/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj +++ b/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj @@ -2,13 +2,11 @@ netstandard2.0;netstandard2.1 - 4.2.5 + 4.2.6 MIT ChromiumHtmlToPdf is a 100% managed C# library that can be used to convert HTML to PDF or PNG format with the use of Google Chrome or Microsoft Edge (C)2017-2024 Kees van Spelde - - Add timeout when waiting for a response from Chromium (prevent hanging when an answer never comes) -- Add method to the Convert class (GetChromiumLocation) to get the location of the Cromium based browser -- Removed parameter that ignored invalid paga ranges (this does not exists anymore) + - Added option EnableChromiumLogging to enable Chromium debug logging https://github.com/Sicos1977/ChromiumHtmlToPdf https://github.com/Sicos1977/ChromiumHtmlToPdf git @@ -21,8 +19,8 @@ Magic-Sessions False ChromiumHtmlToPdf.snk - 4.2.5.0 - 4.2.5.0 + 4.2.6.0 + 4.2.6.0 true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml README.md