Skip to content

Commit 5a409f0

Browse files
committed
Merge tag '2.8.3' into develop
Release 2.8.3 2.8.3
2 parents 6403e71 + 525025d commit 5a409f0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## v2.8.2
3+
## v2.8.3
44
- **Configuration Improvements:**
55
- Added optional `Action<GotenbergSharpClientOptions>` parameter to `AddGotenbergSharpClient()` extension methods
66
- Allows programmatic configuration of options directly when registering the client
@@ -19,6 +19,11 @@
1919
- Added proper resource disposal with CancellationToken.None to all CopyToAsync calls
2020
- Added validation and null-forgiving operators to BasicAuth handler registration
2121
- Fixed GitHub Actions build by adding example project build configurations
22+
- **Build & Packaging Fixes:**
23+
- Fixed NuGet packaging to only publish the client library (not example projects)
24+
- Replaced deprecated `PackageLicenseUrl` with `PackageLicenseExpression`
25+
- Fixed GitHub Actions to only pack and push the Gotenberg.Sharp.Api.Client package
26+
- Removed redundant symbol package push (handled automatically with main package)
2227

2328
## v2.8.1
2429
- Added strongly-typed cookie support for Gotenberg API

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

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

1616
<PropertyGroup Label="PackageInfo">
17-
<Version>2.8.2</Version>
17+
<Version>2.8.3</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.
24+
v2.8.3 - Added programmatic configuration support. Comprehensive documentation improvements. Fixed NuGet packaging issues. See CHANGES.MD for full details.
2525
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).
2626
v2.8 - Improving handling of PDF formatting and added flatten support.
2727
v2.7 - Fixes issue with "Inches".

0 commit comments

Comments
 (0)