-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|