diff --git a/Common/Common.AOT/Common.AOT.csproj b/Common/Common.AOT/Common.AOT.csproj index 49ad1844..e352a554 100644 --- a/Common/Common.AOT/Common.AOT.csproj +++ b/Common/Common.AOT/Common.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 Common $(ReleaseVersion) true diff --git a/Common/Common/Common.csproj b/Common/Common/Common.csproj index 8a8022a0..05881c38 100644 --- a/Common/Common/Common.csproj +++ b/Common/Common/Common.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 Common $(ReleaseVersion) diff --git a/Common/Common/LCCore.cs b/Common/Common/LCCore.cs index 06e4557f..72ac153d 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 = "0.10.18"; + public const string SDKVersion = "0.10.19"; // 接口版本号,用于接口版本管理 public const string APIVersion = "1.1"; diff --git a/Engine/Engine.csproj b/Engine/Engine.csproj index 75bd2707..aabf0c23 100644 --- a/Engine/Engine.csproj +++ b/Engine/Engine.csproj @@ -2,7 +2,7 @@ netcoreapp3.1 - 0.10.18 + 0.10.19 $(ReleaseVersion) LeanCloud.Engine true diff --git a/Libs/Google.Protobuf/LC.Google.Protobuf.csproj b/Libs/Google.Protobuf/LC.Google.Protobuf.csproj index 12546f5e..fec43bef 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 - 0.10.18 + 0.10.19 diff --git a/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj b/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj index 03ebc418..b245be42 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 - 0.10.18 + 0.10.19 diff --git a/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj b/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj index 42cfb02d..29b1958e 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 - 0.10.18 + 0.10.19 diff --git a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj index 467e056a..9985a680 100644 --- a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj +++ b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 LiveQuery $(ReleaseVersion) true diff --git a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj index 476601c5..5d10d104 100644 --- a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj +++ b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.10.18 + 0.10.19 diff --git a/LiveQuery/LiveQuery/LiveQuery.csproj b/LiveQuery/LiveQuery/LiveQuery.csproj index 3e9051df..3bfe8f50 100644 --- a/LiveQuery/LiveQuery/LiveQuery.csproj +++ b/LiveQuery/LiveQuery/LiveQuery.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 $(ReleaseVersion) true diff --git a/README.md b/README.md index 7bb7b70b..0e298c27 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ LeanCloud C# SDK,基于 .Net Standard 2.0 标准开发,包括服务如下: ```json "dependencies": { - "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.10.18", - "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.10.18" + "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.10.19", + "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.10.19" } ``` diff --git a/Realtime/Realtime.AOT/Realtime.AOT.csproj b/Realtime/Realtime.AOT/Realtime.AOT.csproj index 017a94f7..b4c4bb24 100644 --- a/Realtime/Realtime.AOT/Realtime.AOT.csproj +++ b/Realtime/Realtime.AOT/Realtime.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 Realtime $(ReleaseVersion) true diff --git a/Realtime/Realtime.Test/Realtime.Test.csproj b/Realtime/Realtime.Test/Realtime.Test.csproj index f3f56091..00383ae5 100644 --- a/Realtime/Realtime.Test/Realtime.Test.csproj +++ b/Realtime/Realtime.Test/Realtime.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.10.18 + 0.10.19 diff --git a/Realtime/Realtime/Realtime.csproj b/Realtime/Realtime/Realtime.csproj index 188967be..b0ce9a4c 100644 --- a/Realtime/Realtime/Realtime.csproj +++ b/Realtime/Realtime/Realtime.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 $(ReleaseVersion) LeanCloud.Realtime true diff --git a/Sample/LiveQueryApp/LiveQueryApp.csproj b/Sample/LiveQueryApp/LiveQueryApp.csproj index 08034a06..cd451582 100644 --- a/Sample/LiveQueryApp/LiveQueryApp.csproj +++ b/Sample/LiveQueryApp/LiveQueryApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.10.18 + 0.10.19 diff --git a/Sample/RealtimeApp/RealtimeApp.csproj b/Sample/RealtimeApp/RealtimeApp.csproj index 81384b2b..b169c679 100644 --- a/Sample/RealtimeApp/RealtimeApp.csproj +++ b/Sample/RealtimeApp/RealtimeApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.10.18 + 0.10.19 diff --git a/Storage/Storage.AOT/Storage.AOT.csproj b/Storage/Storage.AOT/Storage.AOT.csproj index 87486e2b..ffa24c30 100644 --- a/Storage/Storage.AOT/Storage.AOT.csproj +++ b/Storage/Storage.AOT/Storage.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 Storage $(ReleaseVersion) true diff --git a/Storage/Storage.Standard/Storage.Standard.csproj b/Storage/Storage.Standard/Storage.Standard.csproj index f4311861..334a9b04 100644 --- a/Storage/Storage.Standard/Storage.Standard.csproj +++ b/Storage/Storage.Standard/Storage.Standard.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 Storage.Standard $(ReleaseVersion) true diff --git a/Storage/Storage.Test/Storage.Test.csproj b/Storage/Storage.Test/Storage.Test.csproj index bf8b8ed7..7f8e77ee 100644 --- a/Storage/Storage.Test/Storage.Test.csproj +++ b/Storage/Storage.Test/Storage.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.10.18 + 0.10.19 diff --git a/Storage/Storage.Unity/Storage.Unity.csproj b/Storage/Storage.Unity/Storage.Unity.csproj index c1ae7470..8c51b70d 100644 --- a/Storage/Storage.Unity/Storage.Unity.csproj +++ b/Storage/Storage.Unity/Storage.Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 Storage.Unity $(ReleaseVersion) true diff --git a/Storage/Storage/Storage.csproj b/Storage/Storage/Storage.csproj index 7135f08e..c1747ea0 100644 --- a/Storage/Storage/Storage.csproj +++ b/Storage/Storage/Storage.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.10.18 + 0.10.19 $(ReleaseVersion) LeanCloud.Storage true diff --git a/csharp-sdk.sln b/csharp-sdk.sln index c70e452d..f1872356 100644 --- a/csharp-sdk.sln +++ b/csharp-sdk.sln @@ -158,6 +158,6 @@ Global {32CA12B3-9F65-4EE5-ADDB-D91B2665514C} = {3B53EFFB-6962-4EED-88FD-F9D6E9650A2D} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.10.18 + version = 0.10.19 EndGlobalSection EndGlobal