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