Skip to content

Commit def14d8

Browse files
committed
Merge tag '2.8.2' into develop
2 parents c86e392 + 70d15b1 commit def14d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Gotenberg.Sharp.Api.Client/Gotenberg.Sharp.Api.Client.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup Label="PackageInfo">
17-
<Version>2.8.1</Version>
17+
<Version>2.8.2</Version>
1818
<PackageTags>Gotenberg pdf C# API client unoconv</PackageTags>
1919
<Description>
2020
C# API client for interacting with the Gotenberg v7 &amp; v8 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.
2121
</Description>
2222
<IncludeSymbols>True</IncludeSymbols>
2323
<PackageReleaseNotes>
24+
v2.8.2 - Added optional Action&lt;GotenbergSharpClientOptions&gt; parameter to AddGotenbergSharpClient for programmatic configuration. Options now optional in DI.
2425
v2.8.1 - Added strongly-typed cookie support. Added basic authentication support. Added SinglePage page property. Fixed margins bug. Project restructure (moved /lib to /src).
2526
v2.8 - Improving handling of PDF formatting and added flatten support.
2627
v2.7 - Fixes issue with "Inches".

0 commit comments

Comments
 (0)