Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Oct 22, 2024
1 parent e9d409b commit 1fc6e29
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ChromiumHtmlToPdfLib/ChromiumHtmlToPdfLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>4.2.9</Version>
<Version>4.2.10</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>- Fixes an object reference error with the encoding detector (.txt files)</PackageReleaseNotes>
<PackageReleaseNotes>- Merged pull request from MaceWindu that has async code fixes
- Updated nuget packages</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Sicos1977/ChromiumHtmlToPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/ChromiumHtmlToPdf</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -19,8 +20,8 @@
<Company>Magic-Sessions</Company>
<SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>ChromiumHtmlToPdf.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>4.2.9.0</AssemblyVersion>
<FileVersion>4.2.9.0</FileVersion>
<AssemblyVersion>4.2.10.0</AssemblyVersion>
<FileVersion>4.2.10.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 1fc6e29

Please sign in to comment.