Skip to content

Commit

Permalink
发布1.0.6.6版本;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed Oct 23, 2020
1 parent a0c996c commit b336d6b
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.1</TargetFramework>
<AssemblyVersion>1.0.6.5</AssemblyVersion>
<AssemblyVersion>1.0.6.6</AssemblyVersion>
<Authors>张强</Authors>
<Version>1.0.6.5</Version>
<Version>1.0.6.6</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.修改SqlBuilderCore,支持简单的单表linq语法查询;</PackageReleaseNotes>
<FileVersion>1.0.6.5</FileVersion>
<PackageReleaseNotes>1.SqlBuilderCore新增Append、AppendIf方法;</PackageReleaseNotes>
<FileVersion>1.0.6.6</FileVersion>
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl>
<PackageIcon>sql.png</PackageIcon>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit b336d6b

Please sign in to comment.