readme 修改最新版本号的选择
This commit is contained in:
parent
55cfe868f0
commit
89bcc7c967
12
README-zh.md
12
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版本号使用对应的版本号即可
|
||||
最后两位版本号使用最大即可
|
||||
|
||||
|
||||
## 依赖
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue