-
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
5 additions
and
8 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,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> | ||
|
||
|