Skip to content

Commit

Permalink
更新项目版本号为1.0.2.5;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed May 15, 2019
1 parent e7d4c88 commit 8f307eb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions SQLBuilder.Core/SQLBuilder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.2.4</AssemblyVersion>
<AssemblyVersion>1.0.2.5</AssemblyVersion>
<Authors>张强</Authors>
<Version>1.0.2.4</Version>
<Version>1.0.2.5</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.优化数据库连接字符串属性,修复当using使用后连接字符串被置为空无法再次使用BUG;</PackageReleaseNotes>
<FileVersion>1.0.2.4</FileVersion>
<PackageReleaseNotes>1.移除IRepository接口DbConnection属性;
2.重新优化不同数据库类型的仓储实现;</PackageReleaseNotes>
<FileVersion>1.0.2.5</FileVersion>
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 8f307eb

Please sign in to comment.