Update README.md

oneRain 2021-05-07 17:08:19 +08:00 committed by GitHub
parent 429d9a4b62
commit babd36ef1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ LeanCloud C# SDK基于 .Net Standard 2.0 标准开发,包括服务如下:
```json
"dependencies": {
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.7.5",
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.7.5"
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-${latest-version}",
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-${latest-version}"
}
```