Skip to content

Commit c05c469

Browse files
committed
Merge branch 'release/2.2.1'
2 parents dd9eff2 + ceb5cef commit c05c469

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- name: Setup Dotnet
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 6.0.100
18+
dotnet-version: 7.0.405
1919

2020
- name: Install GitVersion
2121
uses: gittools/actions/gitversion/setup@v0.9.7
2222
with:
23-
versionSpec: '5.x'
23+
versionSpec: '5.x'
2424

2525
- name: GitVersion
2626
id: gitversion

lib/Gotenberg.Sharp.Api.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<PropertyGroup Label="PackageInfo">
16-
<PackageVersion>2.2.0</PackageVersion>
16+
<PackageVersion>2.2.1</PackageVersion>
1717
<PackageTags>Gotenberg pdf C# ApiClient unoconv</PackageTags>
1818
<Description>
1919
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.

0 commit comments

Comments
 (0)