From 1c2345d3b0cdde65aebf758b5d90f5353259f804 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 13 May 2020 17:38:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20LiveQuery=20=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common/Common/Common.csproj | 2 +- script/package.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Common/Common/Common.csproj b/Common/Common/Common.csproj index 6c06788..dc91fba 100644 --- a/Common/Common/Common.csproj +++ b/Common/Common/Common.csproj @@ -3,7 +3,7 @@ netstandard2.0 0.1.0 - LeanCloud.Common + Common diff --git a/script/package.sh b/script/package.sh index 40d3c8a..96dea75 100644 --- a/script/package.sh +++ b/script/package.sh @@ -16,4 +16,8 @@ pack ./Storage/Storage-Unity/bin/Release/netstandard2.0/ ./Plugins LeanCloud-SDK # Realtime pack ./Realtime/Realtime/bin/Release/netstandard2.0/ ./DLLs LeanCloud-SDK-Realtime-Standard.zip -pack ./Realtime/Realtime-Unity/bin/Release/netstandard2.0/ ./Plugins LeanCloud-SDK-Realtime-Unity.zip \ No newline at end of file +pack ./Realtime/Realtime-Unity/bin/Release/netstandard2.0/ ./Plugins LeanCloud-SDK-Realtime-Unity.zip + +# LiveQuery +pack ./LiveQuery/LiveQuery/bin/Release/netstandard2.0/ ./DLLs LeanCloud-SDK-LiveQuery-Standard.zip +pack ./LiveQuery/LiveQuery-Unity/bin/Release/netstandard2.0/ ./Plugins LeanCloud-SDK-LiveQuery-Unity.zip \ No newline at end of file