-
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
6 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,16 +2,17 @@ | |
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<AssemblyVersion>2.0.3.0</AssemblyVersion> | ||
<AssemblyVersion>2.0.4.0</AssemblyVersion> | ||
<Authors>张强</Authors> | ||
<Version>2.0.3</Version> | ||
<Version>2.0.4</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.新增SqlBuilderExtensions扩展类; | ||
2.重命名UseMasterOrSalve为UseMasterOrSlave,修改拼写错误;</PackageReleaseNotes> | ||
<FileVersion>2.0.3.0</FileVersion> | ||
<PackageReleaseNotes>1.Key特性新增是否自增列标识; | ||
2.仓储添加诊断日志记录; | ||
3.新增SkyWalking扩展类库;</PackageReleaseNotes> | ||
<FileVersion>2.0.4.0</FileVersion> | ||
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl> | ||
<PackageIcon>sql.png</PackageIcon> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
|