-
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
5 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,17 +2,19 @@ | |
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<AssemblyVersion>1.0.2.5</AssemblyVersion> | ||
<AssemblyVersion>1.0.2.6</AssemblyVersion> | ||
<Authors>张强</Authors> | ||
<Version>1.0.2.5</Version> | ||
<Version>1.0.2.6</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.移除IRepository接口DbConnection属性; | ||
2.重新优化不同数据库类型的仓储实现;</PackageReleaseNotes> | ||
<FileVersion>1.0.2.5</FileVersion> | ||
<PackageReleaseNotes>1.优化ToList、ToLists扩展方法,修复IDataReader映射到单个简单类型时异常BUG; | ||
2.更新仓储FindEntity方法,添加联合主键查询; | ||
3.重载IQueryable、FindList方法,添加排序参数; | ||
4.修复OrderBy语法解析过程中部分BUG</PackageReleaseNotes> | ||
<FileVersion>1.0.2.6</FileVersion> | ||
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
|