Skip to content

Commit

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

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.2.3</AssemblyVersion>
<AssemblyVersion>1.0.2.4</AssemblyVersion>
<Authors>张强</Authors>
<Version>1.0.2.3</Version>
<Version>1.0.2.4</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.优化仓储数据库连接对象;
2.优化仓储事务关闭方法Close,修复Sqlite事务关闭时无法访问已释放对象BUG;</PackageReleaseNotes>
<FileVersion>1.0.2.3</FileVersion>
<PackageReleaseNotes>1.优化数据库连接字符串属性,修复当using使用后连接字符串被置为空无法再次使用BUG;</PackageReleaseNotes>
<FileVersion>1.0.2.4</FileVersion>
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit d78fdc1

Please sign in to comment.