From 3a497275cd631047c1795d907945b20e33596728 Mon Sep 17 00:00:00 2001 From: Kees Date: Sun, 1 Sep 2024 15:05:44 +0200 Subject: [PATCH] - Fixes an object reference error with the encoding detector (.txt files) --- ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj b/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj index 2a0659f..b64a86d 100644 --- a/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj +++ b/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj @@ -2,13 +2,11 @@ netstandard2.0;netstandard2.1 - 4.2.8 + 4.2.9 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 - - Fixed issue with headless = old or new -- Fixed type in logging -- Updated nuget packages + - Fixes an object reference error with the encoding detector (.txt files) https://github.com/Sicos1977/ChromiumHtmlToPdf https://github.com/Sicos1977/ChromiumHtmlToPdf git @@ -21,8 +19,8 @@ Magic-Sessions False ChromiumHtmlToPdf.snk - 4.2.8.0 - 4.2.8.0 + 4.2.9.0 + 4.2.9.0 true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml README.md