## v0.3.26

- 修复 SqlServer CodeFirst 迁移多主键的 bug #23;
This commit is contained in:
28810
2019-03-28 09:38:40 +08:00
parent c4c1057294
commit 025259bb81
6 changed files with 42 additions and 29 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.3.25</Version>
<Version>0.3.26</Version>
<Authors>YeXiangQin</Authors>
<Description>FreeSql Implementation of General Repository, Support MySql/SqlServer/PostgreSQL/Oracle/Sqlite, and read/write separation、and split table.</Description>
<PackageProjectUrl>https://github.com/2881099/FreeSql/wiki/Repository</PackageProjectUrl>