From 1fc6e2943ae39c1ec353f059240eef77e83d71a6 Mon Sep 17 00:00:00 2001 From: Kees van Spelde Date: Tue, 22 Oct 2024 09:58:37 +0200 Subject: [PATCH] Update package info --- ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj b/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj index 7aba6dc..422a6f4 100644 --- a/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj +++ b/ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj @@ -2,11 +2,12 @@ netstandard2.0;netstandard2.1 - 4.2.9 + 4.2.10 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 - - Fixes an object reference error with the encoding detector (.txt files) + - Merged pull request from MaceWindu that has async code fixes +- Updated nuget packages https://github.com/Sicos1977/ChromiumHtmlToPdf https://github.com/Sicos1977/ChromiumHtmlToPdf git @@ -19,8 +20,8 @@ Magic-Sessions False ChromiumHtmlToPdf.snk - 4.2.9.0 - 4.2.9.0 + 4.2.10.0 + 4.2.10.0 true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml README.md