diff --git a/Common/Common.AOT/Common.AOT.csproj b/Common/Common.AOT/Common.AOT.csproj
index c1bcf0c1..00b638b7 100644
--- a/Common/Common.AOT/Common.AOT.csproj
+++ b/Common/Common.AOT/Common.AOT.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
Common
$(ReleaseVersion)
true
diff --git a/Common/Common/Common.csproj b/Common/Common/Common.csproj
index 3ae1a0fa..b317fda8 100644
--- a/Common/Common/Common.csproj
+++ b/Common/Common/Common.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
Common
$(ReleaseVersion)
diff --git a/Common/Common/LCCore.cs b/Common/Common/LCCore.cs
index 1c32cf7a..bc894b22 100644
--- a/Common/Common/LCCore.cs
+++ b/Common/Common/LCCore.cs
@@ -10,7 +10,7 @@ public class LCCore {
public const string SDKName = "LeanCloud-CSharp-SDK";
// SDK 版本号,用于 User-Agent 统计
- public const string SDKVersion = "1.0.7";
+ public const string SDKVersion = "1.0.8";
// 接口版本号,用于接口版本管理
public const string APIVersion = "1.1";
diff --git a/Engine/Engine.csproj b/Engine/Engine.csproj
index 7095f234..7c524c14 100644
--- a/Engine/Engine.csproj
+++ b/Engine/Engine.csproj
@@ -2,7 +2,7 @@
netcoreapp3.1
- 1.0.7
+ 1.0.8
$(ReleaseVersion)
LeanCloud.Engine
true
diff --git a/Libs/Google.Protobuf/LC.Google.Protobuf.csproj b/Libs/Google.Protobuf/LC.Google.Protobuf.csproj
index 253bc6b4..5020b456 100644
--- a/Libs/Google.Protobuf/LC.Google.Protobuf.csproj
+++ b/Libs/Google.Protobuf/LC.Google.Protobuf.csproj
@@ -20,7 +20,7 @@
https://github.com/protocolbuffers/protobuf.git
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
- 1.0.7
+ 1.0.8
diff --git a/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj b/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj
index 819aa4ee..c94510c8 100644
--- a/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj
+++ b/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj
@@ -34,7 +34,7 @@
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
false
- 1.0.7
+ 1.0.8
diff --git a/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj b/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj
index e9ca31ca..9f135309 100644
--- a/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj
+++ b/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj
@@ -30,7 +30,7 @@
true
snupkg
Newtonsoft.Json.ruleset
- 1.0.7
+ 1.0.8
diff --git a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj
index db952605..c0886834 100644
--- a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj
+++ b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
LiveQuery
$(ReleaseVersion)
true
diff --git a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj
index d9def086..c12643fc 100644
--- a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj
+++ b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj
@@ -4,7 +4,7 @@
netcoreapp3.1
false
- 1.0.7
+ 1.0.8
diff --git a/LiveQuery/LiveQuery/LiveQuery.csproj b/LiveQuery/LiveQuery/LiveQuery.csproj
index 1299800a..14d79ab7 100644
--- a/LiveQuery/LiveQuery/LiveQuery.csproj
+++ b/LiveQuery/LiveQuery/LiveQuery.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
$(ReleaseVersion)
true
diff --git a/Play/SDK/Play.Unity.csproj b/Play/SDK/Play.Unity.csproj
index feff02b7..e330fc6c 100644
--- a/Play/SDK/Play.Unity.csproj
+++ b/Play/SDK/Play.Unity.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
Play
diff --git a/README.md b/README.md
index f37fa80d..db7c8577 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ LeanCloud C# SDK,基于 .Net Standard 2.0 标准开发,包括服务如下:
```json
"dependencies": {
- "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-1.0.7",
- "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-1.0.7",
+ "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-1.0.8",
+ "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-1.0.8",
"com.leancloud.play": "https://github.com/leancloud/csharp-sdk-upm.git#play-1.0.4"
}
```
diff --git a/Realtime/Realtime.AOT/Realtime.AOT.csproj b/Realtime/Realtime.AOT/Realtime.AOT.csproj
index 601b441c..672dc362 100644
--- a/Realtime/Realtime.AOT/Realtime.AOT.csproj
+++ b/Realtime/Realtime.AOT/Realtime.AOT.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
Realtime
$(ReleaseVersion)
true
diff --git a/Realtime/Realtime.Test/Realtime.Test.csproj b/Realtime/Realtime.Test/Realtime.Test.csproj
index 23befb9b..442d5c83 100644
--- a/Realtime/Realtime.Test/Realtime.Test.csproj
+++ b/Realtime/Realtime.Test/Realtime.Test.csproj
@@ -4,7 +4,7 @@
netcoreapp3.1
false
- 1.0.7
+ 1.0.8
diff --git a/Realtime/Realtime/Realtime.csproj b/Realtime/Realtime/Realtime.csproj
index 92fda237..86c81cc7 100644
--- a/Realtime/Realtime/Realtime.csproj
+++ b/Realtime/Realtime/Realtime.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
$(ReleaseVersion)
LeanCloud.Realtime
true
diff --git a/Sample/LiveQueryApp/LiveQueryApp.csproj b/Sample/LiveQueryApp/LiveQueryApp.csproj
index 366a9067..1120d301 100644
--- a/Sample/LiveQueryApp/LiveQueryApp.csproj
+++ b/Sample/LiveQueryApp/LiveQueryApp.csproj
@@ -3,7 +3,7 @@
Exe
netcoreapp3.1
- 1.0.7
+ 1.0.8
diff --git a/Sample/RealtimeApp/RealtimeApp.csproj b/Sample/RealtimeApp/RealtimeApp.csproj
index e6c30120..11a6fc6f 100644
--- a/Sample/RealtimeApp/RealtimeApp.csproj
+++ b/Sample/RealtimeApp/RealtimeApp.csproj
@@ -3,7 +3,7 @@
Exe
netcoreapp3.1
- 1.0.7
+ 1.0.8
diff --git a/Storage/Storage.AOT/Storage.AOT.csproj b/Storage/Storage.AOT/Storage.AOT.csproj
index 66300b89..9ce9cc15 100644
--- a/Storage/Storage.AOT/Storage.AOT.csproj
+++ b/Storage/Storage.AOT/Storage.AOT.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
Storage
$(ReleaseVersion)
true
diff --git a/Storage/Storage.Standard/Storage.Standard.csproj b/Storage/Storage.Standard/Storage.Standard.csproj
index a53c192f..0df433d8 100644
--- a/Storage/Storage.Standard/Storage.Standard.csproj
+++ b/Storage/Storage.Standard/Storage.Standard.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
Storage.Standard
$(ReleaseVersion)
true
diff --git a/Storage/Storage.Test/Storage.Test.csproj b/Storage/Storage.Test/Storage.Test.csproj
index e7df4a6c..cbb7207d 100644
--- a/Storage/Storage.Test/Storage.Test.csproj
+++ b/Storage/Storage.Test/Storage.Test.csproj
@@ -4,7 +4,7 @@
netcoreapp3.1
false
- 1.0.7
+ 1.0.8
diff --git a/Storage/Storage.Unity/Storage.Unity.csproj b/Storage/Storage.Unity/Storage.Unity.csproj
index 9fa80fce..f526bb12 100644
--- a/Storage/Storage.Unity/Storage.Unity.csproj
+++ b/Storage/Storage.Unity/Storage.Unity.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
Storage.Unity
$(ReleaseVersion)
true
diff --git a/Storage/Storage/Storage.csproj b/Storage/Storage/Storage.csproj
index b6d943ec..8593b9ea 100644
--- a/Storage/Storage/Storage.csproj
+++ b/Storage/Storage/Storage.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- 1.0.7
+ 1.0.8
$(ReleaseVersion)
LeanCloud.Storage
true
diff --git a/csharp-sdk.sln b/csharp-sdk.sln
index 4b38d3d7..c4e7cd37 100644
--- a/csharp-sdk.sln
+++ b/csharp-sdk.sln
@@ -167,6 +167,6 @@ Global
{596E6EDA-B230-4AB5-BFB8-66F8C897F35B} = {31D674F3-A62C-4074-9B4E-0EB034F63A30}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
- version = 1.0.7
+ version = 1.0.8
EndGlobalSection
EndGlobal