Skip to content

Commit d070806

Browse files
authored
Release 23.10 (#84)
* Update SDKs version
1 parent eb448c1 commit d070806

16 files changed

+19
-16
lines changed

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": "23.9.0",
7+
"artifactVersion": "23.10.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
@@ -2,6 +2,6 @@
22
"browserClient": false,
33
"pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily",
44
"pubName": "aspose_barcode_cloud",
5-
"pubVersion": "0.23.9",
5+
"pubVersion": "0.23.10",
66
"useEnumExtension": true
77
}

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": "0.2309.0"
3+
"packageVersion": "0.2310.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": "23.9.0",
6+
"artifactVersion": "23.10.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": "23.9.0",
2+
"artifactVersion": "23.10.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": "23.9.0",
4+
"packageVersion": "23.10.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,8 +1,8 @@
11
{
22
"artifactVersion": "23.7.0",
33
"npmName": "aspose-barcode-cloud-node",
4-
"npmVersion": "23.9.0",
4+
"npmVersion": "23.10.0",
55
"packageName": "Aspose.BarCode.Cloud.Sdk",
6-
"packageVersion": "23.9.0",
6+
"packageVersion": "23.10.0",
77
"supportsES6": true
88
}

scripts/start-release.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ pushd "${SCRIPT_DIR}/.."
2020
echo "Update Swagger specification..."
2121
./scripts/update_swagger_spec.bash
2222

23+
echo "Switch to main all submodules for start new branch in the right place..."
24+
./scripts/switch_all_submodules_to_main.bash
25+
2326
echo "Switching to ${branch_name}"
2427
git switch --create "${branch_name}" || git switch "${branch_name}"
2528

submodules/android

0 commit comments

Comments
 (0)