Browse Source

Apewer-6.8.8

master
王厅 4 days ago
parent
commit
41cf6ccd7c
  1. 2
      Apewer/Apewer.props
  2. 14
      ChangeLog.md

2
Apewer/Apewer.props

@ -7,7 +7,7 @@
<Description></Description> <Description></Description>
<RootNamespace>Apewer</RootNamespace> <RootNamespace>Apewer</RootNamespace>
<Product>Apewer Libraries</Product> <Product>Apewer Libraries</Product>
<Version>6.8.7</Version> <Version>6.8.8</Version>
</PropertyGroup> </PropertyGroup>
<!-- 生成 --> <!-- 生成 -->

14
ChangeLog.md

@ -1,7 +1,13 @@
### 6.8.7 ### 6.8.8
- 增加 TextUtility.Distinct 方法,对字符串集合去重; - 问题修正
- 增加 ApiInvoker.AddMiddleware 方法,以支持中间件; - 修正 TableStructure 中派生类属性未生效的问题;
- 增加 SqlClient.QueryExecutingStatement 方法,用于查询正在执行的语句。 - 修改 IndexAttribute 中排序参数的类型名称,解决常用名称与应用冲突的问题。
### 6.8.7
- 问题修正
- 增加 TextUtility.Distinct 方法,对字符串集合去重;
- 增加 ApiInvoker.AddMiddleware 方法,以支持中间件;
- 增加 SqlClient.QueryExecutingStatement 方法,用于查询正在执行的语句。
### 6.8.6 ### 6.8.6
- 新特性 - 新特性

Loading…
Cancel
Save