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

This commit is contained in:
28810
2019-07-17 09:57:39 +08:00
parent ecffd9840a
commit a5f524d154
11 changed files with 13 additions and 12 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net451</TargetFrameworks>
<Version>0.7.10</Version>
<Version>0.7.11</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>YeXiangQin</Authors>
<Description>FreeSql 数据库实现,基于 SqlServer 2005+并根据版本适配分页方法row_number 或 offset fetch next</Description>