Skip to content

Commit 3338105

Browse files
committed
Bump version to 2.8.4
- Updated version to 2.8.4 in project file - Updated CHANGES.md with 2.8.4 release notes - Fixed hybrid configuration for basic authentication credentials
1 parent a3a05ef commit 3338105

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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.3</Version>
17+
<Version>2.8.4</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.4 - Fixed hybrid configuration for basic authentication credentials. See CHANGES.MD for full details.
2425
v2.8.3 - Added programmatic configuration support. Comprehensive documentation improvements. Fixed NuGet packaging issues. See CHANGES.MD for full details.
2526
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).
2627
v2.8 - Improving handling of PDF formatting and added flatten support.

0 commit comments

Comments
 (0)