Skip to content

Commit 9a15f79

Browse files
authored
Release 22.7 (#52)
* Update dotnet submodule * Release 22.7
1 parent b69cac0 commit 9a15f79

File tree

18 files changed

+29
-40
lines changed

18 files changed

+29
-40
lines changed

codegen/Templates/csharp/Configuration.mustache

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ namespace Aspose.BarCode.Cloud.Sdk.Api
1414
/// </summary>
1515
public class Configuration
1616
{
17-
private string _jwtToken;
18-
1917
public Configuration()
2018
{
2119
ApiBaseUrl = "{{{hostWithoutBasePath}}}";
2220
DebugMode = false;
2321
ApiVersion = "{{appVersion}}";
2422
AuthType = AuthType.JWT;
23+
TokenUrl = "https://api.aspose.cloud/connect/token";
2524
DefaultHeaders = new Dictionary<string, string>();
2625
}
2726

@@ -33,18 +32,7 @@ namespace Aspose.BarCode.Cloud.Sdk.Api
3332
/// <summary>
3433
/// Aspose Cloud API auth URL.
3534
/// </summary>
36-
public string TokenUrl
37-
{
38-
get
39-
{
40-
if (!string.IsNullOrEmpty(_tokenUrl))
41-
{
42-
return _tokenUrl;
43-
}
44-
return ApiBaseUrl + "/connect/token";
45-
}
46-
set => _tokenUrl = value;
47-
}
35+
public string TokenUrl { get; set; }
4836

4937
/// <summary>
5038
/// Gets or sets the Client Secret.
@@ -104,6 +92,6 @@ namespace Aspose.BarCode.Cloud.Sdk.Api
10492
return result.EndsWith("/") ? result.Substring(0, result.Length - 1) : result;
10593
}
10694

107-
private string _tokenUrl;
95+
private string _jwtToken;
10896
}
10997
}

codegen/Templates/dart/pubspec.mustache

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ description: {{pubDescription}}
33
version: {{pubVersion}}
44
homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart
55

6+
platforms:
7+
android:
8+
ios:
9+
linux:
10+
macos:
11+
windows:
12+
613
environment:
714
sdk: ">=2.12.0 <3.0.0"
815

codegen/Templates/go/README.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Aspose.BarCode Cloud SDK for Go
22

3-
| WARNING: **Update SDK to version >= 0.2109.0**: All SDK version < 0.2109.0 will stop working soon! |
4-
| -------------------------------------------------------------------------------------------------- |
5-
63
[![License](https://img.shields.io/github/license/aspose-barcode-cloud/aspose-barcode-cloud-go)](LICENSE)
74
[![Go](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-go/actions/workflows/go.yml/badge.svg)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-go/actions/workflows/go.yml)
85
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/aspose-barcode-cloud/aspose-barcode-cloud-go?label=module&sort=semver)](https://pkg.go.dev/github.com/aspose-barcode-cloud/aspose-barcode-cloud-go)

codegen/Templates/nodejs/package.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@
149149
},
150150
"devDependencies": {
151151
"@types/uuid": "^8.3.4",
152-
"npm-check-updates": "^12.5.4",
152+
"npm-check-updates": "^16.0.1",
153153
"tsdx": "^0.14.1",
154-
"tslib": "^2.3.1",
155-
"typescript": "^4.6.3",
154+
"tslib": "^2.4.0",
155+
"typescript": "^4.7.4",
156156
"uuid": "^8.3.2"
157157
},
158158
"dependencies": {

codegen/Templates/python/README.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Aspose.BarCode Cloud SDK for Python
22

3-
| WARNING: **Update SDK to version >= 21.9.0**: All SDK version < 21.9.0 will stop working soon! |
4-
| ---------------------------------------------------------------------------------------------- |
5-
63
[![License](https://img.shields.io/github/license/aspose-barcode-cloud/aspose-barcode-cloud-python)](LICENSE)
74
[![Python package](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python/actions/workflows/python-package.yml/badge.svg)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python/actions/workflows/python-package.yml)
85
[![PyPI](https://img.shields.io/pypi/v/aspose-barcode-cloud)](https://pypi.org/project/aspose-barcode-cloud/)

codegen/config-android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"androidSdkVersion": "30",
55
"apiPackage": "com.example.asposebarcodecloud.api",
66
"artifactId": "Android Application for Barcode Processing in the Cloud via REST API",
7-
"artifactVersion": "22.3.0",
7+
"artifactVersion": "22.7.0",
88
"groupId": "com.aspose",
99
"invokerPackage": "com.example.asposebarcodecloud",
1010
"modelPackage": "com.example.asposebarcodecloud.model"

codegen/config-dart.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"browserClient": false,
33
"pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily",
44
"pubName": "aspose_barcode_cloud",
5-
"pubVersion": "0.22.3",
5+
"pubVersion": "0.22.7",
66
"useEnumExtension": true
7-
}
7+
}

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": "0.2203.0"
3+
"packageVersion": "0.2207.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": "22.3.0",
6+
"artifactVersion": "22.7.0",
77
"developerEmail": "denis.averin@aspose.com",
88
"developerName": "Denis Averin",
99
"developerOrganization": "Aspose",

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": "22.3.0",
4+
"packageVersion": "22.7.0",
55
"projectName": "aspose-barcode-cloud"
66
}

0 commit comments

Comments
 (0)