Skip to content

Commit

Permalink
更新项目版本号为1.0.2.6;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed May 24, 2019
1 parent 48d0d16 commit 50347c6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions SQLBuilder.Core/SQLBuilder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.2.5</AssemblyVersion>
<AssemblyVersion>1.0.2.6</AssemblyVersion>
<Authors>张强</Authors>
<Version>1.0.2.5</Version>
<Version>1.0.2.6</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL</Description>
<Copyright>Copyright © 2018 , 张强 [email protected]</Copyright>
<PackageIconUrl>https://zqlovejyc.gitee.io/zqutils-js/Images/SQL.png</PackageIconUrl>
<PackageId>Zq.SQLBuilder.Core</PackageId>
<PackageReleaseNotes>1.移除IRepository接口DbConnection属性;
2.重新优化不同数据库类型的仓储实现;</PackageReleaseNotes>
<FileVersion>1.0.2.5</FileVersion>
<PackageReleaseNotes>1.优化ToList、ToLists扩展方法,修复IDataReader映射到单个简单类型时异常BUG;
2.更新仓储FindEntity方法,添加联合主键查询;
3.重载IQueryable、FindList方法,添加排序参数;
4.修复OrderBy语法解析过程中部分BUG</PackageReleaseNotes>
<FileVersion>1.0.2.6</FileVersion>
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 50347c6

Please sign in to comment.