Skip to content

Commit

Permalink
v1.8.29
Browse files Browse the repository at this point in the history
  • Loading branch information
0611163 committed May 27, 2023
1 parent 3bf074f commit adc83df
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Dapper.Lite/Dapper.Lite/Dapper.Lite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Nullable>disable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>Dapper.Lite</Title>
<AssemblyVersion>1.8.28</AssemblyVersion>
<FileVersion>1.8.28</FileVersion>
<Version>1.8.28</Version>
<AssemblyVersion>1.8.29</AssemblyVersion>
<FileVersion>1.8.29</FileVersion>
<Version>1.8.29</Version>
<PackageId>Dapper.Lite</PackageId>
<PackageProjectUrl>https://github.com/0611163/Dapper.Lite</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -17,11 +17,7 @@
<Copyright>Copyright @ 2022</Copyright>
<Description>一款同时支持原生SQL和Lambda表达式的轻量级ORM,支持Oracle、MSSQL、MySQL、PostgreSQL、SQLite、Access数据库,以及任意ADO.NET支持的数据库。</Description>
<PackageReleaseNotes>
主要重构内容:
1. DBSession重命名为DbSession
2. 扩展IDapperLiteClient接口,在没有数据库事务操作时,可以直接访问IDbSession的部分接口,无需先获取IDbSession,以简化调用
3. 重构ISqlString和ISqlQueryable接口,Lambda表达式和拼接SQL混写时,主表拼接无需使用泛型方法,以简化调用
4. 移除自定义实体类特性,引用System.ComponentModel.Annotations库,以便兼容Entity Framework的实体类
字段类型支持Guid
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit adc83df

Please sign in to comment.