mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-12-02 03:47:41 +08:00
0.20.0
This commit is contained in:
parent
45e4a57c20
commit
b88428e765
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user