Skip to content

Commit

Permalink
更新版本号为1.0.2.9;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed Jul 15, 2019
1 parent 2263f2d commit d13a59f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions SQLBuilder.Core/SQLBuilder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.2.8</AssemblyVersion>
<AssemblyVersion>1.0.2.9</AssemblyVersion>
<Authors>张强</Authors>
<Version>1.0.2.8</Version>
<Version>1.0.2.9</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.修复Expression批量插入转换Oracle数据对应sql错误bug;
2.修复Oracle仓储分页方法错误bug;
3.新增sql注入扩展方法;
4.新增OracleDynamicParameters实现Dapper的IDynamicParameters接口;
5.优化Page方法,精简仓储代码;</PackageReleaseNotes>
<FileVersion>1.0.2.8</FileVersion>
<PackageReleaseNotes>1.新增Contains扩展方法;
2.修复分页方法中排序字段判断方法和被强制转换为大写BUG;</PackageReleaseNotes>
<FileVersion>1.0.2.9</FileVersion>
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit d13a59f

Please sign in to comment.