Skip to content

Commit

Permalink
- Fixes an object reference error with the encoding detector (.txt fi…
Browse files Browse the repository at this point in the history
…les)
  • Loading branch information
Kees committed Sep 1, 2024
1 parent ca53433 commit 3a49727
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>4.2.8</Version>
<Version>4.2.9</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>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</Description>
<Copyright>(C)2017-2024 Kees van Spelde</Copyright>
<PackageReleaseNotes>- Fixed issue with headless = old or new
- Fixed type in logging
- Updated nuget packages</PackageReleaseNotes>
<PackageReleaseNotes>- Fixes an object reference error with the encoding detector (.txt files)</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Sicos1977/ChromiumHtmlToPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/ChromiumHtmlToPdf</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -21,8 +19,8 @@
<Company>Magic-Sessions</Company>
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>ChromiumHtmlToPdf.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>4.2.8.0</AssemblyVersion>
<FileVersion>4.2.8.0</FileVersion>
<AssemblyVersion>4.2.9.0</AssemblyVersion>
<FileVersion>4.2.9.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 3a49727

Please sign in to comment.