From 89bcc7c96775864d53f221c2f9056f9b4ef1a556 Mon Sep 17 00:00:00 2001 From: xuejiaming <326308290@qq.com> Date: Wed, 23 Nov 2022 17:01:55 +0800 Subject: [PATCH] =?UTF-8?q?readme=20=E4=BF=AE=E6=94=B9=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E7=9A=84=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh.md | 12 +++++++++--- README.md | 7 +++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README-zh.md b/README-zh.md index d8c3a462..44ef4612 100644 --- a/README-zh.md +++ b/README-zh.md @@ -28,9 +28,15 @@ [中文文档Gitee](https://xuejm.gitee.io/sharding-core-doc/) | [English Document Gitee](https://xuejm.gitee.io/sharding-core-doc/en/) ## 如何选择版本 -- 如果你的efcore版本小于等于6,那么就是使用shardingcore 6.x.x.x的最新版本 -- 如果你的efcore版本等于7,那么就是使用shardingcore 7.x.x.x的最新版本 -- + +## How Choose Version +- shardingcore 最新版本.efcore版本.x.x + +版本号第一位是shardingcore的版本号使用最大的即可 +版本号第二位是efcore版本号使用对应的版本号即可 +最后两位版本号使用最大即可 + + ## 依赖 diff --git a/README.md b/README.md index 8479e9f0..eddf2220 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,11 @@ high performance lightweight solution for efcore sharding table and sharding dat [中文文档Gitee](https://xuejm.gitee.io/sharding-core-doc/) | [English Document Gitee](https://xuejm.gitee.io/sharding-core-doc/en/) ## How Choose Version -- if u efcore version <=6 use shardingcore 6.x.x.x last version -- if u efcore version ==6 use shardingcore 7.x.x.x last version +- shardingcore lastversion.efcoreversion.x.x + +first version is shardingcore version +second version is efcore version +other version use last version ## Dependency