Skip to content

Commit d7c41d1

Browse files
authored
Release 25.9 (#128)
* Update versions * Switch all submodules to default
1 parent dfc5e5d commit d7c41d1

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

codegen/Templates/nodejs/package.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
},
158158
"devDependencies": {
159159
"@types/jest": "^30.0.0",
160-
"@types/uuid": "^10.0.0",
160+
"@types/uuid": "^11.0.0",
161161
"@typescript-eslint/eslint-plugin": "^8.40.0",
162162
"@typescript-eslint/parser": "^8.40.0",
163163
"eslint": "^9.33.0",
@@ -168,7 +168,7 @@
168168
"ts-jest": "^29.4.1",
169169
"tslib": "^2.8.1",
170170
"tsup": "^8.5.0",
171-
"uuid": "^11.1.0"
171+
"uuid": "^13.0.0"
172172
},
173173
"bugs": {
174174
"url": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-node/issues"

codegen/config-android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"androidSdkVersion": "33",
55
"apiPackage": "com.aspose.barcode.cloud.demo_app",
66
"artifactId": "Android Application for Barcode Processing in the Cloud via REST API",
7-
"artifactVersion": "25.8.0",
7+
"artifactVersion": "25.9.0",
88
"groupId": "com.aspose",
99
"invokerPackage": "com.aspose.barcode.cloud.demo_app",
1010
"modelPackage": "com.aspose.barcode.cloud.demo_app.model"

codegen/config-dart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"browserClient": false,
44
"pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily",
55
"pubName": "aspose_barcode_cloud",
6-
"pubVersion": "4.25.8",
6+
"pubVersion": "4.25.9",
77
"useEnumExtension": true
88
}

codegen/config-go.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packageName": "barcode",
3-
"packageVersion": "4.2508.0"
3+
"packageVersion": "4.2509.0"
44
}

codegen/config-java.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"artifactDescription": "Aspose.BarCode Cloud SDK for Java",
44
"artifactId": "aspose-barcode-cloud",
55
"artifactUrl": "https://www.aspose.cloud",
6-
"artifactVersion": "25.8.0",
6+
"artifactVersion": "25.9.0",
77
"developerEmail": "denis.averin@aspose.com",
88
"developerName": "Denis Averin",
99
"developerOrganization": "Aspose",

codegen/config-php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"artifactVersion": "25.8.0",
2+
"artifactVersion": "25.9.0",
33
"invokerPackage": "Aspose\\BarCode"
44
}

codegen/config-python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "aspose_barcode_cloud",
33
"packageUrl": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python",
4-
"packageVersion": "25.8.0",
4+
"packageVersion": "25.9.0",
55
"projectName": "aspose-barcode-cloud"
66
}

codegen/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"artifactVersion": "23.7.0",
33
"npmName": "aspose-barcode-cloud-node",
4-
"npmVersion": "25.8.0",
4+
"npmVersion": "25.9.0",
55
"packageName": "Aspose.BarCode.Cloud.Sdk",
6-
"packageVersion": "25.8.0",
6+
"packageVersion": "25.9.0",
77
"supportsES6": true,
88
"targetFramework": "netstandard2.0"
99
}

submodules/android

0 commit comments

Comments
 (0)