Browse Source

Apewer-6.8.7

master
王厅 5 days ago
parent
commit
d4c5d4d3c0
  1. 2
      Apewer/Apewer.props
  2. 6
      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.6</Version> <Version>6.8.7</Version>
</PropertyGroup> </PropertyGroup>
<!-- 生成 --> <!-- 生成 -->

6
ChangeLog.md

@ -1,4 +1,8 @@
 ### 6.8.7
- 增加 TextUtility.Distinct 方法,对字符串集合去重;
- 增加 ApiInvoker.AddMiddleware 方法,以支持中间件;
- 增加 SqlClient.QueryExecutingStatement 方法,用于查询正在执行的语句。
### 6.8.6 ### 6.8.6
- 新特性 - 新特性
- Logger.Default 默认启用日志文件,保留 30 天; - Logger.Default 默认启用日志文件,保留 30 天;

Loading…
Cancel
Save