mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-11-29 18:38:08 +08:00
1.33.0
This commit is contained in:
parent
1cab06e464
commit
a51bfbe7c7
@ -22,9 +22,15 @@
|
||||
|
||||
---
|
||||
|
||||
### 1.33.0
|
||||
- [New] Support Template formulas (#622) (via @meld-cp)
|
||||
- [New] Update DynamicConfiguration format (#595) (via @wangboshun)
|
||||
- [OPT] CSV enumeration and code reusage (#600) (via @duszekmestre)
|
||||
- [OPT] 1900 year DateTime correction #599 (via @duszekmestre)
|
||||
|
||||
### 1.32.1
|
||||
- [New] .NET5^ support image `ReadOnlySpan<byte>`
|
||||
- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594
|
||||
- [New] .NET5^ support image `ReadOnlySpan<byte>` (via @shps951023)
|
||||
- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 (via @shps951023)
|
||||
|
||||
### 1.32.0
|
||||
- [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak)
|
||||
|
@ -25,9 +25,15 @@
|
||||
|
||||
---
|
||||
|
||||
### 1.33.0
|
||||
- [New] 支持 Template 公式 (#622) (via @meld-cp)
|
||||
- [New] 更新 DynamicConfiguration format (#595) (via @wangboshun)
|
||||
- [OPT] CSV enumeration and code reusage (#600) (via @duszekmestre)
|
||||
- [OPT] 1900 year DateTime correction #599 (via @duszekmestre)
|
||||
|
||||
### 1.32.1
|
||||
- [New] .NET5^ support image `ReadOnlySpan<byte>`
|
||||
- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594
|
||||
- [New] .NET5^ support image `ReadOnlySpan<byte>` (via @shps951023)
|
||||
- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 (via @shps951023)
|
||||
|
||||
### 1.32.0
|
||||
- [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak)
|
||||
|
@ -24,9 +24,15 @@
|
||||
|
||||
---
|
||||
|
||||
### 1.33.0
|
||||
- [New] 支持 Template 公式 (#622) (via @meld-cp)
|
||||
- [New] 更新 DynamicConfiguration format (#595) (via @wangboshun)
|
||||
- [OPT] CSV enumeration and code reusage (#600) (via @duszekmestre)
|
||||
- [OPT] 1900 year DateTime correction #599 (via @duszekmestre)
|
||||
|
||||
### 1.32.1
|
||||
- [New] .NET5^ support image `ReadOnlySpan<byte>`
|
||||
- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594
|
||||
- [New] .NET5^ support image `ReadOnlySpan<byte>` (via @shps951023)
|
||||
- [Bug] Remove bug with Portable.System.DateTimeOnly and only support DateOnly .NET6^ #594 (via @shps951023)
|
||||
|
||||
### 1.32.0
|
||||
- [New] Using DynamicConfiguration when writing data using DataTable (via @pszybiak)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net45;netstandard2.0;net6.0;</TargetFrameworks>
|
||||
<Version>1.32.1</Version>
|
||||
<Version>1.33.0</Version>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AssemblyName>MiniExcel</AssemblyName>
|
||||
|
Loading…
Reference in New Issue
Block a user