-
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.2</AssemblyVersion> | ||
<AssemblyVersion>1.0.3.3</AssemblyVersion> | ||
<Authors>张强</Authors> | ||
<Version>1.0.3.2</Version> | ||
<Version>1.0.3.3</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL</Description> | ||
<Copyright>Copyright © 2018-2020 , 张强 [email protected]</Copyright> | ||
<PackageId>Zq.SQLBuilder.Core</PackageId> | ||
<PackageReleaseNotes>1.修复BinaryExpression解析IN和NOT IN取非错误bug; | ||
2.修复MemberExpression部分Where条件解析错误bug; | ||
3.修改Nullable扩展方法;</PackageReleaseNotes> | ||
<FileVersion>1.0.3.2</FileVersion> | ||
<PackageReleaseNotes>1.修复实体bool类型字段解析sql错误bug;</PackageReleaseNotes> | ||
<FileVersion>1.0.3.3</FileVersion> | ||
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
|