diff --git a/codegen/Templates/csharp/netcore_testproject.mustache b/codegen/Templates/csharp/netcore_testproject.mustache index e7eb958..15d4d75 100644 --- a/codegen/Templates/csharp/netcore_testproject.mustache +++ b/codegen/Templates/csharp/netcore_testproject.mustache @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 enable diff --git a/codegen/Templates/python/setup.mustache b/codegen/Templates/python/setup.mustache index cf1268f..1270871 100644 --- a/codegen/Templates/python/setup.mustache +++ b/codegen/Templates/python/setup.mustache @@ -49,6 +49,7 @@ setup( "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ], keywords=[ "Barcode-Scan", diff --git a/codegen/config-android.json b/codegen/config-android.json index ff29c15..aef37f4 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.10.0", + "artifactVersion": "25.11.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 3b8a112..a5481ed 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.10", + "pubVersion": "4.25.11", "useEnumExtension": true } \ No newline at end of file diff --git a/codegen/config-go.json b/codegen/config-go.json index 4072659..dd80f3f 100644 --- a/codegen/config-go.json +++ b/codegen/config-go.json @@ -1,4 +1,4 @@ { "packageName": "barcode", - "packageVersion": "4.2510.0" + "packageVersion": "4.2511.0" } \ No newline at end of file diff --git a/codegen/config-java.json b/codegen/config-java.json index 872bb20..aabe1d7 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.10.0", + "artifactVersion": "25.11.0", "developerEmail": "denis.averin@aspose.com", "developerName": "Denis Averin", "developerOrganization": "Aspose", diff --git a/codegen/config-php.json b/codegen/config-php.json index 54e4568..9978265 100644 --- a/codegen/config-php.json +++ b/codegen/config-php.json @@ -1,4 +1,4 @@ { - "artifactVersion": "25.10.0", + "artifactVersion": "25.11.0", "invokerPackage": "Aspose\\BarCode" } \ No newline at end of file diff --git a/codegen/config-python.json b/codegen/config-python.json index 629119d..032dbb9 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.10.0", + "packageVersion": "25.11.0", "projectName": "aspose-barcode-cloud" } \ No newline at end of file diff --git a/codegen/config.json b/codegen/config.json index 3a405e6..f5c317c 100644 --- a/codegen/config.json +++ b/codegen/config.json @@ -1,9 +1,9 @@ { "artifactVersion": "23.7.0", "npmName": "aspose-barcode-cloud-node", - "npmVersion": "25.10.0", + "npmVersion": "25.11.0", "packageName": "Aspose.BarCode.Cloud.Sdk", - "packageVersion": "25.10.0", + "packageVersion": "25.11.0", "supportsES6": true, "targetFramework": "netstandard2.0" } \ No newline at end of file diff --git a/submodules/android b/submodules/android index 1e73f0e..eb1cad8 160000 --- a/submodules/android +++ b/submodules/android @@ -1 +1 @@ -Subproject commit 1e73f0e5f27c592271eef19b289cab5767be45d5 +Subproject commit eb1cad840577c03daf88fea1a49951cb07d98aa0 diff --git a/submodules/dart b/submodules/dart index b288c24..6a5da4e 160000 --- a/submodules/dart +++ b/submodules/dart @@ -1 +1 @@ -Subproject commit b288c241f6db5fabf2cd694bfa6357930166351f +Subproject commit 6a5da4ea257ef6c7b678f88385596c533ee9897a diff --git a/submodules/dotnet b/submodules/dotnet index f214954..acc7b5f 160000 --- a/submodules/dotnet +++ b/submodules/dotnet @@ -1 +1 @@ -Subproject commit f214954da60439ea081064fe2766b0b3208ce82d +Subproject commit acc7b5f5b559a64fd32ae25796bc29c93ca99f12 diff --git a/submodules/go b/submodules/go index 362233e..a512745 160000 --- a/submodules/go +++ b/submodules/go @@ -1 +1 @@ -Subproject commit 362233e6c88fcd51c7bbc0eef17e279c8e0b75f3 +Subproject commit a512745640489ce067033e3fc730765e1a2af0d0 diff --git a/submodules/java b/submodules/java index 76de3ce..85acadf 160000 --- a/submodules/java +++ b/submodules/java @@ -1 +1 @@ -Subproject commit 76de3ce690b3340d7b99ca86da8197495cdf65aa +Subproject commit 85acadfcbe81e90cd30e0c8c9d68fbd84c43f91b diff --git a/submodules/node b/submodules/node index 1355af3..3781fe1 160000 --- a/submodules/node +++ b/submodules/node @@ -1 +1 @@ -Subproject commit 1355af3f58eca18d76d45d1afe4f19011ef91413 +Subproject commit 3781fe1fea70b7f37da0bafead19f42835dc2703 diff --git a/submodules/php b/submodules/php index c563219..e3075f8 160000 --- a/submodules/php +++ b/submodules/php @@ -1 +1 @@ -Subproject commit c56321938b4f818a5f0698e1b4666fda3f9ca4dd +Subproject commit e3075f823893bc598fe583e916ab9c0749296804 diff --git a/submodules/python b/submodules/python index ea53740..d36fc02 160000 --- a/submodules/python +++ b/submodules/python @@ -1 +1 @@ -Subproject commit ea5374088d79292240b100c02fc83cf3fab2b465 +Subproject commit d36fc02a370e45932e048ef8e0085f7b651215ca