From 4d605ffc4144c44c17003d940541f17e5c2bac29 Mon Sep 17 00:00:00 2001 From: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Date: Thu, 21 Aug 2025 11:28:05 +0500 Subject: [PATCH] Update versions and templates --- 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 ++-- spec/aspose-barcode-cloud.json | 4 ++-- 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, 18 insertions(+), 18 deletions(-) diff --git a/codegen/config-android.json b/codegen/config-android.json index 7be2603..9233872 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": "25.6.0", + "artifactVersion": "25.7.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 f306ef7..42f0018 100644 --- a/codegen/config-dart.json +++ b/codegen/config-dart.json @@ -3,6 +3,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": "4.25.6", + "pubVersion": "4.25.7", "useEnumExtension": true } \ No newline at end of file diff --git a/codegen/config-go.json b/codegen/config-go.json index 6beb668..0480c09 100644 --- a/codegen/config-go.json +++ b/codegen/config-go.json @@ -1,4 +1,4 @@ { "packageName": "barcode", - "packageVersion": "4.2506.0" + "packageVersion": "4.2507.0" } \ No newline at end of file diff --git a/codegen/config-java.json b/codegen/config-java.json index 7e2a8fc..efc9287 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": "25.6.0", + "artifactVersion": "25.7.0", "developerEmail": "denis.averin@aspose.com", "developerName": "Denis Averin", "developerOrganization": "Aspose", diff --git a/codegen/config-php.json b/codegen/config-php.json index 610956e..2884d72 100644 --- a/codegen/config-php.json +++ b/codegen/config-php.json @@ -1,4 +1,4 @@ { - "artifactVersion": "25.6.0", + "artifactVersion": "25.7.0", "invokerPackage": "Aspose\\BarCode" } \ No newline at end of file diff --git a/codegen/config-python.json b/codegen/config-python.json index 6aedcc2..35fed5a 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": "25.6.0", + "packageVersion": "25.7.0", "projectName": "aspose-barcode-cloud" } \ No newline at end of file diff --git a/codegen/config.json b/codegen/config.json index 18f1c4b..fcc97ff 100644 --- a/codegen/config.json +++ b/codegen/config.json @@ -1,9 +1,9 @@ { "artifactVersion": "23.7.0", "npmName": "aspose-barcode-cloud-node", - "npmVersion": "25.6.0", + "npmVersion": "25.7.0", "packageName": "Aspose.BarCode.Cloud.Sdk", - "packageVersion": "25.6.0", + "packageVersion": "25.7.0", "supportsES6": true, "targetFramework": "netstandard2.0" } \ No newline at end of file diff --git a/spec/aspose-barcode-cloud.json b/spec/aspose-barcode-cloud.json index c49b16d..06aab4e 100644 --- a/spec/aspose-barcode-cloud.json +++ b/spec/aspose-barcode-cloud.json @@ -547,7 +547,7 @@ "tags": [ "Recognize" ], - "summary": "Recognize barcode from file on server using GET requests with parameters in route and query string.", + "summary": "Recognize barcode from file on server in the Internet using GET requests with parameter in query string.\nFor recognizing files from your hard drive use `recognize-body` or `recognize-multipart` endpoints instead.", "operationId": "Recognize", "parameters": [ { @@ -865,7 +865,7 @@ "tags": [ "Scan" ], - "summary": "Scan barcode from file on server using GET requests with parameter in query string.", + "summary": "Scan barcode from file on server in the Internet using GET requests with parameter in query string.\nFor scaning files from your hard drive use `scan-body` or `scan-multipart` endpoints instead.", "operationId": "Scan", "parameters": [ { diff --git a/submodules/android b/submodules/android index 5859b9a..b55072b 160000 --- a/submodules/android +++ b/submodules/android @@ -1 +1 @@ -Subproject commit 5859b9a6df0784dc7878203ed1e78cd0a7812ad2 +Subproject commit b55072b0fd0717c503237139dc8af0288e3ff64e diff --git a/submodules/dart b/submodules/dart index 562ed9d..c48b07d 160000 --- a/submodules/dart +++ b/submodules/dart @@ -1 +1 @@ -Subproject commit 562ed9d17d087cbfbd02eec7dcdded9789dbbc13 +Subproject commit c48b07d84403c716ad6d9a354375927d17379a24 diff --git a/submodules/dotnet b/submodules/dotnet index 68af368..cad6a16 160000 --- a/submodules/dotnet +++ b/submodules/dotnet @@ -1 +1 @@ -Subproject commit 68af3687edc2ef954107cc88ff000352010d2da2 +Subproject commit cad6a16c41d1c267a6d91f37975083435e225ca8 diff --git a/submodules/go b/submodules/go index 7d145e3..23e8c04 160000 --- a/submodules/go +++ b/submodules/go @@ -1 +1 @@ -Subproject commit 7d145e3d0c18ac767eab2998d42ad2769ace7939 +Subproject commit 23e8c0468235dde756d4c1d9fa050c1e41bb20b3 diff --git a/submodules/java b/submodules/java index 16d65b2..106edbb 160000 --- a/submodules/java +++ b/submodules/java @@ -1 +1 @@ -Subproject commit 16d65b277a18b2eb50878ac02904201832d32202 +Subproject commit 106edbbcd05fadc4e3bde6c4a9e13b83ab1eb9a9 diff --git a/submodules/node b/submodules/node index 38f2682..59c3312 160000 --- a/submodules/node +++ b/submodules/node @@ -1 +1 @@ -Subproject commit 38f2682125ac3565e35eff448d6a2284a68ba88c +Subproject commit 59c3312616b0ce00a3d867872f2257683cba683f diff --git a/submodules/php b/submodules/php index 1c3b529..aa65830 160000 --- a/submodules/php +++ b/submodules/php @@ -1 +1 @@ -Subproject commit 1c3b529bb35c2593d16d4c6fbf2f05caf259d771 +Subproject commit aa658309dda3e8a4d76215adf17f8b70519f95c3 diff --git a/submodules/python b/submodules/python index bfb0f30..0f2769e 160000 --- a/submodules/python +++ b/submodules/python @@ -1 +1 @@ -Subproject commit bfb0f30a8e192f81808f835a44e3486f27dcba15 +Subproject commit 0f2769e0cda97325b2f261c4320e64589c0e2b5f