Skip to content

Commit 3494d3f

Browse files
Update Swift SDK version to 26.5.0
1 parent b013c10 commit 3494d3f

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v26.5.0
4+
5+
* Updated SDK package metadata and generated client version for the Aspose.BarCode Cloud 26.5 release.
6+
37
## v26.4.0
48

59
* Initial Swift SDK bootstrap for Aspose.BarCode Cloud API v4.0.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This repository contains the Swift SDK for Aspose.BarCode Cloud.
1313
Add the package to your SwiftPM dependencies after the repository is published:
1414

1515
```swift
16-
.package(url: "https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Swift.git", from: "26.4.0")
16+
.package(url: "https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Swift.git", from: "26.5.0")
1717
```
1818

19-
Releases use the BarCode SDK tag style, for example `v26.4.0`. SwiftPM version requirements still use the semantic version value without the `v` prefix.
19+
Releases use the BarCode SDK tag style, for example `v26.5.0`. SwiftPM version requirements still use the semantic version value without the `v` prefix.
2020

2121
Then import the module:
2222

Sources/AsposeBarcodeCloud/AsposeBarcodeCloudConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public final class AsposeBarcodeCloudConfiguration: @unchecked Sendable {
77
public static let defaultHost = "https://api.aspose.cloud/v4.0"
88
public static let defaultTokenURL = "https://id.aspose.cloud/connect/token"
99
public static let defaultSdkName = "swift sdk"
10-
public static let defaultSdkVersion = "26.4.0"
10+
public static let defaultSdkVersion = "26.5.0"
1111

1212
public var host: String
1313
public var tokenURL: String

0 commit comments

Comments
 (0)