Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/csharp/netcore_project.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<PackageTags>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</PackageTags>
<Copyright>© Aspose Pty Ltd 2001-2024. All Rights Reserved.</Copyright>
<Copyright>© Aspose Pty Ltd 2001-2025. All Rights Reserved.</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Aspose.BarCode-Cloud</PackageId>
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
Expand Down
8 changes: 0 additions & 8 deletions codegen/Templates/go/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion codegen/config-android.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion codegen/config-dart.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion codegen/config-go.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packageName": "barcode",
"packageVersion": "4.2504.0"
"packageVersion": "4.2505.0"
}
2 changes: 1 addition & 1 deletion codegen/config-java.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"developerName": "Denis Averin",
"developerOrganization": "Aspose",
Expand Down
2 changes: 1 addition & 1 deletion codegen/config-php.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"artifactVersion": "25.4.0",
"artifactVersion": "25.5.0",
"invokerPackage": "Aspose\\BarCode"
}
2 changes: 1 addition & 1 deletion codegen/config-python.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions codegen/config.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion submodules/android
Submodule android updated 1 files
+1 −1 app/build.gradle
2 changes: 1 addition & 1 deletion submodules/dart
Submodule dart updated 49 files
+1 −1 .github/workflows/dart.yml
+4 −0 .pubignore
+4 −0 CHANGELOG.md
+1 −0 Makefile
+3 −3 README.md
+15 −15 doc/api/GenerateApi.md
+6 −6 doc/models/BarcodeImageParams.md
+1 −1 example/main.dart
+1 −1 lib/src/api_client.dart
+1 −1 lib/src/configuration.dart
+6 −6 lib/src/model/barcode_image_params.dart
+2 −2 pubspec.yaml
+1 −1 snippets/generate/appearance/generate_body.dart
+2 −1 snippets/generate/appearance/generate_get.dart
+1 −1 snippets/generate/appearance/generate_multipart.dart
+1 −1 snippets/generate/save/generate_body.dart
+1 −1 snippets/generate/save/generate_get.dart
+1 −1 snippets/generate/save/generate_multipart.dart
+1 −1 snippets/generate/set_colorscheme/generate_body.dart
+2 −1 snippets/generate/set_colorscheme/generate_get.dart
+1 −1 snippets/generate/set_colorscheme/generate_multipart.dart
+1 −1 snippets/generate/set_size/generate_body.dart
+2 −1 snippets/generate/set_size/generate_get.dart
+1 −1 snippets/generate/set_size/generate_multipart.dart
+1 −1 snippets/generate/set_text/generate_body.dart
+2 −1 snippets/generate/set_text/generate_get.dart
+1 −1 snippets/generate/set_text/generate_multipart.dart
+4 −4 snippets/read/set_image_kind/recognize_body.dart
+3 −3 snippets/read/set_image_kind/recognize_multipart.dart
+4 −4 snippets/read/set_quality/recognize_body.dart
+3 −3 snippets/read/set_quality/recognize_multipart.dart
+4 −4 snippets/read/set_source/recognize_body.dart
+3 −3 snippets/read/set_source/recognize_multipart.dart
+4 −4 snippets/read/set_source/scan_body.dart
+3 −3 snippets/read/set_source/scan_multipart.dart
+1 −1 snippets/read/set_target_types/recognize_body.dart
+3 −3 snippets/read/set_target_types/recognize_multipart.dart
+1 −1 test/recognize_api_test.dart
+2 −1 test/scan_api_test.dart
+ test_data/Code128.jpeg
+ test_data/Code128.png
+ test_data/Code39.jpeg
+ test_data/Code39.jpg
+ test_data/Code39.png
+ test_data/Pdf417.png
+0 −0 test_data/Pdf417.svg
+ test_data/aztec.png
+ test_data/qr.png
+ test_data/qr_and_code128.png
2 changes: 1 addition & 1 deletion submodules/node