From 8f37e946397027361c716fc7f56b80ac04ab03dd Mon Sep 17 00:00:00 2001 From: oneRain Date: Thu, 5 Mar 2020 11:28:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E5=AE=8C=E5=96=84=20API=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Doxyfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3af01dd..11f25e5 100644 --- a/.gitignore +++ b/.gitignore @@ -330,3 +330,4 @@ ASALocalRun/ .mfractor/ !Common/Log/ +Doc/ \ No newline at end of file diff --git a/Doxyfile b/Doxyfile index 67dddf6..6b19091 100644 --- a/Doxyfile +++ b/Doxyfile @@ -6,7 +6,7 @@ OUTPUT_DIRECTORY = ./Doc/ EXTRACT_ALL = yes EXTRACT_PRIVATE = no EXTRACT_STATIC = yes -INPUT = ./Storage/Source/ ./RTM/Source/ ./LiveQuery/Source/ +INPUT = ./Storage/ #Do not add anything here unless you need to. Doxygen already covers all #common formats like .c/.cc/.cxx/.c++/.cpp/.inl/.h/.hpp FILE_PATTERNS = From 593ac9776d97df14e8820716b90660c4fb87619f Mon Sep 17 00:00:00 2001 From: oneRain Date: Thu, 5 Mar 2020 11:29:45 +0800 Subject: [PATCH 2/2] 0.2.1 --- Storage/LeanCloud.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/LeanCloud.cs b/Storage/LeanCloud.cs index b1f4f71..1730ba7 100644 --- a/Storage/LeanCloud.cs +++ b/Storage/LeanCloud.cs @@ -8,7 +8,7 @@ namespace LeanCloud { /// public class LeanCloud { // SDK 版本号,用于 User-Agent 统计 - internal const string SDKVersion = "0.2.0"; + internal const string SDKVersion = "0.2.1"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1";