Skip to content

Commit

Permalink
更新版本号为1.0.3.9;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed Mar 30, 2020
1 parent 32bf519 commit 2390811
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions SQLBuilder.Core/SQLBuilder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.3.8</AssemblyVersion>
<AssemblyVersion>1.0.3.9</AssemblyVersion>
<Authors>张强</Authors>
<Version>1.0.3.8</Version>
<Version>1.0.3.9</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL;基于Dapper实现了不同数据库对应的数据仓储Repository;</Description>
<Copyright>Copyright © 2018-2020 , 张强 [email protected]</Copyright>
<PackageId>Zq.SQLBuilder.Core</PackageId>
<PackageReleaseNotes>1.新增SQLBuilder仓储注入扩展方法;
2.完善select表达式树解析逻辑,支持更加灵活的查询字段筛选;
3.添加sql拦截委托,可以用于记录sql执行日志或者修改原sql值;</PackageReleaseNotes>
<FileVersion>1.0.3.8</FileVersion>
<PackageReleaseNotes>1.修复List集合类型变量Contains实体某个属性时解析错误bug;</PackageReleaseNotes>
<FileVersion>1.0.3.9</FileVersion>
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 2390811

Please sign in to comment.