提交 8ef54f49 编写于 作者: s0611163's avatar s0611163

v1.8.17

上级 e2ad50a0
......@@ -5,9 +5,9 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<AssemblyVersion>1.8.16</AssemblyVersion>
<FileVersion>1.8.16</FileVersion>
<Version>1.8.16</Version>
<AssemblyVersion>1.8.17</AssemblyVersion>
<FileVersion>1.8.17</FileVersion>
<Version>1.8.17</Version>
</PropertyGroup>
<ItemGroup>
......
......@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Dapper.LiteSql</id>
<version>1.8.16</version>
<version>1.8.17</version>
<title>Dapper.LiteSql</title>
<authors>suxiang</authors>
<owners></owners>
......@@ -10,7 +10,10 @@
<license type="expression">MIT</license>
<projectUrl>https://github.com/0611163/Dapper.LiteSql</projectUrl>
<description>一款使用原生SQL查询的轻量级ORM,支持Oracle、MSSQL、MySQL、PostgreSQL、SQLite、Access数据库。</description>
<releaseNotes>IDBSession接口,增加从连接池池获取连接的方法,供直接调用Dapper方法使用。</releaseNotes>
<releaseNotes>1. 优化ISqlString接口的Having方法。
2. Access数据库分页查询增加错误提示:Access数据库分页查询必须有order by子句。
3. ISqlString接口增加ToSql方法用于返回SQL语句,和ToString功能相同。
4. ISession修改为IDBSession。</releaseNotes>
<copyright>Copyright @ 2022</copyright>
<dependencies>
<group targetFramework=".NETFramework4.6.1">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册