Skip to content

Commit 196f650

Browse files
committed
bump version to v8.3.1
1 parent ebc3f22 commit 196f650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Qiniu/Qiniu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PostBuildEvent>
2929
</PostBuildEvent>
3030
<ProjectId>Qiniu</ProjectId>
31-
<Version>8.3.0</Version>
31+
<Version>8.3.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// Qiniu (Cloud) C# SDK for .NET Framework 2.0+/Core/UWP
33
/// Modules in this SDK:
44
/// "Storage" 存储相关功能,上传,下载,数据处理,资源管理
5-
/// "CDN", Fusion CDN, 融合CDN加速;
5+
/// "CDN", Fusion CDN, 融合CDN加速;
66
/// "Util", Utilities such as MD5 hashing, 实用工具(如MD5哈希计算等);
77
/// "Http", HTTP Request Manager, HTTP请求管理器
88
/// </summary>
@@ -37,6 +37,6 @@ public class QiniuCSharpSDK
3737
/// <summary>
3838
/// SDK版本号
3939
/// </summary>
40-
public const string VERSION = "8.3.0";
40+
public const string VERSION = "8.3.1";
4141

4242
}

0 commit comments

Comments
 (0)