From e287eae511531b48dd467d7e68a709522165a477 Mon Sep 17 00:00:00 2001 From: Kees Date: Tue, 19 Jul 2022 10:49:01 +0200 Subject: [PATCH] Update package info --- ChromeHtmlToPdfLib/ChromeHtmlToPdfLib.csproj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ChromeHtmlToPdfLib/ChromeHtmlToPdfLib.csproj b/ChromeHtmlToPdfLib/ChromeHtmlToPdfLib.csproj index 83022dc..35a6a3f 100644 --- a/ChromeHtmlToPdfLib/ChromeHtmlToPdfLib.csproj +++ b/ChromeHtmlToPdfLib/ChromeHtmlToPdfLib.csproj @@ -2,11 +2,12 @@ netcoreapp3.1;netstandard2.0 - 2.5.34 + 2.6.0 MIT ChromeHtmlToPdf is a 100% managed C# .NETStandard 2.0 library that can be used to convert HTML to PDF or PNG format with the use of Google Chrome (C)2017-2022 Kees van Spelde - - Added support for .url files + - Using IO.Read (chunked) to read converted PDF to avoid websocket problems when the PDF is very big +- Updates nuget packages https://github.com/Sicos1977/ChromeHtmlToPdf https://github.com/Sicos1977/ChromeHtmlToPdf GitHub @@ -19,8 +20,8 @@ Magic-Sessions true ChromeHtmlToPdf.snk - 2.5.34.0 - 2.5.34.0 + 2.6.0.0 + 2.6.0.0 true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml README.md