From 5d44a8620efd74b45d7198eeb9a449d33160f79f Mon Sep 17 00:00:00 2001 From: oneRain Date: Thu, 1 Apr 2021 11:20:01 +0800 Subject: [PATCH] release: 0.7.2 --- Common/Common.AOT/Common.AOT.csproj | 2 +- Common/Common/Common.csproj | 2 +- Engine/Engine.csproj | 2 +- LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj | 2 +- .../LiveQuery.Test/LiveQuery.Test.csproj | 2 +- LiveQuery/LiveQuery/LiveQuery.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.Test/Storage.Test.csproj | 2 +- Storage/Storage/LCApplication.cs | 2 +- Storage/Storage/Storage.csproj | 2 +- csharp-sdk.sln | 70 +++++++++---------- 14 files changed, 48 insertions(+), 48 deletions(-) diff --git a/Common/Common.AOT/Common.AOT.csproj b/Common/Common.AOT/Common.AOT.csproj index a69ba82..16d0a7a 100644 --- a/Common/Common.AOT/Common.AOT.csproj +++ b/Common/Common.AOT/Common.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.1 + 0.7.2 Common true diff --git a/Common/Common/Common.csproj b/Common/Common/Common.csproj index 8ecbd25..ebc80cc 100644 --- a/Common/Common/Common.csproj +++ b/Common/Common/Common.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.1 + 0.7.2 Common diff --git a/Engine/Engine.csproj b/Engine/Engine.csproj index 00ae358..437a1d6 100644 --- a/Engine/Engine.csproj +++ b/Engine/Engine.csproj @@ -2,7 +2,7 @@ netcoreapp3.1 - 0.7.1 + 0.7.2 LeanCloud.Engine true diff --git a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj index 820d25f..8711fe1 100644 --- a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj +++ b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.1 + 0.7.2 LiveQuery true diff --git a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj index e7cf24d..95c6980 100644 --- a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj +++ b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.7.1 + 0.7.2 diff --git a/LiveQuery/LiveQuery/LiveQuery.csproj b/LiveQuery/LiveQuery/LiveQuery.csproj index 6bdb9ed..214bf59 100644 --- a/LiveQuery/LiveQuery/LiveQuery.csproj +++ b/LiveQuery/LiveQuery/LiveQuery.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.1 + 0.7.2 true diff --git a/Realtime/Realtime.Test/Realtime.Test.csproj b/Realtime/Realtime.Test/Realtime.Test.csproj index ff5f8a6..64e62f1 100644 --- a/Realtime/Realtime.Test/Realtime.Test.csproj +++ b/Realtime/Realtime.Test/Realtime.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.7.1 + 0.7.2 diff --git a/Realtime/Realtime/Realtime.csproj b/Realtime/Realtime/Realtime.csproj index 02da402..abad282 100644 --- a/Realtime/Realtime/Realtime.csproj +++ b/Realtime/Realtime/Realtime.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.1 + 0.7.2 LeanCloud.Realtime true diff --git a/Sample/LiveQueryApp/LiveQueryApp.csproj b/Sample/LiveQueryApp/LiveQueryApp.csproj index 175d089..578ec0f 100644 --- a/Sample/LiveQueryApp/LiveQueryApp.csproj +++ b/Sample/LiveQueryApp/LiveQueryApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.7.1 + 0.7.2 diff --git a/Sample/RealtimeApp/RealtimeApp.csproj b/Sample/RealtimeApp/RealtimeApp.csproj index 7628c8f..4ccc20a 100644 --- a/Sample/RealtimeApp/RealtimeApp.csproj +++ b/Sample/RealtimeApp/RealtimeApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.7.1 + 0.7.2 diff --git a/Storage/Storage.Test/Storage.Test.csproj b/Storage/Storage.Test/Storage.Test.csproj index a3203b4..b422267 100644 --- a/Storage/Storage.Test/Storage.Test.csproj +++ b/Storage/Storage.Test/Storage.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.7.1 + 0.7.2 diff --git a/Storage/Storage/LCApplication.cs b/Storage/Storage/LCApplication.cs index 05f9b2b..8c00ce3 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.7.1"; + public const string SDKVersion = "0.7.2"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1"; diff --git a/Storage/Storage/Storage.csproj b/Storage/Storage/Storage.csproj index 2abf9e8..f18515b 100644 --- a/Storage/Storage/Storage.csproj +++ b/Storage/Storage/Storage.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.1 + 0.7.2 LeanCloud.Storage true diff --git a/csharp-sdk.sln b/csharp-sdk.sln index 472f2d5..10c7018 100644 --- a/csharp-sdk.sln +++ b/csharp-sdk.sln @@ -35,19 +35,19 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{3B53EFFB-6 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Test", "Storage\Storage.Test\Storage.Test.csproj", "{07B8BAE6-CA9A-48B0-9881-F63F1F5DCE70}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LC.Google.Protobuf", "Libs\Google.Protobuf\LC.Google.Protobuf.csproj", "{B3BB497E-D654-4680-8312-ABCC12FFBBB2}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LC.Newtonsoft.Json", "Libs\Newtonsoft.Json\LC.Newtonsoft.Json.csproj", "{9808CC82-171F-4046-A252-AA1C5C5BC222}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.AOT", "Common\Common.AOT\Common.AOT.csproj", "{BF90B92D-84D1-47DD-99D4-91C33A229FF9}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.AOT", "Storage\Storage.AOT\Storage.AOT.csproj", "{81A5200F-6992-4BF5-883B-CE207E6E97DB}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Realtime.AOT", "Realtime\Realtime.AOT\Realtime.AOT.csproj", "{84C9B97C-B084-447A-921F-4F1977F23C94}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiveQuery.AOT", "LiveQuery\LiveQuery.AOT\LiveQuery.AOT.csproj", "{5BE8789B-56C6-444F-87BF-F9447EE1E128}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LC.Newtonsoft.Json.AOT", "Libs\Newtonsoft.Json.AOT\LC.Newtonsoft.Json.AOT.csproj", "{531106D1-CFEA-4396-95F0-79EBCD85EAB1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.AOT", "Storage\Storage.AOT\Storage.AOT.csproj", "{6695E495-CAF9-4CDB-9CB8-8CC867771CA1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Realtime.AOT", "Realtime\Realtime.AOT\Realtime.AOT.csproj", "{C68C9392-5100-4614-B238-103905C12566}" +EndProject +Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "LC.Google.Protobuf", "Libs\Google.Protobuf\LC.Google.Protobuf.csproj", "{7F40B1C2-D8AF-4678-8F9B-18682C58D12A}" +EndProject +Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "LC.Newtonsoft.Json", "Libs\Newtonsoft.Json\LC.Newtonsoft.Json.csproj", "{5D01C4BB-F44D-4BD4-96BC-078616637CCE}" +EndProject +Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "LC.Newtonsoft.Json.AOT", "Libs\Newtonsoft.Json.AOT\LC.Newtonsoft.Json.AOT.csproj", "{A60FA5E1-673B-4269-B8D8-BEE0C653B8CA}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -95,34 +95,34 @@ Global {07B8BAE6-CA9A-48B0-9881-F63F1F5DCE70}.Debug|Any CPU.Build.0 = Debug|Any CPU {07B8BAE6-CA9A-48B0-9881-F63F1F5DCE70}.Release|Any CPU.ActiveCfg = Release|Any CPU {07B8BAE6-CA9A-48B0-9881-F63F1F5DCE70}.Release|Any CPU.Build.0 = Release|Any CPU - {B3BB497E-D654-4680-8312-ABCC12FFBBB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B3BB497E-D654-4680-8312-ABCC12FFBBB2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B3BB497E-D654-4680-8312-ABCC12FFBBB2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B3BB497E-D654-4680-8312-ABCC12FFBBB2}.Release|Any CPU.Build.0 = Release|Any CPU - {9808CC82-171F-4046-A252-AA1C5C5BC222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9808CC82-171F-4046-A252-AA1C5C5BC222}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9808CC82-171F-4046-A252-AA1C5C5BC222}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9808CC82-171F-4046-A252-AA1C5C5BC222}.Release|Any CPU.Build.0 = Release|Any CPU {BF90B92D-84D1-47DD-99D4-91C33A229FF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {BF90B92D-84D1-47DD-99D4-91C33A229FF9}.Debug|Any CPU.Build.0 = Debug|Any CPU {BF90B92D-84D1-47DD-99D4-91C33A229FF9}.Release|Any CPU.ActiveCfg = Release|Any CPU {BF90B92D-84D1-47DD-99D4-91C33A229FF9}.Release|Any CPU.Build.0 = Release|Any CPU - {81A5200F-6992-4BF5-883B-CE207E6E97DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {81A5200F-6992-4BF5-883B-CE207E6E97DB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {81A5200F-6992-4BF5-883B-CE207E6E97DB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {81A5200F-6992-4BF5-883B-CE207E6E97DB}.Release|Any CPU.Build.0 = Release|Any CPU - {84C9B97C-B084-447A-921F-4F1977F23C94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {84C9B97C-B084-447A-921F-4F1977F23C94}.Debug|Any CPU.Build.0 = Debug|Any CPU - {84C9B97C-B084-447A-921F-4F1977F23C94}.Release|Any CPU.ActiveCfg = Release|Any CPU - {84C9B97C-B084-447A-921F-4F1977F23C94}.Release|Any CPU.Build.0 = Release|Any CPU {5BE8789B-56C6-444F-87BF-F9447EE1E128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5BE8789B-56C6-444F-87BF-F9447EE1E128}.Debug|Any CPU.Build.0 = Debug|Any CPU {5BE8789B-56C6-444F-87BF-F9447EE1E128}.Release|Any CPU.ActiveCfg = Release|Any CPU {5BE8789B-56C6-444F-87BF-F9447EE1E128}.Release|Any CPU.Build.0 = Release|Any CPU - {531106D1-CFEA-4396-95F0-79EBCD85EAB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {531106D1-CFEA-4396-95F0-79EBCD85EAB1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {531106D1-CFEA-4396-95F0-79EBCD85EAB1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {531106D1-CFEA-4396-95F0-79EBCD85EAB1}.Release|Any CPU.Build.0 = Release|Any CPU + {6695E495-CAF9-4CDB-9CB8-8CC867771CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6695E495-CAF9-4CDB-9CB8-8CC867771CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6695E495-CAF9-4CDB-9CB8-8CC867771CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6695E495-CAF9-4CDB-9CB8-8CC867771CA1}.Release|Any CPU.Build.0 = Release|Any CPU + {C68C9392-5100-4614-B238-103905C12566}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C68C9392-5100-4614-B238-103905C12566}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C68C9392-5100-4614-B238-103905C12566}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C68C9392-5100-4614-B238-103905C12566}.Release|Any CPU.Build.0 = Release|Any CPU + {7F40B1C2-D8AF-4678-8F9B-18682C58D12A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7F40B1C2-D8AF-4678-8F9B-18682C58D12A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7F40B1C2-D8AF-4678-8F9B-18682C58D12A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7F40B1C2-D8AF-4678-8F9B-18682C58D12A}.Release|Any CPU.Build.0 = Release|Any CPU + {5D01C4BB-F44D-4BD4-96BC-078616637CCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D01C4BB-F44D-4BD4-96BC-078616637CCE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D01C4BB-F44D-4BD4-96BC-078616637CCE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D01C4BB-F44D-4BD4-96BC-078616637CCE}.Release|Any CPU.Build.0 = Release|Any CPU + {A60FA5E1-673B-4269-B8D8-BEE0C653B8CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A60FA5E1-673B-4269-B8D8-BEE0C653B8CA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A60FA5E1-673B-4269-B8D8-BEE0C653B8CA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A60FA5E1-673B-4269-B8D8-BEE0C653B8CA}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {4194FE34-327C-42C2-971F-6B07904E20A5} = {076871D0-BE1F-4AF0-B83E-697C71C0C3B3} @@ -135,15 +135,15 @@ Global {9D5E6A37-8925-48ED-B7EA-12C89291B59D} = {2D980281-F060-4363-AB7A-D4B6C30ADDBB} {0A6AEBC9-9A36-4EA7-8F58-8B951126092D} = {8087ABCD-629C-4EE5-9ECE-8BDAE631236F} {07B8BAE6-CA9A-48B0-9881-F63F1F5DCE70} = {076871D0-BE1F-4AF0-B83E-697C71C0C3B3} - {B3BB497E-D654-4680-8312-ABCC12FFBBB2} = {3B53EFFB-6962-4EED-88FD-F9D6E9650A2D} - {9808CC82-171F-4046-A252-AA1C5C5BC222} = {3B53EFFB-6962-4EED-88FD-F9D6E9650A2D} {BF90B92D-84D1-47DD-99D4-91C33A229FF9} = {375B854F-C239-4503-868A-7F04C40582E5} - {81A5200F-6992-4BF5-883B-CE207E6E97DB} = {076871D0-BE1F-4AF0-B83E-697C71C0C3B3} - {84C9B97C-B084-447A-921F-4F1977F23C94} = {319A9989-3B69-4AD0-9E43-F6D31C1D2A4A} {5BE8789B-56C6-444F-87BF-F9447EE1E128} = {A1A24E0F-6901-4A9A-9BB8-4F586BC7EE17} - {531106D1-CFEA-4396-95F0-79EBCD85EAB1} = {3B53EFFB-6962-4EED-88FD-F9D6E9650A2D} + {6695E495-CAF9-4CDB-9CB8-8CC867771CA1} = {076871D0-BE1F-4AF0-B83E-697C71C0C3B3} + {C68C9392-5100-4614-B238-103905C12566} = {319A9989-3B69-4AD0-9E43-F6D31C1D2A4A} + {7F40B1C2-D8AF-4678-8F9B-18682C58D12A} = {3B53EFFB-6962-4EED-88FD-F9D6E9650A2D} + {5D01C4BB-F44D-4BD4-96BC-078616637CCE} = {3B53EFFB-6962-4EED-88FD-F9D6E9650A2D} + {A60FA5E1-673B-4269-B8D8-BEE0C653B8CA} = {3B53EFFB-6962-4EED-88FD-F9D6E9650A2D} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.7.1 + version = 0.7.2 EndGlobalSection EndGlobal