File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.24.12
4+
5+ * December 2024 Release
6+
7+ * The last major and minor version for [ Aspose.BarCode.Cloud v3.0 API] ( https://api.aspose.cloud/v3.0/barcode/swagger/spec )
8+
39## 1.24.11
410
511* November 2024 Release
Original file line number Diff line number Diff line change 33[ ![ Dart test] ( https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart/actions/workflows/dart.yml/badge.svg?branch=main )] ( https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart/actions/workflows/dart.yml )
44
55- API version: 3.0
6- - SDK version: 1.24.11
6+ - SDK version: 1.24.12
77
88This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily
99
@@ -34,7 +34,7 @@ Add this dependency to your *pubspec.yaml*:
3434
3535``` yaml
3636dependencies :
37- aspose_barcode_cloud : 1.24.11
37+ aspose_barcode_cloud : 1.24.12
3838` ` `
3939
4040## Sample usage
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import 'api_helper.dart';
1010import 'auth/authentication.dart' ;
1111
1212/// Current SDK Version
13- const SDK_VERSION = "1.24.11 " ;
13+ const SDK_VERSION = "1.24.12 " ;
1414
1515/// ApiClient is responsible for making HTTP requests to the API.
1616class ApiClient {
Original file line number Diff line number Diff line change 11name : aspose_barcode_cloud
22description : This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily
3- version : 1.24.11
3+ version : 1.24.12
44homepage : https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart
55
66platforms :
You can’t perform that action at this time.
0 commit comments