From 59284682a0827a33b3c9708cb30b59474db37fb3 Mon Sep 17 00:00:00 2001 From: oneRain Date: Thu, 25 Mar 2021 11:01:07 +0800 Subject: [PATCH] release: 0.7.0 --- Common/Common-Unity/Common-Unity.csproj | 2 +- Common/Common/Common.csproj | 2 +- Engine/Engine.csproj | 2 +- LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj | 2 +- LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj | 2 +- LiveQuery/LiveQuery/LiveQuery.csproj | 2 +- Realtime/Realtime-Unity/Realtime-Unity.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-Unity/Storage-Unity.csproj | 2 +- Storage/Storage.Test/Storage.Test.csproj | 2 +- Storage/Storage/LCApplication.cs | 2 +- Storage/Storage/Storage.csproj | 2 +- csharp-sdk.sln | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Common/Common-Unity/Common-Unity.csproj b/Common/Common-Unity/Common-Unity.csproj index 3950982..260f60a 100644 --- a/Common/Common-Unity/Common-Unity.csproj +++ b/Common/Common-Unity/Common-Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.4 + 0.7.0 Common diff --git a/Common/Common/Common.csproj b/Common/Common/Common.csproj index 7965327..9aa5111 100644 --- a/Common/Common/Common.csproj +++ b/Common/Common/Common.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.4 + 0.7.0 Common diff --git a/Engine/Engine.csproj b/Engine/Engine.csproj index d6c4b94..a598406 100644 --- a/Engine/Engine.csproj +++ b/Engine/Engine.csproj @@ -2,7 +2,7 @@ netcoreapp3.1 - 0.6.4 + 0.7.0 LeanCloud.Engine true diff --git a/LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj b/LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj index c54a0cb..9cac714 100644 --- a/LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj +++ b/LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj @@ -3,7 +3,7 @@ netstandard2.0 true - 0.6.4 + 0.7.0 LiveQuery diff --git a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj index e2572b8..8208355 100644 --- a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj +++ b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.6.4 + 0.7.0 diff --git a/LiveQuery/LiveQuery/LiveQuery.csproj b/LiveQuery/LiveQuery/LiveQuery.csproj index 194480b..2dd6ea9 100644 --- a/LiveQuery/LiveQuery/LiveQuery.csproj +++ b/LiveQuery/LiveQuery/LiveQuery.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.4 + 0.7.0 true diff --git a/Realtime/Realtime-Unity/Realtime-Unity.csproj b/Realtime/Realtime-Unity/Realtime-Unity.csproj index c787767..cb1581b 100644 --- a/Realtime/Realtime-Unity/Realtime-Unity.csproj +++ b/Realtime/Realtime-Unity/Realtime-Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.4 + 0.7.0 true Realtime diff --git a/Realtime/Realtime.Test/Realtime.Test.csproj b/Realtime/Realtime.Test/Realtime.Test.csproj index 49426a2..6f882ab 100644 --- a/Realtime/Realtime.Test/Realtime.Test.csproj +++ b/Realtime/Realtime.Test/Realtime.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.6.4 + 0.7.0 diff --git a/Realtime/Realtime/Realtime.csproj b/Realtime/Realtime/Realtime.csproj index 939fd82..22636aa 100644 --- a/Realtime/Realtime/Realtime.csproj +++ b/Realtime/Realtime/Realtime.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.4 + 0.7.0 LeanCloud.Realtime true diff --git a/Sample/LiveQueryApp/LiveQueryApp.csproj b/Sample/LiveQueryApp/LiveQueryApp.csproj index 3275758..22b8296 100644 --- a/Sample/LiveQueryApp/LiveQueryApp.csproj +++ b/Sample/LiveQueryApp/LiveQueryApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.6.4 + 0.7.0 diff --git a/Sample/RealtimeApp/RealtimeApp.csproj b/Sample/RealtimeApp/RealtimeApp.csproj index 975b1b4..be247c9 100644 --- a/Sample/RealtimeApp/RealtimeApp.csproj +++ b/Sample/RealtimeApp/RealtimeApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.6.4 + 0.7.0 diff --git a/Storage/Storage-Unity/Storage-Unity.csproj b/Storage/Storage-Unity/Storage-Unity.csproj index e1dc67e..6228128 100644 --- a/Storage/Storage-Unity/Storage-Unity.csproj +++ b/Storage/Storage-Unity/Storage-Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.4 + 0.7.0 Storage diff --git a/Storage/Storage.Test/Storage.Test.csproj b/Storage/Storage.Test/Storage.Test.csproj index 523782b..dea26e0 100644 --- a/Storage/Storage.Test/Storage.Test.csproj +++ b/Storage/Storage.Test/Storage.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.6.4 + 0.7.0 diff --git a/Storage/Storage/LCApplication.cs b/Storage/Storage/LCApplication.cs index 1b121fa..56492fa 100644 --- a/Storage/Storage/LCApplication.cs +++ b/Storage/Storage/LCApplication.cs @@ -10,7 +10,7 @@ namespace LeanCloud { /// public class LCApplication { // SDK 版本号,用于 User-Agent 统计 - public const string SDKVersion = "0.6.4"; + public const string SDKVersion = "0.7.0"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1"; diff --git a/Storage/Storage/Storage.csproj b/Storage/Storage/Storage.csproj index 0d320d5..f54d5ea 100644 --- a/Storage/Storage/Storage.csproj +++ b/Storage/Storage/Storage.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.4 + 0.7.0 LeanCloud.Storage true diff --git a/csharp-sdk.sln b/csharp-sdk.sln index 3f7d58c..9d34f8d 100644 --- a/csharp-sdk.sln +++ b/csharp-sdk.sln @@ -121,6 +121,6 @@ Global {0A6AEBC9-9A36-4EA7-8F58-8B951126092D} = {8087ABCD-629C-4EE5-9ECE-8BDAE631236F} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.6.4 + version = 0.7.0 EndGlobalSection EndGlobal