Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Nov 10, 2021
1 parent 2aa25c0 commit 4e3f7c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChromeHtmlToPdfLib/ChromeHtmlToPdfLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<Version>2.5.17</Version>
<Version>2.5.18</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-2021 Kees van Spelde</Copyright>
<PackageReleaseNotes>- Added some extra logging
- Added support to use an HTML string instead of a file or url</PackageReleaseNotes>
- Read DPI settings from Graphics device</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Sicos1977/ChromeHtmlToPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/ChromeHtmlToPdf</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
Expand All @@ -20,8 +20,8 @@
<Company>Magic-Sessions</Company>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ChromeHtmlToPdf.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.5.17.0</AssemblyVersion>
<FileVersion>2.5.17.0</FileVersion>
<AssemblyVersion>2.5.18.0</AssemblyVersion>
<FileVersion>2.5.18.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4e3f7c7

Please sign in to comment.