Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Jul 20, 2022
1 parent c6b0c38 commit 9e39898
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ChromeHtmlToPdfLib/ChromeHtmlToPdfLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<Version>2.6.3</Version>
<Version>2.6.4</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>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</Description>
<Copyright>(C)2017-2022 Kees van Spelde</Copyright>
<PackageReleaseNotes>- Using IO.Read (chunked) to read converted PDF to avoid websocket problems when the PDF is very big
- Updates nuget packages</PackageReleaseNotes>
- Updates nuget packages
- Adding code that detects if this library is running on Linux and then set the '--no-sandbox' parameter by default</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Sicos1977/ChromeHtmlToPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/ChromeHtmlToPdf</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -20,8 +21,8 @@
<Company>Magic-Sessions</Company>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ChromeHtmlToPdf.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.6.3.0</AssemblyVersion>
<FileVersion>2.6.3.0</FileVersion>
<AssemblyVersion>2.6.4.0</AssemblyVersion>
<FileVersion>2.6.4.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 9e39898

Please sign in to comment.