diff --git a/Common/Common-Unity/Common-Unity.csproj b/Common/Common-Unity/Common-Unity.csproj index 442b7f6..ec29707 100644 --- a/Common/Common-Unity/Common-Unity.csproj +++ b/Common/Common-Unity/Common-Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.1 + 0.6.2 Common diff --git a/Common/Common/Common.csproj b/Common/Common/Common.csproj index acd3b05..a8d3211 100644 --- a/Common/Common/Common.csproj +++ b/Common/Common/Common.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.1 + 0.6.2 Common diff --git a/LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj b/LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj index bc8e377..c536e78 100644 --- a/LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj +++ b/LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj @@ -3,7 +3,7 @@ netstandard2.0 true - 0.6.1 + 0.6.2 LiveQuery diff --git a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj index 71ebc6c..b3e1b66 100644 --- a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj +++ b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj @@ -4,7 +4,7 @@ netcoreapp2.2 false - 0.6.1 + 0.6.2 diff --git a/LiveQuery/LiveQuery/LiveQuery.csproj b/LiveQuery/LiveQuery/LiveQuery.csproj index bad7836..ac92cdd 100644 --- a/LiveQuery/LiveQuery/LiveQuery.csproj +++ b/LiveQuery/LiveQuery/LiveQuery.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.1 + 0.6.2 true diff --git a/Realtime/Realtime-Unity/Realtime-Unity.csproj b/Realtime/Realtime-Unity/Realtime-Unity.csproj index ec93053..c73c438 100644 --- a/Realtime/Realtime-Unity/Realtime-Unity.csproj +++ b/Realtime/Realtime-Unity/Realtime-Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.1 + 0.6.2 true Realtime diff --git a/Realtime/Realtime.Test/Realtime.Test.csproj b/Realtime/Realtime.Test/Realtime.Test.csproj index f4f25e1..769f88b 100644 --- a/Realtime/Realtime.Test/Realtime.Test.csproj +++ b/Realtime/Realtime.Test/Realtime.Test.csproj @@ -4,7 +4,7 @@ netcoreapp2.2 false - 0.6.1 + 0.6.2 diff --git a/Realtime/Realtime/Realtime.csproj b/Realtime/Realtime/Realtime.csproj index 7710a5e..537885a 100644 --- a/Realtime/Realtime/Realtime.csproj +++ b/Realtime/Realtime/Realtime.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.1 + 0.6.2 LeanCloud.Realtime true diff --git a/Sample/LiveQueryApp/LiveQueryApp.csproj b/Sample/LiveQueryApp/LiveQueryApp.csproj index 0f0aaa6..34f8473 100644 --- a/Sample/LiveQueryApp/LiveQueryApp.csproj +++ b/Sample/LiveQueryApp/LiveQueryApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.0 - 0.6.1 + 0.6.2 diff --git a/Sample/RealtimeApp/RealtimeApp.csproj b/Sample/RealtimeApp/RealtimeApp.csproj index 12a7bd2..59d4ba4 100644 --- a/Sample/RealtimeApp/RealtimeApp.csproj +++ b/Sample/RealtimeApp/RealtimeApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.0 - 0.6.1 + 0.6.2 diff --git a/Storage/Storage-Unity/Storage-Unity.csproj b/Storage/Storage-Unity/Storage-Unity.csproj index f706533..b0ec674 100644 --- a/Storage/Storage-Unity/Storage-Unity.csproj +++ b/Storage/Storage-Unity/Storage-Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.1 + 0.6.2 Storage diff --git a/Storage/Storage.Test/Storage.Test.csproj b/Storage/Storage.Test/Storage.Test.csproj index 1f48abe..4977607 100644 --- a/Storage/Storage.Test/Storage.Test.csproj +++ b/Storage/Storage.Test/Storage.Test.csproj @@ -4,7 +4,7 @@ netcoreapp2.2 false - 0.6.1 + 0.6.2 diff --git a/Storage/Storage/LCApplication.cs b/Storage/Storage/LCApplication.cs index df9b199..7f94a0b 100644 --- a/Storage/Storage/LCApplication.cs +++ b/Storage/Storage/LCApplication.cs @@ -9,7 +9,7 @@ namespace LeanCloud { /// public class LCApplication { // SDK 版本号,用于 User-Agent 统计 - internal const string SDKVersion = "0.6.1"; + internal const string SDKVersion = "0.6.2"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1"; diff --git a/Storage/Storage/Storage.csproj b/Storage/Storage/Storage.csproj index ce6272d..11dce7a 100644 --- a/Storage/Storage/Storage.csproj +++ b/Storage/Storage/Storage.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.6.1 + 0.6.2 LeanCloud.Storage true diff --git a/csharp-sdk.sln b/csharp-sdk.sln index a2787ac..639c146 100644 --- a/csharp-sdk.sln +++ b/csharp-sdk.sln @@ -112,6 +112,6 @@ Global {9D5E6A37-8925-48ED-B7EA-12C89291B59D} = {2D980281-F060-4363-AB7A-D4B6C30ADDBB} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.6.1 + version = 0.6.2 EndGlobalSection EndGlobal