Browse Source

Apewer-6.8.10

master
Elivo 2 weeks ago
parent
commit
e023d12c0d
  1. 2
      Apewer/Apewer.props
  2. 12
      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.9</Version>
<Version>6.8.10</Version>
</PropertyGroup> </PropertyGroup>
<!-- 生成 --> <!-- 生成 -->

12
ChangeLog.md

@ -1,4 +1,14 @@
### 6.8.9
### 6.8.10
- 新特性
- 增加 ApiContext.Current 属性,用于获取当前的 API 上下文;
- 增加 Query.Column<T> 和 Query.Cell<T> 方法,支持指定输出类型;
- 增加 DrawingUtility.AsImage 方法,将字节数组作为 Image 执行回调;
- 增加 DrawingUtility.AdjustRotation 方法,自动调整图片的旋转方向;
- 增加 DrawingUtility.AspectScale 方法,实现等比例缩放,用于生成缩略图。
- 问题修正
- 修正 WriteFile 在带有 BOM 时不清空文件的问题。
### 6.8.9
- 新特性 - 新特性
- 增加扩展方法 Stream.Read(int),用于读取指定长度的字节数组; - 增加扩展方法 Stream.Read(int),用于读取指定长度的字节数组;
- TextUtility 增加 Pascal、Kebab 和 Snake 方法,用于转换字符串的命名风格; - TextUtility 增加 Pascal、Kebab 和 Snake 方法,用于转换字符串的命名风格;

Loading…
Cancel
Save