From 3fd9c772d179a278446b24c07f9e5ff6100afadc Mon Sep 17 00:00:00 2001 From: oneRain Date: Thu, 2 Sep 2021 16:39:15 +0800 Subject: [PATCH] release: 0.9.7 --- Common/Common.AOT/Common.AOT.csproj | 2 +- Common/Common/Common.csproj | 2 +- Common/Common/LCCore.cs | 2 +- Engine/Engine.csproj | 2 +- Libs/Google.Protobuf/LC.Google.Protobuf.csproj | 2 +- Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj | 2 +- Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj | 2 +- LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj | 2 +- LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj | 2 +- LiveQuery/LiveQuery/LiveQuery.csproj | 2 +- README.md | 4 ++-- Realtime/Realtime.AOT/Realtime.AOT.csproj | 2 +- Realtime/Realtime.Test/Realtime.Test.csproj | 2 +- Realtime/Realtime/Realtime.csproj | 2 +- Sample/LiveQueryApp/LiveQueryApp.csproj | 2 +- Sample/RealtimeApp/RealtimeApp.csproj | 2 +- Storage/Storage.AOT/Storage.AOT.csproj | 2 +- Storage/Storage.Standard/Storage.Standard.csproj | 2 +- Storage/Storage.Test/Storage.Test.csproj | 2 +- Storage/Storage.Unity/Storage.Unity.csproj | 2 +- Storage/Storage/Storage.csproj | 2 +- csharp-sdk.sln | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Common/Common.AOT/Common.AOT.csproj b/Common/Common.AOT/Common.AOT.csproj index 0ca35c64..4c98466d 100644 --- a/Common/Common.AOT/Common.AOT.csproj +++ b/Common/Common.AOT/Common.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 Common true diff --git a/Common/Common/Common.csproj b/Common/Common/Common.csproj index 92b8bd53..c163a35a 100644 --- a/Common/Common/Common.csproj +++ b/Common/Common/Common.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 Common diff --git a/Common/Common/LCCore.cs b/Common/Common/LCCore.cs index f70c499a..c4eca743 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.9.6"; + public const string SDKVersion = "0.9.7"; // 接口版本号,用于接口版本管理 public const string APIVersion = "1.1"; diff --git a/Engine/Engine.csproj b/Engine/Engine.csproj index 1c65f756..b1ec6cb7 100644 --- a/Engine/Engine.csproj +++ b/Engine/Engine.csproj @@ -2,7 +2,7 @@ netcoreapp3.1 - 0.9.6 + 0.9.7 LeanCloud.Engine true diff --git a/Libs/Google.Protobuf/LC.Google.Protobuf.csproj b/Libs/Google.Protobuf/LC.Google.Protobuf.csproj index d8093b14..62c4cac8 100644 --- a/Libs/Google.Protobuf/LC.Google.Protobuf.csproj +++ b/Libs/Google.Protobuf/LC.Google.Protobuf.csproj @@ -23,7 +23,7 @@ True $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - 0.9.6 + 0.9.7 LC.Google.Protobuf diff --git a/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj b/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj index 44737e23..5adabf00 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.9.6 + 0.9.7 diff --git a/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj b/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj index 497427c8..5b9b9e0f 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.9.6 + 0.9.7 diff --git a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj index 2577ca7e..28fa6c06 100644 --- a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj +++ b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 LiveQuery true diff --git a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj index 4954b0b4..b19c0cf0 100644 --- a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj +++ b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.9.6 + 0.9.7 diff --git a/LiveQuery/LiveQuery/LiveQuery.csproj b/LiveQuery/LiveQuery/LiveQuery.csproj index 1305d304..bad67b9a 100644 --- a/LiveQuery/LiveQuery/LiveQuery.csproj +++ b/LiveQuery/LiveQuery/LiveQuery.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 true diff --git a/README.md b/README.md index b7dc61f8..0df36c24 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.9.6", - "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.6" + "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.9.7", + "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.7" } ``` diff --git a/Realtime/Realtime.AOT/Realtime.AOT.csproj b/Realtime/Realtime.AOT/Realtime.AOT.csproj index 5c2b0a41..82966b89 100644 --- a/Realtime/Realtime.AOT/Realtime.AOT.csproj +++ b/Realtime/Realtime.AOT/Realtime.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 Realtime true diff --git a/Realtime/Realtime.Test/Realtime.Test.csproj b/Realtime/Realtime.Test/Realtime.Test.csproj index e3fb5052..85665586 100644 --- a/Realtime/Realtime.Test/Realtime.Test.csproj +++ b/Realtime/Realtime.Test/Realtime.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.9.6 + 0.9.7 diff --git a/Realtime/Realtime/Realtime.csproj b/Realtime/Realtime/Realtime.csproj index 529072ba..427b4fe5 100644 --- a/Realtime/Realtime/Realtime.csproj +++ b/Realtime/Realtime/Realtime.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 LeanCloud.Realtime true diff --git a/Sample/LiveQueryApp/LiveQueryApp.csproj b/Sample/LiveQueryApp/LiveQueryApp.csproj index 5d3e4adb..bbcbe015 100644 --- a/Sample/LiveQueryApp/LiveQueryApp.csproj +++ b/Sample/LiveQueryApp/LiveQueryApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.9.6 + 0.9.7 diff --git a/Sample/RealtimeApp/RealtimeApp.csproj b/Sample/RealtimeApp/RealtimeApp.csproj index 45222ba3..2c1a5548 100644 --- a/Sample/RealtimeApp/RealtimeApp.csproj +++ b/Sample/RealtimeApp/RealtimeApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.9.6 + 0.9.7 diff --git a/Storage/Storage.AOT/Storage.AOT.csproj b/Storage/Storage.AOT/Storage.AOT.csproj index 5ade5421..6a56602b 100644 --- a/Storage/Storage.AOT/Storage.AOT.csproj +++ b/Storage/Storage.AOT/Storage.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 Storage true diff --git a/Storage/Storage.Standard/Storage.Standard.csproj b/Storage/Storage.Standard/Storage.Standard.csproj index f139cfe4..5b758dbc 100644 --- a/Storage/Storage.Standard/Storage.Standard.csproj +++ b/Storage/Storage.Standard/Storage.Standard.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 Storage.Standard true diff --git a/Storage/Storage.Test/Storage.Test.csproj b/Storage/Storage.Test/Storage.Test.csproj index 5e241c7c..aca18fe8 100644 --- a/Storage/Storage.Test/Storage.Test.csproj +++ b/Storage/Storage.Test/Storage.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.9.6 + 0.9.7 diff --git a/Storage/Storage.Unity/Storage.Unity.csproj b/Storage/Storage.Unity/Storage.Unity.csproj index 123daeb5..f70b5312 100644 --- a/Storage/Storage.Unity/Storage.Unity.csproj +++ b/Storage/Storage.Unity/Storage.Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 Storage.Unity true diff --git a/Storage/Storage/Storage.csproj b/Storage/Storage/Storage.csproj index 54729e10..280bfea7 100644 --- a/Storage/Storage/Storage.csproj +++ b/Storage/Storage/Storage.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.9.6 + 0.9.7 LeanCloud.Storage true diff --git a/csharp-sdk.sln b/csharp-sdk.sln index 7cc128cd..2de26140 100644 --- a/csharp-sdk.sln +++ b/csharp-sdk.sln @@ -158,6 +158,6 @@ Global {6FD7F9B7-CF80-49C9-972B-A416C9F7E335} = {076871D0-BE1F-4AF0-B83E-697C71C0C3B3} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.9.6 + version = 0.9.7 EndGlobalSection EndGlobal