Skip to content

Commit

Permalink
1.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shps951023 committed Aug 10, 2024
1 parent c92aa0d commit 6161e29
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

---

### 1.34.1
- [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld-cp)
- [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli)

### 1.34.0
- [New] Add freeze panes (#626) (via @meld-cp)
- [New] Add DateTime Nullale support (via @jiaguangli)
Expand Down
4 changes: 4 additions & 0 deletions docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@

---

### 1.34.1
- [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld-cp)
- [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli)

### 1.34.0
- [New] 支持 freeze panes (#626) (via @meld-cp)
- [New] 支持 DateTime Nullale support (via @jiaguangli)
Expand Down
4 changes: 4 additions & 0 deletions docs/README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

---

### 1.34.1
- [Bug] Fix Issue 632, refactor sheet styles (#640) (via @meld-cp)
- [Bug] Fix StartSheetView for multiple selection (#641) (via @jiaguangli)

### 1.34.0
- [New] 支持 freeze panes (#626) (via @meld-cp)
- [New] 支持 DateTime Nullale support (via @jiaguangli)
Expand Down
2 changes: 1 addition & 1 deletion src/MiniExcel/MiniExcelLibs.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;net6.0;</TargetFrameworks>
<Version>1.34.0</Version>
<Version>1.34.1</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>MiniExcel</AssemblyName>
Expand Down

0 comments on commit 6161e29

Please sign in to comment.