Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Apr 5, 2022
1 parent 3ec7c7c commit a2bae5d
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,11 +2,11 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<Version>2.5.30</Version>
<Version>2.5.31</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 some more logging</PackageReleaseNotes>
<PackageReleaseNotes>- Updated logging again</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Sicos1977/ChromeHtmlToPdf</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/ChromeHtmlToPdf</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
Expand All @@ -19,8 +19,8 @@
<Company>Magic-Sessions</Company>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>ChromeHtmlToPdf.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>2.5.30.0</AssemblyVersion>
<FileVersion>2.5.30.0</FileVersion>
<AssemblyVersion>2.5.31.0</AssemblyVersion>
<FileVersion>2.5.31.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a2bae5d

Please sign in to comment.