From 7bab73c6e14087cad301c8c108d9047ce34a45fa Mon Sep 17 00:00:00 2001 From: xuejiaming <326308290@qq.com> Date: Thu, 17 Nov 2022 14:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E9=80=89=E6=8B=A9=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh.md | 8 +++++--- README.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README-zh.md b/README-zh.md index a26fa51c..d8c3a462 100644 --- a/README-zh.md +++ b/README-zh.md @@ -26,6 +26,11 @@ [中文文档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的最新版本 +- ## 依赖 @@ -50,9 +55,6 @@ Release | EF Core | .NET (Core) [6.7.0.0+](https://www.nuget.org/packages/ShardingCore)| 2.x | netcoreapp2 -## 如何选择版本 -- 如果你的efcore版本小于等于6,那么就是使用shardingcore 6.x.x.x的最新版本 -- 如果你的efcore版本等于7,那么就是使用shardingcore 7.x.x.x的最新版本 ## 快速开始 5步实现按月分表,且支持自动化建表建库 diff --git a/README.md b/README.md index a23c3bc4..8479e9f0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,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 + ## Dependency ### Before ShardingCore 6.7.0.0 @@ -48,9 +53,6 @@ Release | EF Core | .NET (Core) [6.7.0.0+](https://www.nuget.org/packages/ShardingCore)| 3.x | netcoreapp3 or netstandard2.0 [6.7.0.0+](https://www.nuget.org/packages/ShardingCore)| 2.x | netcoreapp2 -## 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 ## Quick start 5 steps implement sharding by month and support auto create table by month