Skip to content

Commit

Permalink
chore: bump version info to v8.6.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Sep 5, 2024
1 parent 7b6cd35 commit e72a3fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
**2024-09-05**

v8.6.0

新增:验证 Qbox, Qiniu 签名的辅助方法

新增:持久化处理,支持闲时任务

更改:对象存储,默认空间管理域名,查询区域主备域名

**2024-08-23**

v8.5.1
Expand Down
2 changes: 1 addition & 1 deletion src/Qiniu/Qiniu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PostBuildEvent>
</PostBuildEvent>
<ProjectId>Qiniu</ProjectId>
<Version>8.5.1</Version>
<Version>8.6.0</Version>
<Authors>Rong Zhou, Qiniu SDK</Authors>
<Company>Shanghai Qiniu Information Technology Co., Ltd.</Company>
<Description>Qiniu Resource (Cloud) Storage SDK for C#</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Qiniu/QiniuCSharpSDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ public class QiniuCSharpSDK
/// <summary>
/// SDK版本号
/// </summary>
public const string VERSION = "8.5.1";
public const string VERSION = "8.6.0";

}

0 comments on commit e72a3fd

Please sign in to comment.