This commit is contained in:
Wei 2022-01-21 12:07:17 +08:00
parent 45e4a57c20
commit b88428e765
4 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;net5.0</TargetFrameworks>
<Version>0.19.3-beta</Version>
<Version>0.20.0</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>MiniExcel</AssemblyName>