We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405340d commit 5b9cb46Copy full SHA for 5b9cb46
RELEASE.md
@@ -1,5 +1,14 @@
1
# Release Log
2
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
12
## 2.7.6
13
**2025.05.14**
14
common.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <Version>2.8.0</Version>
+ <Version>2.8.1</Version>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>1591</NoWarn>
0 commit comments