From b88428e765f4c0384f3ab39836dfd3fce026386d Mon Sep 17 00:00:00 2001 From: Wei Date: Fri, 21 Jan 2022 12:07:17 +0800 Subject: [PATCH] 0.20.0 --- docs/README.md | 1 + docs/README.zh-CN.md | 1 + docs/README.zh-Hant.md | 1 + src/MiniExcel/MiniExcelLibs.csproj | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0e84198..7fec6f9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,6 +18,7 @@ ### 0.20.0 - [New] SaveAs support image #304 +- [Opt] Improve SaveAs efficiency ### 0.19.3-beta - [Fix] Excelnumberformat 1.1.0 valid date expired (Valid from: 2018-04-10 08:00:00 to 2021-04-14 20:00:00) [link](https://github.com/andersnm/ExcelNumberFormat/issues/34) diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index 465a88d..fcc5719 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -25,6 +25,7 @@ ### 0.20.0 - [New] SaveAs 支持图片生成 #304 +- [Opt] 提高 SaveAs 执行效率 ### 0.19.3-beta - [Fix] Excelnumberformat 1.1.0 凭证过期 (Valid from: 2018-04-10 08:00:00 to 2021-04-14 20:00:00) [link](https://github.com/andersnm/ExcelNumberFormat/issues/34) diff --git a/docs/README.zh-Hant.md b/docs/README.zh-Hant.md index 1a5e5f2..753e6e4 100644 --- a/docs/README.zh-Hant.md +++ b/docs/README.zh-Hant.md @@ -19,6 +19,7 @@ ### 0.20.0 - [New] SaveAs 支持圖片生成 #304 +- [Opt] 提高 SaveAs 執行效率 ### 0.19.3-beta - [Fix] Excelnumberformat 1.1.0 憑證過期 (Valid from: 2018-04-10 08:00:00 to 2021-04-14 20:00:00) [link](https://github.com/andersnm/ExcelNumberFormat/issues/34) diff --git a/src/MiniExcel/MiniExcelLibs.csproj b/src/MiniExcel/MiniExcelLibs.csproj index e688c70..38f7d89 100644 --- a/src/MiniExcel/MiniExcelLibs.csproj +++ b/src/MiniExcel/MiniExcelLibs.csproj @@ -1,7 +1,7 @@  net45;netstandard2.0;net5.0 - 0.19.3-beta + 0.20.0 MiniExcel