Skip to content

Commit b270478

Browse files
ivankamkinIvan Kamkin
andauthored
Release 24.11 (#113)
* New release * Switch all submodules to main --------- Co-authored-by: Ivan Kamkin <[email protected]>
1 parent 0a14101 commit b270478

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

codegen/Templates/android/apiException.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ class MainActivity : AppCompatActivity() {
8383
"Client Secret from https://dashboard.aspose.cloud/applications"
8484
)
8585
86-
client.writeTimeout = 60_000
8786
client.readTimeout = 60_000
8887
8988
api = BarcodeApi(client)

codegen/Templates/android/build.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
plugins {
33
id 'com.android.application' version '8.3.2' apply false
44
id 'com.android.library' version '8.3.2' apply false
5-
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
5+
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
66
}
7-
ext.kotlin_version = '1.7.21'
7+
ext.kotlin_version = '1.9.0'

codegen/Templates/go/model.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
{{/enumVars}}
1717
{{/allowableValues}}
1818
){{/isEnum}}{{^isEnum}}
19-
//{{classname}} -{{#description}} {{{description}}}{{/description}}
19+
// {{classname}} -{{#description}} {{{description}}}{{/description}}
2020
type {{classname}} struct {
2121
{{#vars}}
2222
{{^-first}}

codegen/Templates/python/setup.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ setup(
5151
"Programming Language :: Python :: 3.10",
5252
"Programming Language :: Python :: 3.11",
5353
"Programming Language :: Python :: 3.12",
54+
"Programming Language :: Python :: 3.13"
5455
],
5556
keywords=[
5657
"Barcode-Scan",

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": "24.10.0",
7+
"artifactVersion": "24.11.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": "1.24.10",
6+
"pubVersion": "1.24.11",
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": "1.2410.0"
3+
"packageVersion": "1.2411.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": "24.10.0",
6+
"artifactVersion": "24.11.0",
77
"developerEmail": "[email protected]",
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": "24.10.0",
2+
"artifactVersion": "24.11.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": "24.10.0",
4+
"packageVersion": "24.11.0",
55
"projectName": "aspose-barcode-cloud"
66
}

0 commit comments

Comments
 (0)