Skip to content

Commit

Permalink
Update package info again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Aug 29, 2024
1 parent aba958a commit 9e0bd73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>4.2.7</Version>
<Version>4.2.8</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>
Expand All @@ -21,8 +21,8 @@
<Company>Magic-Sessions</Company>
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>ChromiumHtmlToPdf.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>4.2.7.0</AssemblyVersion>
<FileVersion>4.2.7.0</FileVersion>
<AssemblyVersion>4.2.8.0</AssemblyVersion>
<FileVersion>4.2.8.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 9e0bd73

Please sign in to comment.