Merge pull request #44 from onerain88/doc

Doc
oneRain 2020-03-05 11:30:25 +08:00 committed by GitHub
commit 2eeb19dc18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -330,3 +330,4 @@ ASALocalRun/
.mfractor/
!Common/Log/
Doc/

View File

@ -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 =

View File

@ -8,7 +8,7 @@ namespace LeanCloud {
/// </summary>
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";