Skip to content

Commit ef6fef7

Browse files
author
garenwang
committed
修复已知问题,优化用户体验
1 parent f4b4b6d commit ef6fef7

File tree

8 files changed

+13
-10
lines changed

8 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
# 5.8.0
2+
修复已知问题,优化用户体验
3+
14
# 5.7.9
25
修复 #import <Commoncrypto/CommonDigest.h> 大小写问题
36

4-
# 5.7.7
7+
# 5.7.8
58
1. storageClass增加智能分层和深度归档两种类型。
69
2. 增加设置和获取存储桶智能分层存储配置的接口。
710
3. 修复写日志时隐磁盘空间不足导致的crash。

QCloudCOSXML.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "QCloudCOSXML"
33

4-
s.version = "5.7.9"
4+
s.version = "5.8.0"
55

66
s.summary = "QCloudCOSXML 腾讯云iOS-SDK组件"
77

@@ -18,15 +18,15 @@ s.version = "5.7.9"
1818
s.default_subspec = 'Default'
1919
s.subspec 'Default' do |default|
2020
default.source_files = 'QCloudCOSXML/Classes/**/*','Models/request.model','QCloudCOSXML/Classes/QCloudCOSXML/*'
21-
default.dependency "QCloudCore",'5.7.9'
21+
default.dependency "QCloudCore",'5.8.0'
2222
end
2323
s.subspec 'Slim' do |slim|
2424
slim.source_files = 'QCloudCOSXML/Classes/**/*','Models/request.model','QCloudCOSXML/Classes/QCloudCOSXML/*'
25-
slim.dependency "QCloudCore/WithoutMTA",'5.7.9'
25+
slim.dependency "QCloudCore/WithoutMTA",'5.8.0'
2626
end
2727
s.subspec 'Transfer' do |transfer|
2828
transfer.source_files = 'QCloudCOSXML/Classes/*','QCloudCOSXML/Classes/Transfer/**/*','QCloudCOSXML/Classes/Base/*'
29-
transfer.dependency "QCloudCore/WithoutMTA",'5.7.9'
29+
transfer.dependency "QCloudCore/WithoutMTA",'5.8.0'
3030
end
3131

3232
end

QCloudCOSXML/Classes/QCloudCOSXMLVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#ifndef QCloudCOSXMLModuleVersion_h
77
#define QCloudCOSXMLModuleVersion_h
8-
#define QCloudCOSXMLModuleVersionNumber 507009
8+
#define QCloudCOSXMLModuleVersionNumber 508000
99

1010
//dependency
1111

QCloudCOSXML/Classes/QCloudCOSXMLVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "QCloudCOSXMLVersion.h"
2-
NSString * const QCloudCOSXMLModuleVersion = @"5.7.9";
2+
NSString * const QCloudCOSXMLModuleVersion = @"5.8.0";
33
NSString * const QCloudCOSXMLModuleName = @"QCloudCOSXML";
44
@interface QCloudQCloudCOSXMLLoad : NSObject
55
@end
Binary file not shown.

QCloudCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = "QCloudCore"
1111

12-
s.version = "5.7.9"
12+
s.version = "5.8.0"
1313

1414
s.summary = "QCloudCore--腾讯云iOS-SDK Foundation"
1515

QCloudCore/Classes/Base/QCloudCoreVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#ifndef QCloudCoreModuleVersion_h
77
#define QCloudCoreModuleVersion_h
8-
#define QCloudCoreModuleVersionNumber 507009
8+
#define QCloudCoreModuleVersionNumber 508000
99

1010
//dependency
1111

QCloudCore/Classes/Base/QCloudCoreVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "QCloudCoreVersion.h"
2-
NSString * const QCloudCoreModuleVersion = @"5.7.9";
2+
NSString * const QCloudCoreModuleVersion = @"5.8.0";
33
NSString * const QCloudCoreModuleName = @"QCloudCore";
44
@interface QCloudQCloudCoreLoad : NSObject
55
@end

0 commit comments

Comments
 (0)