- 增加 ISelect.OrderBy 重载,与 WhereIf 相同行为;

- 修复 Aop.ParseExpression 使用 FreeParse 方法死循环的 bug;
This commit is contained in:
28810
2019-06-06 12:12:43 +08:00
parent 0c575c7b56
commit 16c6fc334b
15 changed files with 121 additions and 19 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>YeXiangQin</Authors>
<Description>FreeSql 数据库实现,基于 Oracle 11</Description>