Skip to content

Commit

Permalink
更新版本号为1.0.2.1;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed Mar 7, 2019
1 parent 184749e commit d7df0d2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions SQLBuilder.Core/SQLBuilder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.2.0</AssemblyVersion>
<AssemblyVersion>1.0.2.1</AssemblyVersion>
<Authors>张强</Authors>
<Version>1.0.2.0</Version>
<Version>1.0.2.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL</Description>
<Copyright>Copyright © 2018 , 张强 [email protected]</Copyright>
<PackageIconUrl>https://zqlovejyc.gitee.io/zqutils-js/Images/SQL.png</PackageIconUrl>
<PackageId>Zq.SQLBuilder.Core</PackageId>
<PackageReleaseNotes>1.修复OracleRepository仓储FindListAsync方法sql拼写错误;

2.IDataReader新增扩展方法ToDataSet和ToListDynamics;</PackageReleaseNotes>
<FileVersion>1.0.2.0</FileVersion>
<PackageReleaseNotes>1.移除IDataReader扩展方法ToListDynamics,修改为ToLists;
2.优化Top方法;
3.更新IRepository接口及其实现类;
4.优化ToDataTable扩展方法;</PackageReleaseNotes>
<FileVersion>1.0.2.1</FileVersion>
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit d7df0d2

Please sign in to comment.