File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ** 2024-09-05**
2
+
3
+ v8.6.0
4
+
5
+ 新增:验证 Qbox, Qiniu 签名的辅助方法
6
+
7
+ 新增:持久化处理,支持闲时任务
8
+
9
+ 更改:对象存储,默认空间管理域名,查询区域主备域名
10
+
1
11
** 2024-08-23**
2
12
3
13
v8.5.1
Original file line number Diff line number Diff line change 28
28
<PostBuildEvent >
29
29
</PostBuildEvent >
30
30
<ProjectId >Qiniu</ProjectId >
31
- <Version >8.5.1 </Version >
31
+ <Version >8.6.0 </Version >
32
32
<Authors >Rong Zhou, Qiniu SDK</Authors >
33
33
<Company >Shanghai Qiniu Information Technology Co., Ltd.</Company >
34
34
<Description >Qiniu Resource (Cloud) Storage SDK for C#</Description >
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ public class QiniuCSharpSDK
37
37
/// <summary>
38
38
/// SDK版本号
39
39
/// </summary>
40
- public const string VERSION = "8.5.1 " ;
40
+ public const string VERSION = "8.6.0 " ;
41
41
42
42
}
You can’t perform that action at this time.
0 commit comments