Skip to content

Commit

Permalink
- 【Nuget】版本更新到1.4.11
Browse files Browse the repository at this point in the history
- 【导出】修复Datatable列的顺序和DTO的顺序不一致,导致数据放错列(具体见PR:#13
  • Loading branch information
codelove1314 committed Nov 20, 2019
1 parent 9ebb658 commit dd5e6c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@

### 更新历史

#### 2019.11.20
- 【Nuget】版本更新到1.4.11
- 【导出】修复Datatable列的顺序和DTO的顺序不一致,导致数据放错列(具体见PR:https://github.com/xin-lai/Magicodes.IE/pull/13)

#### 2019.11.16
- 【Nuget】版本更新到1.4.10
- 【导出】修复Pdf导出在多线程下的问题
Expand Down
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.4.10</Version>
<Version>1.4.11</Version>
</PropertyGroup>
<PropertyGroup>
<!--<TargetFramework>netstandard2.0</TargetFramework>-->
Expand Down

0 comments on commit dd5e6c9

Please sign in to comment.