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 be1c7d2 commit 36e0960Copy full SHA for 36e0960
CHANGELOG.md
@@ -1,5 +1,9 @@
1
**2024-09-05**
2
3
+v8.7.0
4
+
5
+新增:持久化处理,支持工作流模版
6
7
v8.6.0
8
9
新增:验证 Qbox, Qiniu 签名的辅助方法
src/Qiniu/QiniuCSharpSDK.cs
@@ -37,6 +37,6 @@ public class QiniuCSharpSDK
37
/// <summary>
38
/// SDK版本号
39
/// </summary>
40
- public const string VERSION = "8.6.0";
+ public const string VERSION = "8.7.0";
41
42
}
0 commit comments