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 19, 2022
1 parent a4614ff commit e287eae
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,11 +2,12 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<Version>2.5.34</Version>
<Version>2.6.0</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>- Added support for .url files</PackageReleaseNotes>
<PackageReleaseNotes>- Using IO.Read (chunked) to read converted PDF to avoid websocket problems when the PDF is very big
- Updates nuget packages</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Sicos1977/ChromeHtmlToPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/ChromeHtmlToPdf</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
Expand All @@ -19,8 +20,8 @@
<Company>Magic-Sessions</Company>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ChromeHtmlToPdf.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.5.34.0</AssemblyVersion>
<FileVersion>2.5.34.0</FileVersion>
<AssemblyVersion>2.6.0.0</AssemblyVersion>
<FileVersion>2.6.0.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit e287eae

Please sign in to comment.