Update README.md

main
oneRain 2021-04-27 10:58:51 +08:00 committed by GitHub
parent ca111f85cf
commit 3b3416c3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -1,2 +1,10 @@
# csharp-sdk-upm
C# SDK UPM Repo
## 安装
在 Packages/manifest.json 中添加依赖项:
```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"
}
```