Skip to content

Commit dffbbdd

Browse files
update to 21.11
1 parent 854fe2f commit dffbbdd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ 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 21.11
13+
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
14+
1215
## Installation
1316
```
1417
go get -u github.com/aspose-pdf-cloud/aspose-pdf-cloud-go
1518
```
19+
1620
## Getting Started
1721
Please follow the [installation](#installation) instruction and execute the following Go code:
1822

@@ -30,6 +34,7 @@ Please follow the [installation](#installation) instruction and execute the foll
3034
3135
return pdfAPI.GetDocumentCircleAnnotations(name, args)
3236
```
37+
3338
## Unit Tests
3439
Aspose PDF Cloud SDK includes a suite of unit tests within the "test" subdirectory. These Unit Tests also serves as examples of how to use the Aspose PDF Cloud SDK.
3540

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"] = "21.10.0"
179+
headerParams["x-aspose-client-version"] = "21.11.0"
180180

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

0 commit comments

Comments
 (0)