Skip to content

Commit 9c9e095

Browse files
authored
Merge pull request #45 from aspose-pdf-cloud/develop
update to 23.5.0
2 parents f174e52 + 8f8fea6 commit 9c9e095

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ These SDKs are now fully supported. If you have any questions, see any bugs or h
99

1010
Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser.
1111

12-
## Enhancements in Version 23.4
13-
- Merge Selected Pages of PDF Documents.
12+
## Enhancements in Version 23.5
1413
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
1514

1615
## Installation

api_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (c *APIClient) prepareRequest (
176176

177177
// set custom header
178178
headerParams["x-aspose-client"] = "go sdk"
179-
headerParams["x-aspose-client-version"] = "23.4.0"
179+
headerParams["x-aspose-client-version"] = "23.5.0"
180180

181181
// Detect postBody type and post.
182182
if postBody != nil {

0 commit comments

Comments
 (0)