You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Gotenberg.Sharp.Api.Client.csproj
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,14 @@
14
14
</PropertyGroup>
15
15
16
16
<PropertyGroupLabel="PackageInfo">
17
-
<PackageVersion>2.6</PackageVersion>
17
+
<PackageVersion>2.7</PackageVersion>
18
18
<PackageTags>Gotenberg pdf C# ApiClient unoconv</PackageTags>
19
19
<Description>
20
20
C# API client for interacting with the Gotenberg v7 & v8 micro-service's API, a docker-powered stateless API for converting & merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions.
21
21
</Description>
22
22
<IncludeSymbols>True</IncludeSymbols>
23
23
<PackageReleaseNotes>
24
+
v2.7 - Fixes issue with "Inches".
24
25
v2.6 - Updated office Extensions. Added document metadata support. Add Dimension.FromUnit() support for dimensional values.
25
26
v2.5 - Renamed "Dimentions" to "PageProperties". Added support for 'GenerateDocumentOutline' and 'OmitBackground.'
26
27
v2.4 - Updated dependencies. Removed Annotations. Add support for PDF/UA form field. Thank you for the PR @lennartb-!
0 commit comments