Skip to content

Commit

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

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.3.9</AssemblyVersion>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<Authors>张强</Authors>
<Version>1.0.3.9</Version>
<Version>1.0.4.0</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.修复List集合类型变量Contains实体某个属性时解析错误bug;</PackageReleaseNotes>
<FileVersion>1.0.3.9</FileVersion>
<PackageReleaseNotes>1.修复复杂查询嵌套情况解析sql错误bug;</PackageReleaseNotes>
<FileVersion>1.0.4.0</FileVersion>
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 8dfc0c6

Please sign in to comment.