Skip to content

Commit

Permalink
发布2.1.7版本;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed Apr 14, 2021
1 parent c851429 commit ceab4d7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
8 changes: 6 additions & 2 deletions SQLBuilder.Core.ElasticApm/SQLBuilder.Core.ElasticApm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<Version>2.1.6</Version>
<Version>2.1.7</Version>
<Authors>张强</Authors>
<Company>张强</Company>
<Description>ElasticApm扩展,实现sql链路追踪;</Description>
Expand All @@ -19,8 +19,12 @@
<RepositoryUrl>https://github.com/zqlovejyc/SQLBuilder.Core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>sqlbuilder;elastic;apm</PackageTags>
<PackageReleaseNotes>1.发布ElasticApm扩展类库;</PackageReleaseNotes>
<PackageReleaseNotes>1.优化UseSqlBuilderElasticApm,添加subscribers参数;
2.优化日志诊断内容格式;
3.升级SQLBuilder版本;</PackageReleaseNotes>
<PackageId>Zq.SQLBuilder.Core.ElasticApm</PackageId>
<AssemblyVersion>2.1.7.0</AssemblyVersion>
<FileVersion>2.1.7.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
10 changes: 5 additions & 5 deletions SQLBuilder.Core.SkyWalking/SQLBuilder.Core.SkyWalking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -19,12 +19,12 @@
<RepositoryUrl>https://github.com/zqlovejyc/SQLBuilder.Core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>sqlbuilder;skywalking;apm</PackageTags>
<PackageReleaseNotes>1.优化日志诊断记录内容
2.重命名AddSkyApmSQLBuilder -&gt; 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'">
Expand Down
14 changes: 6 additions & 8 deletions SQLBuilder.Core/SQLBuilder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit ceab4d7

Please sign in to comment.