Skip to content

Commit bf3fbde

Browse files
committed
chore: update version and changelog
1 parent bddd04d commit bf3fbde

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**2024-08-23**
2+
3+
v8.5.1
4+
5+
修复:对象存储,分片并发上传实现非预期
6+
17
**2023-12-11**
28

39
v8.5.0

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.0</Version>
31+
<Version>8.5.1</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.0";
40+
public const string VERSION = "8.5.1";
4141

4242
}

0 commit comments

Comments
 (0)