From d070806e4a7c5955df4dc7d6acd63ba3f0ac3866 Mon Sep 17 00:00:00 2001 From: ivankamkin <109517020+ivankamkin@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:50:01 +0500 Subject: [PATCH] Release 23.10 (#84) * Update SDKs version --- codegen/config-android.json | 2 +- codegen/config-dart.json | 2 +- codegen/config-go.json | 2 +- codegen/config-java.json | 2 +- codegen/config-php.json | 2 +- codegen/config-python.json | 2 +- codegen/config.json | 4 ++-- scripts/start-release.bash | 3 +++ submodules/android | 2 +- submodules/dart | 2 +- submodules/dotnet | 2 +- submodules/go | 2 +- submodules/java | 2 +- submodules/node | 2 +- submodules/php | 2 +- submodules/python | 2 +- 16 files changed, 19 insertions(+), 16 deletions(-) diff --git a/codegen/config-android.json b/codegen/config-android.json index f91dc17..2635d51 100644 --- a/codegen/config-android.json +++ b/codegen/config-android.json @@ -4,7 +4,7 @@ "androidSdkVersion": "33", "apiPackage": "com.aspose.barcode.cloud.demo_app", "artifactId": "Android Application for Barcode Processing in the Cloud via REST API", - "artifactVersion": "23.9.0", + "artifactVersion": "23.10.0", "groupId": "com.aspose", "invokerPackage": "com.aspose.barcode.cloud.demo_app", "modelPackage": "com.aspose.barcode.cloud.demo_app.model" diff --git a/codegen/config-dart.json b/codegen/config-dart.json index e8df6ec..7a514b4 100644 --- a/codegen/config-dart.json +++ b/codegen/config-dart.json @@ -2,6 +2,6 @@ "browserClient": false, "pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily", "pubName": "aspose_barcode_cloud", - "pubVersion": "0.23.9", + "pubVersion": "0.23.10", "useEnumExtension": true } \ No newline at end of file diff --git a/codegen/config-go.json b/codegen/config-go.json index 85cb416..234a323 100644 --- a/codegen/config-go.json +++ b/codegen/config-go.json @@ -1,4 +1,4 @@ { "packageName": "barcode", - "packageVersion": "0.2309.0" + "packageVersion": "0.2310.0" } \ No newline at end of file diff --git a/codegen/config-java.json b/codegen/config-java.json index 2600ab8..501457b 100644 --- a/codegen/config-java.json +++ b/codegen/config-java.json @@ -3,7 +3,7 @@ "artifactDescription": "Aspose.BarCode Cloud SDK for Java", "artifactId": "aspose-barcode-cloud", "artifactUrl": "https://www.aspose.cloud", - "artifactVersion": "23.9.0", + "artifactVersion": "23.10.0", "developerEmail": "denis.averin@aspose.com", "developerName": "Denis Averin", "developerOrganization": "Aspose", diff --git a/codegen/config-php.json b/codegen/config-php.json index c2b9813..6275bcc 100644 --- a/codegen/config-php.json +++ b/codegen/config-php.json @@ -1,4 +1,4 @@ { - "artifactVersion": "23.9.0", + "artifactVersion": "23.10.0", "invokerPackage": "Aspose\\BarCode" } \ No newline at end of file diff --git a/codegen/config-python.json b/codegen/config-python.json index d5d7e7f..af3d1e7 100644 --- a/codegen/config-python.json +++ b/codegen/config-python.json @@ -1,6 +1,6 @@ { "packageName": "aspose_barcode_cloud", "packageUrl": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python", - "packageVersion": "23.9.0", + "packageVersion": "23.10.0", "projectName": "aspose-barcode-cloud" } \ No newline at end of file diff --git a/codegen/config.json b/codegen/config.json index b0b8970..05428c7 100644 --- a/codegen/config.json +++ b/codegen/config.json @@ -1,8 +1,8 @@ { "artifactVersion": "23.7.0", "npmName": "aspose-barcode-cloud-node", - "npmVersion": "23.9.0", + "npmVersion": "23.10.0", "packageName": "Aspose.BarCode.Cloud.Sdk", - "packageVersion": "23.9.0", + "packageVersion": "23.10.0", "supportsES6": true } \ No newline at end of file diff --git a/scripts/start-release.bash b/scripts/start-release.bash index fae4a0e..02dad62 100755 --- a/scripts/start-release.bash +++ b/scripts/start-release.bash @@ -20,6 +20,9 @@ pushd "${SCRIPT_DIR}/.." echo "Update Swagger specification..." ./scripts/update_swagger_spec.bash +echo "Switch to main all submodules for start new branch in the right place..." +./scripts/switch_all_submodules_to_main.bash + echo "Switching to ${branch_name}" git switch --create "${branch_name}" || git switch "${branch_name}" diff --git a/submodules/android b/submodules/android index 4fcf036..a93fe60 160000 --- a/submodules/android +++ b/submodules/android @@ -1 +1 @@ -Subproject commit 4fcf03617c9ecfa401bde4dfc94a741aec872bcb +Subproject commit a93fe6057c20ad16c0391a91b67017661f6ddebb diff --git a/submodules/dart b/submodules/dart index 147b0f5..38d761d 160000 --- a/submodules/dart +++ b/submodules/dart @@ -1 +1 @@ -Subproject commit 147b0f5d27308dc27891e947983c528e3543d306 +Subproject commit 38d761dec7dc16cb06480edf1f6179e1722601b6 diff --git a/submodules/dotnet b/submodules/dotnet index 54c8bb9..fec1e1c 160000 --- a/submodules/dotnet +++ b/submodules/dotnet @@ -1 +1 @@ -Subproject commit 54c8bb93c5cfb062c4c2eb6a1c22165710d23bdc +Subproject commit fec1e1c133f241955e00c85a98a2aae4e4b82a47 diff --git a/submodules/go b/submodules/go index f226804..bbc8b58 160000 --- a/submodules/go +++ b/submodules/go @@ -1 +1 @@ -Subproject commit f226804216e637cff4228dbde335398b23a82882 +Subproject commit bbc8b585d632adb0b93e5b533a85b6c37e047c58 diff --git a/submodules/java b/submodules/java index bd8256f..75dbd64 160000 --- a/submodules/java +++ b/submodules/java @@ -1 +1 @@ -Subproject commit bd8256ff446ccd05b822c28489ec9f5ada3526e0 +Subproject commit 75dbd64a107969becdbe903e9b14c2a88449d1bc diff --git a/submodules/node b/submodules/node index a700c3f..b80f9b4 160000 --- a/submodules/node +++ b/submodules/node @@ -1 +1 @@ -Subproject commit a700c3f8a983ab9eaaf4000d548b69067525e788 +Subproject commit b80f9b403002e9557565be3db718e4e3334caa63 diff --git a/submodules/php b/submodules/php index c966cb6..6230ee1 160000 --- a/submodules/php +++ b/submodules/php @@ -1 +1 @@ -Subproject commit c966cb6f3020db56f28ba26a11881579773d8088 +Subproject commit 6230ee136ceb453e7464d259bd8f7ed1f60f4c4e diff --git a/submodules/python b/submodules/python index 919e9f1..e3b3a17 160000 --- a/submodules/python +++ b/submodules/python @@ -1 +1 @@ -Subproject commit 919e9f10b395734ceac6578b907ae73b709317cd +Subproject commit e3b3a17d30f4550c2e490753b6e82f24a7181ed6