Skip to content

Commit

Permalink
Update API GetSummaryData: add param Uids.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Mar 27, 2024
1 parent a7c755f commit 283b760
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AlibabacloudCarbonFootprint20230711.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "AlibabacloudCarbonFootprint20230711"
spec.version = "1.0.5"
spec.version = "1.0.6"
spec.license = "Apache 2.0"
spec.summary = "Alibaba Cloud CarbonFootprint (20230711) SDK Library for Swift"
spec.homepage = "https://github.com/alibabacloud-sdk-swift/carbonfootprint-20230711"
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)`AlibabacloudCarbonFootprint20230711` 集成到你的 Xcode 项目中,需要在 `Cartfile` 中定义以下内容:

```ogdl
github "alibabacloud-sdk-swift/carbonfootprint-20230711" "1.0.5"
github "alibabacloud-sdk-swift/carbonfootprint-20230711" "1.0.6"
```

### Swift 包管理工具
Expand All @@ -26,7 +26,7 @@ github "alibabacloud-sdk-swift/carbonfootprint-20230711" "1.0.5"

```swift
dependencies: [
.package(url: "https://github.com/alibabacloud-sdk-swift/carbonfootprint-20230711.git", from: "1.0.5")
.package(url: "https://github.com/alibabacloud-sdk-swift/carbonfootprint-20230711.git", from: "1.0.6")
]
```

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 `AlibabacloudCarbonFootprint20230711` into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:

```ogdl
github "alibabacloud-sdk-swift/carbonfootprint-20230711" "1.0.5"
github "alibabacloud-sdk-swift/carbonfootprint-20230711" "1.0.6"
```

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

```swift
dependencies: [
.package(url: "https://github.com/alibabacloud-sdk-swift/carbonfootprint-20230711.git", from: "1.0.5")
.package(url: "https://github.com/alibabacloud-sdk-swift/carbonfootprint-20230711.git", from: "1.0.6")
]
```

Expand Down

0 comments on commit 283b760

Please sign in to comment.