Skip to content

Commit efd4b50

Browse files
authored
Release 25.2 (#47)
* Version updated.
1 parent fea2391 commit efd4b50

File tree

12 files changed

+498
-494
lines changed

12 files changed

+498
-494
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dart test
2323
chmod +x scripts/*
2424
./scripts/run_snippets.sh
25-
git clean -df
25+
git checkout scripts qr.png
2626
env:
2727
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}
2828

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 4.25.2
4+
5+
* February 2025 Release
6+
37
## 4.25.1
48

59
* [Aspose.BarCode.Cloud API](https://api.aspose.cloud/v4.0/barcode/swagger/spec) version changed to v4.0.

Code128.jpeg

-871 Bytes
Loading

Code128.png

-871 Bytes
Loading

Code39.jpeg

-430 Bytes
Loading

Code39.png

-199 Bytes
Loading

Pdf417.svg

Lines changed: 488 additions & 488 deletions
Loading

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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: 4.0
6-
- SDK version: 4.25.1
6+
- SDK version: 4.25.2
77

88
## SDK and API Version Compatibility:
99

@@ -39,7 +39,7 @@ Add this dependency to your *pubspec.yaml*:
3939

4040
```yaml
4141
dependencies:
42-
aspose_barcode_cloud: 4.25.1
42+
aspose_barcode_cloud: 4.25.2
4343
```
4444
4545
## Sample usage

aztec.png

0 Bytes
Loading

doc/api/GenerateApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
2727
**data** | **String**| String represents data to encode |
2828
**dataType** | [**EncodeDataType**](.md)| Type of data to encode. Default value: StringData. | [optional]
2929
**imageFormat** | [**BarcodeImageFormat**](.md)| Barcode output image format. Default value: png | [optional]
30-
**textLocation** | [**CodeLocation**](.md)| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below. | [optional]
30+
**textLocation** | [**CodeLocation**](.md)| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes. | [optional]
3131
**foregroundColor** | **String**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to 'Black']
3232
**backgroundColor** | **String**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to 'White']
3333
**units** | [**GraphicsUnit**](.md)| Common Units for all measuring in query. Default units: pixel. | [optional]

0 commit comments

Comments
 (0)