Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed May 31, 2024
1 parent fee147c commit 95f776f
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.5</Version>
<Version>4.2.6</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>- 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)</PackageReleaseNotes>
<PackageReleaseNotes>- Added option EnableChromiumLogging to enable Chromium debug logging</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.5.0</AssemblyVersion>
<FileVersion>4.2.5.0</FileVersion>
<AssemblyVersion>4.2.6.0</AssemblyVersion>
<FileVersion>4.2.6.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 95f776f

Please sign in to comment.