forked from dotnetcore/Magicodes.IE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.props
35 lines (31 loc) · 1.53 KB
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Project>
<PropertyGroup>
<Version>2.5.0-beta4</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>雪雁</Authors>
<Company>湖南心莱信息科技有限公司</Company>
<Product>麦扣</Product>
<PackageProjectUrl>https://docs.xin-lai.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/dotnetcore/Magicodes.IE</RepositoryUrl>
<Description>
导入导出通用库,通过导入导出DTO模型来控制导入和导出,支持Excel、Word、Csv、Pdf和Html以及动态导出。
开源库地址:https://github.com/xin-lai
博客地址:http://www.cnblogs.com/codelove/
交流QQ群:85318032
**2020.11.20**
- 【Nuget】版本更新到2.5.0-beta4
- 导入Excel对Enum类型匹配值映射时,忽略值前后空格
**2020.10.29**
- 【Nuget】版本更新到2.5.0-beta3
- 导入模板支持Excel内置验证 [#167](https://github.com/dotnetcore/Magicodes.IE/issues/167)
**2020.10.20**
- 【Nuget】版本更新到2.5.0-beta2
- Excel导出支持HeaderRowIndex [#164](https://github.com/dotnetcore/Magicodes.IE/issues/164)
- 增加Excel枚举导出对DescriptionAttribute的支持[#168](https://github.com/dotnetcore/Magicodes.IE/issues/168)
</Description>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
</Project>