Skip to content

Commit 2d0454b

Browse files
authored
Configs and templates updated (#123)
1 parent 9109573 commit 2d0454b

File tree

18 files changed

+21
-25
lines changed

18 files changed

+21
-25
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ format-black:
1212
update:
1313
./scripts/update_swagger_spec.bash
1414

15+
.PHONY: start-release
16+
start-release:
17+
./scripts/start-release.bash
18+
1519
.PHONY: openapi
1620
openapi:
1721
curl "https://converter.swagger.io/api/convert?url=https://api.aspose.cloud/v3.0/barcode/swagger/spec" | jq '.' > spec/aspose-barcode-cloud-openapi.json

codegen/Templates/csharp/netcore_project.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
1919
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2020
<DebugType>embedded</DebugType>
2121
<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>
22-
<Copyright>© Aspose Pty Ltd 2001-2024. All Rights Reserved.</Copyright>
22+
<Copyright>© Aspose Pty Ltd 2001-2025. All Rights Reserved.</Copyright>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<PackageId>Aspose.BarCode-Cloud</PackageId>
2525
<Product>Aspose.BarCode Cloud SDK for .NET</Product>

codegen/Templates/go/README.mustache

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ To use Aspose.BarCode Cloud SDK for Go you need to register an account with [Asp
4141
go get -u github.com/aspose-barcode-cloud/aspose-barcode-cloud-go/v4@v{{packageVersion}}
4242
```
4343

44-
### Using GOPATH (for Go < 1.11 )
45-
46-
1. Run `go get` command outside module directory
47-
48-
```shell script
49-
go get -u github.com/aspose-barcode-cloud/aspose-barcode-cloud-go/v4/barcode
50-
```
51-
5244
## Sample usage
5345

5446
### Generate an image with barcode

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": "25.4.0",
7+
"artifactVersion": "25.5.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": "4.25.4",
6+
"pubVersion": "4.25.5",
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": "4.2504.0"
3+
"packageVersion": "4.2505.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": "25.4.0",
6+
"artifactVersion": "25.5.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": "25.4.0",
2+
"artifactVersion": "25.5.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": "25.4.0",
4+
"packageVersion": "25.5.0",
55
"projectName": "aspose-barcode-cloud"
66
}

codegen/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"artifactVersion": "23.7.0",
33
"npmName": "aspose-barcode-cloud-node",
4-
"npmVersion": "25.4.0",
4+
"npmVersion": "25.5.0",
55
"packageName": "Aspose.BarCode.Cloud.Sdk",
6-
"packageVersion": "25.4.0",
6+
"packageVersion": "25.5.0",
77
"supportsES6": true,
88
"targetFramework": "netstandard2.0"
99
}

0 commit comments

Comments
 (0)