From 7054a0425199ae0c0b82a95742f9b6e9c338fe0b Mon Sep 17 00:00:00 2001 From: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Date: Tue, 27 May 2025 17:50:12 +0500 Subject: [PATCH] Configs and templates updated --- Makefile | 4 ++++ codegen/Templates/csharp/netcore_project.mustache | 2 +- codegen/Templates/go/README.mustache | 8 -------- 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 ++-- submodules/android | 2 +- submodules/dart | 2 +- submodules/dotnet | 2 +- submodules/go | 2 +- submodules/java | 2 +- submodules/node | 2 +- submodules/php | 2 +- submodules/python | 2 +- 18 files changed, 21 insertions(+), 25 deletions(-) diff --git a/Makefile b/Makefile index 8021f12..fe359b7 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ format-black: update: ./scripts/update_swagger_spec.bash +.PHONY: start-release +start-release: + ./scripts/start-release.bash + .PHONY: openapi openapi: curl "https://converter.swagger.io/api/convert?url=https://api.aspose.cloud/v3.0/barcode/swagger/spec" | jq '.' > spec/aspose-barcode-cloud-openapi.json diff --git a/codegen/Templates/csharp/netcore_project.mustache b/codegen/Templates/csharp/netcore_project.mustache index c2004c6..ac54dc2 100644 --- a/codegen/Templates/csharp/netcore_project.mustache +++ b/codegen/Templates/csharp/netcore_project.mustache @@ -19,7 +19,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc true embedded Barcode Scan Recognize Generate QR DataMatrix AustraliaPost VIN MSI Aztec ISBN OPC Postnet Aspose Aspose.BarCode Aspose.BarCode-Cloud EAN13 ISSN PZN SingaporePost UPCA UPCE Code11 Code128 Code32 DotCode EAN14 EAN8 GS1DataMatrix - © Aspose Pty Ltd 2001-2024. All Rights Reserved. + © Aspose Pty Ltd 2001-2025. All Rights Reserved. true Aspose.BarCode-Cloud Aspose.BarCode Cloud SDK for .NET diff --git a/codegen/Templates/go/README.mustache b/codegen/Templates/go/README.mustache index a9affdb..30ad312 100644 --- a/codegen/Templates/go/README.mustache +++ b/codegen/Templates/go/README.mustache @@ -41,14 +41,6 @@ To use Aspose.BarCode Cloud SDK for Go you need to register an account with [Asp go get -u github.com/aspose-barcode-cloud/aspose-barcode-cloud-go/v4@v{{packageVersion}} ``` -### Using GOPATH (for Go < 1.11 ) - -1. Run `go get` command outside module directory - - ```shell script - go get -u github.com/aspose-barcode-cloud/aspose-barcode-cloud-go/v4/barcode - ``` - ## Sample usage ### Generate an image with barcode diff --git a/codegen/config-android.json b/codegen/config-android.json index 4c076e2..eaf1ebd 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.4.0", + "artifactVersion": "25.5.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 fa484b2..deb08f7 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.4", + "pubVersion": "4.25.5", "useEnumExtension": true } \ No newline at end of file diff --git a/codegen/config-go.json b/codegen/config-go.json index f51631e..c830b66 100644 --- a/codegen/config-go.json +++ b/codegen/config-go.json @@ -1,4 +1,4 @@ { "packageName": "barcode", - "packageVersion": "4.2504.0" + "packageVersion": "4.2505.0" } \ No newline at end of file diff --git a/codegen/config-java.json b/codegen/config-java.json index 132c207..e89940e 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.4.0", + "artifactVersion": "25.5.0", "developerEmail": "denis.averin@aspose.com", "developerName": "Denis Averin", "developerOrganization": "Aspose", diff --git a/codegen/config-php.json b/codegen/config-php.json index b534e5e..3596b4a 100644 --- a/codegen/config-php.json +++ b/codegen/config-php.json @@ -1,4 +1,4 @@ { - "artifactVersion": "25.4.0", + "artifactVersion": "25.5.0", "invokerPackage": "Aspose\\BarCode" } \ No newline at end of file diff --git a/codegen/config-python.json b/codegen/config-python.json index 97720cc..8ac3113 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.4.0", + "packageVersion": "25.5.0", "projectName": "aspose-barcode-cloud" } \ No newline at end of file diff --git a/codegen/config.json b/codegen/config.json index 15bf20a..032fe5b 100644 --- a/codegen/config.json +++ b/codegen/config.json @@ -1,9 +1,9 @@ { "artifactVersion": "23.7.0", "npmName": "aspose-barcode-cloud-node", - "npmVersion": "25.4.0", + "npmVersion": "25.5.0", "packageName": "Aspose.BarCode.Cloud.Sdk", - "packageVersion": "25.4.0", + "packageVersion": "25.5.0", "supportsES6": true, "targetFramework": "netstandard2.0" } \ No newline at end of file diff --git a/submodules/android b/submodules/android index 7540d59..12f026d 160000 --- a/submodules/android +++ b/submodules/android @@ -1 +1 @@ -Subproject commit 7540d59c201679014510f3b22e2f182065e84275 +Subproject commit 12f026d1205e014207f0fe067e56f4f3e9db3a69 diff --git a/submodules/dart b/submodules/dart index 31341e5..308a137 160000 --- a/submodules/dart +++ b/submodules/dart @@ -1 +1 @@ -Subproject commit 31341e5e030116c317907ca5fa069b473227c3e9 +Subproject commit 308a137edad60d1ae493b8bd6e67a7e29f06fcc7 diff --git a/submodules/dotnet b/submodules/dotnet index 3594a82..7758f46 160000 --- a/submodules/dotnet +++ b/submodules/dotnet @@ -1 +1 @@ -Subproject commit 3594a82db4f59d5f6ffa0f3a5e02d8e0ecfa1772 +Subproject commit 7758f46c4b2ecf2b8342199800a99c58528749ec diff --git a/submodules/go b/submodules/go index b71a47b..ac6e50c 160000 --- a/submodules/go +++ b/submodules/go @@ -1 +1 @@ -Subproject commit b71a47b6bcb17cf5638a6af0d4eefaeb6e3c7804 +Subproject commit ac6e50c87bbb6a3cb43dbe112063b95760c39b32 diff --git a/submodules/java b/submodules/java index 4cbd8e1..70634c4 160000 --- a/submodules/java +++ b/submodules/java @@ -1 +1 @@ -Subproject commit 4cbd8e1e2295e189cf57c6d707ad6767cc78d164 +Subproject commit 70634c4f18c13d53a97a80c7c7357f3451793926 diff --git a/submodules/node b/submodules/node index 94cc9ae..b8cb6d4 160000 --- a/submodules/node +++ b/submodules/node @@ -1 +1 @@ -Subproject commit 94cc9aefebc74e060a1d3a7e4e14ffa8d8aab589 +Subproject commit b8cb6d4578fec891186c800b5e47689bbf6645b4 diff --git a/submodules/php b/submodules/php index 8458ead..40b0091 160000 --- a/submodules/php +++ b/submodules/php @@ -1 +1 @@ -Subproject commit 8458ead38da24d335033751ec469c247d32a59a0 +Subproject commit 40b0091a1592173af2c1dcbb5e184c1248c512af diff --git a/submodules/python b/submodules/python index 75d5ca1..cf9e37d 160000 --- a/submodules/python +++ b/submodules/python @@ -1 +1 @@ -Subproject commit 75d5ca1a41c4e86a3a48731ac8616b215277bb2f +Subproject commit cf9e37d19b1b5997c40f523d17936e0bc2831ac0