We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e978b4 commit 5c849f7Copy full SHA for 5c849f7
src/Qiniu/Qiniu.csproj
@@ -28,7 +28,7 @@
28
<PostBuildEvent>
29
</PostBuildEvent>
30
<ProjectId>Qiniu</ProjectId>
31
- <Version>8.3.1</Version>
+ <Version>8.4.0</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.3.1";
+ public const string VERSION = "8.4.0";
41
42
}
0 commit comments