Skip to content

Commit b88428e

Browse files
committed
0.20.0
1 parent 45e4a57 commit b88428e

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
### 0.20.0
2020
- [New] SaveAs support image #304
21+
- [Opt] Improve SaveAs efficiency
2122

2223
### 0.19.3-beta
2324
- [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)

docs/README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
### 0.20.0
2727
- [New] SaveAs 支持图片生成 #304
28+
- [Opt] 提高 SaveAs 执行效率
2829

2930
### 0.19.3-beta
3031
- [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)

docs/README.zh-Hant.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
### 0.20.0
2121
- [New] SaveAs 支持圖片生成 #304
22+
- [Opt] 提高 SaveAs 執行效率
2223

2324
### 0.19.3-beta
2425
- [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)

src/MiniExcel/MiniExcelLibs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net45;netstandard2.0;net5.0</TargetFrameworks>
4-
<Version>0.19.3-beta</Version>
4+
<Version>0.20.0</Version>
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyName>MiniExcel</AssemblyName>

0 commit comments

Comments
 (0)