readme 修改最新版本号的选择

This commit is contained in:
xuejiaming 2022-11-23 17:01:55 +08:00
parent 55cfe868f0
commit 89bcc7c967
2 changed files with 14 additions and 5 deletions

View File

@ -28,9 +28,15 @@
[中文文档Gitee](https://xuejm.gitee.io/sharding-core-doc/) | [English Document Gitee](https://xuejm.gitee.io/sharding-core-doc/en/) [中文文档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版本号使用对应的版本号即可
最后两位版本号使用最大即可
## 依赖 ## 依赖

View File

@ -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/) [中文文档Gitee](https://xuejm.gitee.io/sharding-core-doc/) | [English Document Gitee](https://xuejm.gitee.io/sharding-core-doc/en/)
## How Choose Version ## How Choose Version
- if u efcore version <=6 use shardingcore 6.x.x.x last version - shardingcore lastversion.efcoreversion.x.x
- if u efcore version ==6 use shardingcore 7.x.x.x last version
first version is shardingcore version
second version is efcore version
other version use last version
## Dependency ## Dependency