Skip to content

Commit 6aa615b

Browse files
committed
Forgot to do some nuget upgrading.
1 parent 5463769 commit 6aa615b

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

lib/Gotenberg.Sharp.Api.Client.csproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@
1414
<PropertyGroup Label="PackageInfo">
1515
<PackageVersion>$(VersionSuffix)</PackageVersion>
1616
<Version>$(VersionSuffix)</Version>
17-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
18-
<FileVersion>1.0.0.0</FileVersion>
17+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
18+
<FileVersion>2.0.0.0</FileVersion>
1919
<IncludeSymbols>True</IncludeSymbols>
20-
<Authors>CaptiveAire Systems</Authors>
21-
<Company>CaptiveAire Systems</Company>
2220
<PackageTags>Gotenberg pdf C# ApiClient unoconv</PackageTags>
23-
<Description>A C# API client for interacting with the Gotenberg micro-service's API, a docker-powered stateless API for converting &amp; merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions.</Description>
21+
<Description>
22+
C# API client for interacting with the Gotenberg v7 micro-service's API, a docker-powered stateless API for converting &amp; merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions.
23+
</Description>
2424
<IncludeSymbols>True</IncludeSymbols>
25+
<PackageReleaseNotes>
26+
Upgraded to support Gotenberg v7.
27+
</PackageReleaseNotes>
2528
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
2629
<PackageProjectUrl>https://github.com/ChangemakerStudios/GotenbergSharpApiClient</PackageProjectUrl>
2730
<PackageIconUrl>https://raw.githubusercontent.com/ChangemakerStudios/GotenbergSharpApiClient/master/lib/Resources/gotenbergSharpClient.PNG</PackageIconUrl>

0 commit comments

Comments
 (0)