Skip to content

Commit 5b9cb46

Browse files
committed
发布2.8.1
1 parent 405340d commit 5b9cb46

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

RELEASE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Log
22

3+
## 2.8.1
4+
**2025.12.15**
5+
6+
- 重构TemplateExportHelper,优化正则表达式使用和异常处理
7+
- 简化异常处理和响应头赋值逻辑
8+
- 修复同一行多表格导出时出现错误模板的问题(见PR [#605](https://github.com/dotnetcore/Magicodes.IE/pull/605)
9+
- 修复Excel导出图片慢的问题(见PR [#602](https://github.com/dotnetcore/Magicodes.IE/pull/602)
10+
- 文档修复拼写错误(见PR [#603](https://github.com/dotnetcore/Magicodes.IE/pull/603)
11+
312
## 2.7.6
413
**2025.05.14**
514

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.8.0</Version>
3+
<Version>2.8.1</Version>
44
<IncludeSymbols>true</IncludeSymbols>
55
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
66
<NoWarn>1591</NoWarn>

0 commit comments

Comments
 (0)