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