-
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
3 changed files
with
17 additions
and
15 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>2.1.6</Version> | ||
<Version>2.1.7</Version> | ||
<Authors>张强</Authors> | ||
<Company>张强</Company> | ||
<Copyright>Copyright © 2018-2021 , 张强 [email protected]</Copyright> | ||
|
@@ -19,12 +19,12 @@ | |
<RepositoryUrl>https://github.com/zqlovejyc/SQLBuilder.Core</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>sqlbuilder;skywalking;apm</PackageTags> | ||
<PackageReleaseNotes>1.优化日志诊断记录内容; | ||
2.重命名AddSkyApmSQLBuilder -> AddSqlBuilderSkyApm;</PackageReleaseNotes> | ||
<PackageReleaseNotes>1.优化日志诊断内容; | ||
2.升级SQLBuilder版本;</PackageReleaseNotes> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageId>Zq.SQLBuilder.Core.SkyWalking</PackageId> | ||
<FileVersion>2.1.6.0</FileVersion> | ||
<AssemblyVersion>2.1.6.0</AssemblyVersion> | ||
<FileVersion>2.1.7.0</FileVersion> | ||
<AssemblyVersion>2.1.7.0</AssemblyVersion> | ||
</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 |
---|---|---|
|
@@ -7,18 +7,16 @@ | |
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> | ||
<AssemblyVersion>2.1.6.0</AssemblyVersion> | ||
<AssemblyVersion>2.1.7.0</AssemblyVersion> | ||
<Authors>张强</Authors> | ||
<Version>2.1.6</Version> | ||
<Version>2.1.7</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;</Description> | ||
<Copyright>Copyright © 2018-2021 , 张强 [email protected]</Copyright> | ||
<PackageId>Zq.SQLBuilder.Core</PackageId> | ||
<PackageReleaseNotes>1.优化日志诊断内容,添加OperationId、DatabaseType; | ||
2.优化Oracle仓储; | ||
3.移除FastExpressionCompiler,存在部分情况下Expression编译错误;修复ConditionalExpression部分情况解析sql错误bug; | ||
4.优化IDataReader部分扩展方法;新增Type扩展方法;</PackageReleaseNotes> | ||
<FileVersion>2.1.6.0</FileVersion> | ||
<PackageReleaseNotes>1.仓储接口新增Queue操作; | ||
2.升级nuget依赖包版本;</PackageReleaseNotes> | ||
<FileVersion>2.1.7.0</FileVersion> | ||
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl> | ||
<PackageLicenseUrl></PackageLicenseUrl> | ||
<PackageIcon>sql.png</PackageIcon> | ||
|
@@ -51,7 +49,7 @@ | |
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="MySqlConnector" Version="1.3.2" /> | ||
<PackageReference Include="MySqlConnector" Version="1.3.3" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> | ||
<PackageReference Include="Npgsql" Version="5.0.4" /> | ||
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.1" /> | ||
|