diff --git a/Common/Common.AOT/Common.AOT.csproj b/Common/Common.AOT/Common.AOT.csproj index 81fc26c..7f7726d 100644 --- a/Common/Common.AOT/Common.AOT.csproj +++ b/Common/Common.AOT/Common.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 Common true diff --git a/Common/Common/Common.csproj b/Common/Common/Common.csproj index 1c7a113..25e3281 100644 --- a/Common/Common/Common.csproj +++ b/Common/Common/Common.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 Common diff --git a/Common/Common/LCCore.cs b/Common/Common/LCCore.cs index 46bd4d6..552bbcc 100644 --- a/Common/Common/LCCore.cs +++ b/Common/Common/LCCore.cs @@ -7,7 +7,7 @@ namespace LeanCloud.Common { /// public class LCCore { // SDK 版本号,用于 User-Agent 统计 - public const string SDKVersion = "0.7.3"; + public const string SDKVersion = "0.7.4"; // 接口版本号,用于接口版本管理 public const string APIVersion = "1.1"; diff --git a/Engine/Engine.csproj b/Engine/Engine.csproj index 4b573b5..2d84c3b 100644 --- a/Engine/Engine.csproj +++ b/Engine/Engine.csproj @@ -2,7 +2,7 @@ netcoreapp3.1 - 0.7.3 + 0.7.4 LeanCloud.Engine true diff --git a/Libs/Google.Protobuf/LC.Google.Protobuf.csproj b/Libs/Google.Protobuf/LC.Google.Protobuf.csproj index afce4c8..4c9e6d8 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.7.3 + 0.7.4 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 a1aa52c..9afce5e 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.7.3 + 0.7.4 diff --git a/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj b/Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj index b9dfa86..5d9d655 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.7.3 + 0.7.4 diff --git a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj index a803f74..63a2bf9 100644 --- a/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj +++ b/LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 LiveQuery true diff --git a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj index b316038..b4d40ec 100644 --- a/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj +++ b/LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.7.3 + 0.7.4 diff --git a/LiveQuery/LiveQuery/LiveQuery.csproj b/LiveQuery/LiveQuery/LiveQuery.csproj index 529b34e..a5b0094 100644 --- a/LiveQuery/LiveQuery/LiveQuery.csproj +++ b/LiveQuery/LiveQuery/LiveQuery.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 true diff --git a/Realtime/Realtime.AOT/Realtime.AOT.csproj b/Realtime/Realtime.AOT/Realtime.AOT.csproj index 1b51c5b..5272d7e 100644 --- a/Realtime/Realtime.AOT/Realtime.AOT.csproj +++ b/Realtime/Realtime.AOT/Realtime.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 Realtime true diff --git a/Realtime/Realtime.Test/Realtime.Test.csproj b/Realtime/Realtime.Test/Realtime.Test.csproj index a6c02ee..b38e0e5 100644 --- a/Realtime/Realtime.Test/Realtime.Test.csproj +++ b/Realtime/Realtime.Test/Realtime.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.7.3 + 0.7.4 diff --git a/Realtime/Realtime/Realtime.csproj b/Realtime/Realtime/Realtime.csproj index 9dc2e7f..92c5d38 100644 --- a/Realtime/Realtime/Realtime.csproj +++ b/Realtime/Realtime/Realtime.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 LeanCloud.Realtime true diff --git a/Sample/LiveQueryApp/LiveQueryApp.csproj b/Sample/LiveQueryApp/LiveQueryApp.csproj index 8583a82..4bcad40 100644 --- a/Sample/LiveQueryApp/LiveQueryApp.csproj +++ b/Sample/LiveQueryApp/LiveQueryApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.7.3 + 0.7.4 diff --git a/Sample/RealtimeApp/RealtimeApp.csproj b/Sample/RealtimeApp/RealtimeApp.csproj index 972da63..2142504 100644 --- a/Sample/RealtimeApp/RealtimeApp.csproj +++ b/Sample/RealtimeApp/RealtimeApp.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 0.7.3 + 0.7.4 diff --git a/Storage/Storage.AOT/Storage.AOT.csproj b/Storage/Storage.AOT/Storage.AOT.csproj index 6dc7cd7..88a3764 100644 --- a/Storage/Storage.AOT/Storage.AOT.csproj +++ b/Storage/Storage.AOT/Storage.AOT.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 Storage true diff --git a/Storage/Storage.Standard/Storage.Standard.csproj b/Storage/Storage.Standard/Storage.Standard.csproj index 1c2657b..7a8dc93 100644 --- a/Storage/Storage.Standard/Storage.Standard.csproj +++ b/Storage/Storage.Standard/Storage.Standard.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 Storage.Standard true diff --git a/Storage/Storage.Test/Storage.Test.csproj b/Storage/Storage.Test/Storage.Test.csproj index 587e4f5..87792f9 100644 --- a/Storage/Storage.Test/Storage.Test.csproj +++ b/Storage/Storage.Test/Storage.Test.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 false - 0.7.3 + 0.7.4 diff --git a/Storage/Storage.Unity/Storage.Unity.csproj b/Storage/Storage.Unity/Storage.Unity.csproj index 844279a..54bbbb8 100644 --- a/Storage/Storage.Unity/Storage.Unity.csproj +++ b/Storage/Storage.Unity/Storage.Unity.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 Storage.Unity true diff --git a/Storage/Storage/Storage.csproj b/Storage/Storage/Storage.csproj index 6adac5a..7c5403b 100644 --- a/Storage/Storage/Storage.csproj +++ b/Storage/Storage/Storage.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 0.7.3 + 0.7.4 LeanCloud.Storage true diff --git a/csharp-sdk.sln b/csharp-sdk.sln index 5b1f65b..845e93d 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.7.3 + version = 0.7.4 EndGlobalSection EndGlobal