oneRain 2020-05-13 18:02:52 +08:00
parent 4ac5bff95b
commit f2dadd55f8
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ deploy:
- "LeanCloud-SDK-Storage-Unity.zip"
- "LeanCloud-SDK-Realtime-Standard.zip"
- "LeanCloud-SDK-Realtime-Unity.zip"
- "LeanCloud-SDK-LiveQuery-Standard.zip"
- "LeanCloud-SDK-LiveQuery-Unity.zip"
skip_cleanup: true
on:
repo: leancloud/csharp-sdk

View File

@ -9,7 +9,7 @@ namespace LeanCloud {
/// </summary>
public class LCApplication {
// SDK 版本号,用于 User-Agent 统计
internal const string SDKVersion = "0.4.0";
internal const string SDKVersion = "0.4.1";
// 接口版本号,用于接口版本管理
internal const string APIVersion = "1.1";