-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|