-
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
2 changed files
with
8 additions
and
7 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0</TargetFrameworks> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>2.1.0</Version> | ||
<Version>2.1.1</Version> | ||
<Authors>张强</Authors> | ||
<Company>张强</Company> | ||
<Copyright>Copyright © 2018-2020 , 张强 [email protected]</Copyright> | ||
|
@@ -14,10 +14,10 @@ | |
<RepositoryUrl>https://gitee.com/zqlovejyc/SQLBuilder.Core</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>SQLBuilder;SkyWalking</PackageTags> | ||
<PackageReleaseNotes>1.升级支持.net5.0;</PackageReleaseNotes> | ||
<PackageReleaseNotes>1.升级SQLBuilder引用;</PackageReleaseNotes> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageId>Zq.SQLBuilder.Core.SkyWalking</PackageId> | ||
<FileVersion>2.1.0.0</FileVersion> | ||
<FileVersion>2.1.1.0</FileVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
|
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,15 +2,16 @@ | |
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0</TargetFrameworks> | ||
<AssemblyVersion>2.1.0.0</AssemblyVersion> | ||
<AssemblyVersion>2.1.1.0</AssemblyVersion> | ||
<Authors>张强</Authors> | ||
<Version>2.1.0</Version> | ||
<Version>2.1.1</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.升级支持.net5.0;</PackageReleaseNotes> | ||
<FileVersion>2.1.0.0</FileVersion> | ||
<PackageReleaseNotes>1.引入FastExpressionCompiler,优化Expression编译; | ||
2.修复部分情况下sql拦截委托执行两次的bug;</PackageReleaseNotes> | ||
<FileVersion>2.1.1.0</FileVersion> | ||
<PackageProjectUrl>https://gitee.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl> | ||
<PackageLicenseUrl></PackageLicenseUrl> | ||
<PackageIcon>sql.png</PackageIcon> | ||
|