Skip to content

Commit

Permalink
更新版本号为1.1.1.4;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed Mar 23, 2020
1 parent 2617fda commit a1c38ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SQLBuilder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("SqlBuilder")]
[assembly: AssemblyDescription("Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite")]
[assembly: AssemblyDescription("Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL;基于Dapper实现了不同数据库对应的数据仓储Repository;")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("张强")]
[assembly: AssemblyProduct("SqlBuilder")]
Expand All @@ -31,5 +31,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.1.3")]
[assembly: AssemblyFileVersion("1.1.1.3")]
[assembly: AssemblyVersion("1.1.1.4")]
[assembly: AssemblyFileVersion("1.1.1.4")]
1 change: 1 addition & 0 deletions SQLBuilder/SQLBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<None Include="Nuget\Zq.SQLBuilder.1.1.1.1.nupkg" />
<None Include="Nuget\Zq.SQLBuilder.1.1.1.2.nupkg" />
<None Include="Nuget\Zq.SQLBuilder.1.1.1.3.nupkg" />
<None Include="Nuget\Zq.SQLBuilder.1.1.1.4.nupkg" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit a1c38ba

Please sign in to comment.