From ad9b1869174da228479d4d3d7fe83e49f23ffc82 Mon Sep 17 00:00:00 2001 From: leancloud-bot Date: Thu, 17 Aug 2023 10:48:25 +0800 Subject: [PATCH] release: 2.1.0 --- 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 +- Play/SDK/Play.Unity.csproj | 2 +- README.md | 4 ++-- 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 060bbf8d..831460ea 100644 --- a/Common/Common.AOT/Common.AOT.csproj +++ b/Common/Common.AOT/Common.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 Common $(ReleaseVersion) true diff --git a/Common/Common/Common.csproj b/Common/Common/Common.csproj index ec15bd74..a93b8d19 100644 --- a/Common/Common/Common.csproj +++ b/Common/Common/Common.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 Common $(ReleaseVersion) diff --git a/Common/Common/LCCore.cs b/Common/Common/LCCore.cs index f1412156..6288f547 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 = "2.0.0"; + public const string SDKVersion = "2.1.0"; // 接口版本号,用于接口版本管理 public const string APIVersion = "1.1"; diff --git a/Engine/Engine.csproj b/Engine/Engine.csproj index 30f51568..4e126ed4 100644 --- a/Engine/Engine.csproj +++ b/Engine/Engine.csproj @@ -2,7 +2,7 @@ netcoreapp3.1 - 2.0.0 + 2.1.0 $(ReleaseVersion) LeanCloud.Engine true diff --git a/Libs/Google.Protobuf/LC.Google.Protobuf.csproj b/Libs/Google.Protobuf/LC.Google.Protobuf.csproj index 7fab1a0d..c703ca79 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 - 2.0.0 + 2.1.0 diff --git a/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj b/Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj index 03429ad3..614b055e 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 - 2.0.0 + 2.1.0 diff --git a/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj b/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj index fb9b1c41..300743b7 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 - 2.0.0 + 2.1.0 diff --git a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj index e605bcee..75a4f3e2 100644 --- a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj +++ b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 LiveQuery $(ReleaseVersion) true diff --git a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj index 3896aa8a..78354ebe 100644 --- a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj +++ b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 2.0.0 + 2.1.0 diff --git a/LiveQuery/LiveQuery/LiveQuery.csproj b/LiveQuery/LiveQuery/LiveQuery.csproj index 9e4432df..bd7993d1 100644 --- a/LiveQuery/LiveQuery/LiveQuery.csproj +++ b/LiveQuery/LiveQuery/LiveQuery.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 $(ReleaseVersion) true diff --git a/Play/SDK/Play.Unity.csproj b/Play/SDK/Play.Unity.csproj index ff4a3913..f7193962 100644 --- a/Play/SDK/Play.Unity.csproj +++ b/Play/SDK/Play.Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 Play diff --git a/README.md b/README.md index af853258..44c3f30b 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-2.0.0", - "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-2.0.0", + "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-2.1.0", + "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-2.1.0", "com.leancloud.play": "https://github.com/leancloud/csharp-sdk-upm.git#play-1.0.4" } ``` diff --git a/Realtime/Realtime.Test/Realtime.Test.csproj b/Realtime/Realtime.Test/Realtime.Test.csproj index 8d66e84b..62e1f46a 100644 --- a/Realtime/Realtime.Test/Realtime.Test.csproj +++ b/Realtime/Realtime.Test/Realtime.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 2.0.0 + 2.1.0 diff --git a/Realtime/Realtime/Realtime.csproj b/Realtime/Realtime/Realtime.csproj index 825901d5..ebd9ccdd 100644 --- a/Realtime/Realtime/Realtime.csproj +++ b/Realtime/Realtime/Realtime.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 $(ReleaseVersion) LeanCloud.Realtime true diff --git a/Sample/LiveQueryApp/LiveQueryApp.csproj b/Sample/LiveQueryApp/LiveQueryApp.csproj index 93730db1..f1a81a5b 100644 --- a/Sample/LiveQueryApp/LiveQueryApp.csproj +++ b/Sample/LiveQueryApp/LiveQueryApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 2.0.0 + 2.1.0 diff --git a/Sample/RealtimeApp/RealtimeApp.csproj b/Sample/RealtimeApp/RealtimeApp.csproj index 6161b6de..61096a4a 100644 --- a/Sample/RealtimeApp/RealtimeApp.csproj +++ b/Sample/RealtimeApp/RealtimeApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 2.0.0 + 2.1.0 diff --git a/Storage/Storage.AOT/Storage.AOT.csproj b/Storage/Storage.AOT/Storage.AOT.csproj index be648085..eb873e92 100644 --- a/Storage/Storage.AOT/Storage.AOT.csproj +++ b/Storage/Storage.AOT/Storage.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 Storage $(ReleaseVersion) true diff --git a/Storage/Storage.Standard/Storage.Standard.csproj b/Storage/Storage.Standard/Storage.Standard.csproj index d13b4507..e3abfcc2 100644 --- a/Storage/Storage.Standard/Storage.Standard.csproj +++ b/Storage/Storage.Standard/Storage.Standard.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 Storage.Standard $(ReleaseVersion) true diff --git a/Storage/Storage.Test/Storage.Test.csproj b/Storage/Storage.Test/Storage.Test.csproj index 84b92a26..824136a1 100644 --- a/Storage/Storage.Test/Storage.Test.csproj +++ b/Storage/Storage.Test/Storage.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 2.0.0 + 2.1.0 diff --git a/Storage/Storage.Unity/Storage.Unity.csproj b/Storage/Storage.Unity/Storage.Unity.csproj index c23cec02..4d758583 100644 --- a/Storage/Storage.Unity/Storage.Unity.csproj +++ b/Storage/Storage.Unity/Storage.Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 Storage.Unity $(ReleaseVersion) true diff --git a/Storage/Storage/Storage.csproj b/Storage/Storage/Storage.csproj index 9d9c9fce..0cf958d0 100644 --- a/Storage/Storage/Storage.csproj +++ b/Storage/Storage/Storage.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.0.0 + 2.1.0 $(ReleaseVersion) LeanCloud.Storage true diff --git a/csharp-sdk.sln b/csharp-sdk.sln index 8e0a1514..34d2ec05 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 = 2.0.0 + version = 2.1.0 EndGlobalSection EndGlobal