Skip to content

Commit

Permalink
移除旧版本nuget包;更新版本号为1.0.4.1;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed Apr 2, 2020
1 parent 3263fd6 commit 02d37c3
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 6 additions & 4 deletions SQLBuilder.Core/SQLBuilder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<AssemblyVersion>1.0.4.1</AssemblyVersion>
<Authors>张强</Authors>
<Version>1.0.4.0</Version>
<Version>1.0.4.1</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.修复复杂查询嵌套情况解析sql错误bug;</PackageReleaseNotes>
<FileVersion>1.0.4.0</FileVersion>
<PackageReleaseNotes>1.优化AndWhere和OrWhere方法,把整个拼接条件解析成一个整体条件;
2.修复GroupBy语法根据单个实体属性分组,解析slq多出逗号bug;
3.SqlBuilder方法添加IsEnableFormat参数,仓储添加IsEnableFormat属性,支持更加灵活的对表名和列名是否启用格式化;</PackageReleaseNotes>
<FileVersion>1.0.4.1</FileVersion>
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 02d37c3

Please sign in to comment.