Skip to content

Commit

Permalink
Update API CreateApplication: update param ClientToken.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Apr 7, 2024
1 parent 7636fa6 commit 2558c6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AlibabacloudBPStudio20210931.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "AlibabacloudBPStudio20210931"
spec.version = "2.1.0"
spec.version = "2.1.1"
spec.license = "Apache 2.0"
spec.summary = "Alibaba Cloud BPStudio (20210931) SDK Library for Swift"
spec.homepage = "https://github.com/alibabacloud-sdk-swift/bpstudio-20210931"
Expand Down
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
要使用 [Carthage](https://github.com/Carthage/Carthage)`AlibabacloudBPStudio20210931` 集成到你的 Xcode 项目中,需要在 `Cartfile` 中定义以下内容:

```ogdl
github "alibabacloud-sdk-swift/bpstudio-20210931" "2.1.0"
github "alibabacloud-sdk-swift/bpstudio-20210931" "2.1.1"
```

### Swift 包管理工具
Expand All @@ -26,7 +26,7 @@ github "alibabacloud-sdk-swift/bpstudio-20210931" "2.1.0"

```swift
dependencies: [
.package(url: "https://github.com/alibabacloud-sdk-swift/bpstudio-20210931.git", from: "2.1.0")
.package(url: "https://github.com/alibabacloud-sdk-swift/bpstudio-20210931.git", from: "2.1.1")
]
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ English | [简体中文](README-CN.md)
To integrate `AlibabacloudBPStudio20210931` into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:

```ogdl
github "alibabacloud-sdk-swift/bpstudio-20210931" "2.1.0"
github "alibabacloud-sdk-swift/bpstudio-20210931" "2.1.1"
```

### Swift Package Manager
Expand All @@ -26,7 +26,7 @@ To integrate `AlibabacloudBPStudio20210931` into your Xcode project using [Swift

```swift
dependencies: [
.package(url: "https://github.com/alibabacloud-sdk-swift/bpstudio-20210931.git", from: "2.1.0")
.package(url: "https://github.com/alibabacloud-sdk-swift/bpstudio-20210931.git", from: "2.1.1")
]
```

Expand Down

0 comments on commit 2558c6c

Please sign in to comment.