We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fdd56 commit c0df8f8Copy full SHA for c0df8f8
.github/workflows/dart.yml
@@ -21,7 +21,8 @@ jobs:
21
run: |
22
dart test
23
chmod +x scripts/*
24
- ./scripts/run_snippets.sh
+ ./scripts/run_snippets.sh
25
+ git clean -df
26
env:
27
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}
28
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## 4.25.1
4
+
5
+* [Aspose.BarCode.Cloud API](https://api.aspose.cloud/v4.0/barcode/swagger/spec) version changed to v4.0.
6
7
+* Breaking changes of all methods and models.
8
9
+* For Aspose.BarCode.Cloud v3.0 API use package 1.24.x version.
10
11
## 1.24.12
12
13
* December 2024 Release
0 commit comments