We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddd04d commit bf3fbdeCopy full SHA for bf3fbde
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+**2024-08-23**
2
+
3
+v8.5.1
4
5
+修复:对象存储,分片并发上传实现非预期
6
7
**2023-12-11**
8
9
v8.5.0
src/Qiniu/Qiniu.csproj
@@ -28,7 +28,7 @@
28
<PostBuildEvent>
29
</PostBuildEvent>
30
<ProjectId>Qiniu</ProjectId>
31
- <Version>8.5.0</Version>
+ <Version>8.5.1</Version>
32
<Authors>Rong Zhou, Qiniu SDK</Authors>
33
<Company>Shanghai Qiniu Information Technology Co., Ltd.</Company>
34
<Description>Qiniu Resource (Cloud) Storage SDK for C#</Description>
src/Qiniu/QiniuCSharpSDK.cs
@@ -37,6 +37,6 @@ public class QiniuCSharpSDK
37
/// <summary>
38
/// SDK版本号
39
/// </summary>
40
- public const string VERSION = "8.5.0";
+ public const string VERSION = "8.5.1";
41
42
}
0 commit comments