Skip to content

Commit

Permalink
1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shps951023 committed Oct 22, 2022
1 parent aa63757 commit 65f6998
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
7 changes: 6 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@



## 1.28.0
### 1.28.1

- [Optimization] Reduce string memory allocation when template save #439 (via @cupsos)
- [Optimization] Remove dependency System.Memory #441 (via @ping9719)

### 1.28.0

- [New] Support CSV Insert #I4X92G (via @shps951023)

Expand Down
5 changes: 4 additions & 1 deletion docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@



### 1.28.1

- [Optimization] 减少 template save string memory allocation #439 (via @cupsos)
- [Optimization] 移除 System.Memory 依赖 #441 (via @ping9719)

## 1.28.0
### 1.28.0

- [New] 支持 CSV Insert 方法 #I4X92G (via @shps951023)

Expand Down
7 changes: 6 additions & 1 deletion docs/README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@



## 1.28.0
### 1.28.1

- [Optimization] 減少 template save string memory allocation #439 (via @cupsos)
- [Optimization] 移除 System.Memory 依賴 #441 (via @ping9719)

### 1.28.0

- [New] 支持 CSV Insert 方法 #I4X92G (via @shps951023)

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;net5.0</TargetFrameworks>
<Version>1.28.0</Version>
<Version>1.28.1</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>MiniExcel</AssemblyName>
Expand Down

0 comments on commit 65f6998

Please sign in to comment.