Skip to content

Commit

Permalink
bump version to v8.5.0 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Dec 11, 2023
1 parent 2e55079 commit 30a8837
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
**2023-12-11**

v8.5.0

新增:对象存储,支持归档直读存储
修复:对象存储,批量操作支持自动查询 rs 服务域名

**2023-03-28**

v8.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/Qiniu/Qiniu.csproj
Expand Up @@ -28,7 +28,7 @@
<PostBuildEvent>
</PostBuildEvent>
<ProjectId>Qiniu</ProjectId>
<Version>8.4.0</Version>
<Version>8.5.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
Expand Up @@ -37,6 +37,6 @@ public class QiniuCSharpSDK
/// <summary>
/// SDK版本号
/// </summary>
public const string VERSION = "8.4.0";
public const string VERSION = "8.5.0";

}

0 comments on commit 30a8837

Please sign in to comment.