This commit is contained in:
Wei Lin 2024-07-07 13:29:28 +08:00
parent 1cab06e464
commit a51bfbe7c7
4 changed files with 25 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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