Skip to content

Commit

Permalink
更新版本号为1.0.3.3;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed Dec 30, 2019
1 parent bcc480a commit 5432a9e
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.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>

Expand Down

0 comments on commit 5432a9e

Please sign in to comment.