From babd36ef1b9f67b15611d63d640ef465c4a46938 Mon Sep 17 00:00:00 2001 From: oneRain Date: Fri, 7 May 2021 17:08:19 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 123c706..4ee0a04 100644 --- a/README.md +++ b/README.md @@ -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}" } ```