File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Add this dependency to your *pubspec.yaml*:
2727
2828``` yaml
2929dependencies :
30- aspose_words_cloud : 22.4 .0
30+ aspose_words_cloud : 1.0 .0
3131` ` `
3232
3333## Getting Started
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ class ApiClient {
505505
506506 var httpRequest = http.Request (requestData.method, Uri .parse (requestData.url));
507507 httpRequest.headers['x-aspose-client' ] = 'dart sdk' ;
508- httpRequest.headers['x-aspose-client-version' ] = '22.4 ' ;
508+ httpRequest.headers['x-aspose-client-version' ] = '1.0 ' ;
509509 httpRequest.headers['Authorization' ] = await _getAuthToken ();
510510 if (requestData.headers != null ) {
511511 httpRequest.headers.addAll (requestData.headers);
Original file line number Diff line number Diff line change 11name : aspose_words_cloud
22description : This package allows you to work with Aspose.Words Cloud REST APIs in your Dart applications quickly and easily, with zero initial cost.
3- version : 22.4 .0
3+ version : 1.0 .0
44homepage : https://github.com/aspose-words-cloud/aspose-words-cloud-dart
55
66environment :
You can’t perform that action at this time.
0 commit comments