- 修复 SqlServer 未处理字符串前面加N 的 bug;

This commit is contained in:
28810
2019-07-17 09:42:57 +08:00
parent 6dccb90930
commit ecffd9840a
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<Version>0.7.9</Version>
<Version>0.7.10</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>