Skip to content

Commit e72a3fd

Browse files
committed
chore: bump version info to v8.6.0 and update changelog
1 parent 7b6cd35 commit e72a3fd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
**2024-09-05**
2+
3+
v8.6.0
4+
5+
新增:验证 Qbox, Qiniu 签名的辅助方法
6+
7+
新增:持久化处理,支持闲时任务
8+
9+
更改:对象存储,默认空间管理域名,查询区域主备域名
10+
111
**2024-08-23**
212

313
v8.5.1

src/Qiniu/Qiniu.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PostBuildEvent>
2929
</PostBuildEvent>
3030
<ProjectId>Qiniu</ProjectId>
31-
<Version>8.5.1</Version>
31+
<Version>8.6.0</Version>
3232
<Authors>Rong Zhou, Qiniu SDK</Authors>
3333
<Company>Shanghai Qiniu Information Technology Co., Ltd.</Company>
3434
<Description>Qiniu Resource (Cloud) Storage SDK for C#</Description>

src/Qiniu/QiniuCSharpSDK.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public class QiniuCSharpSDK
3737
/// <summary>
3838
/// SDK版本号
3939
/// </summary>
40-
public const string VERSION = "8.5.1";
40+
public const string VERSION = "8.6.0";
4141

4242
}

0 commit comments

Comments
 (0)