-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.BuildNuget.props
23 lines (22 loc) · 1 KB
/
Directory.BuildNuget.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Authors>GeLiang</Authors>
<!--<Company></Company>-->
<Copyright>Copyright (c) GeLiang</Copyright>
<PackageId>EpplusHelper</PackageId>
<Description>can easily work with EPPlus to generate Excel(.xlsx) and get excel data</Description>
<!--
<PackageLicenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</PackageLicenseUrl>
<PackageIconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</PackageIconUrl>
-->
<PackageProjectUrl>https://github.com/HZ-GeLiang/EpplusHelper</PackageProjectUrl>
<RepositoryUrl>https://github.com/HZ-GeLiang/EpplusHelper</RepositoryUrl>
<PackageTags>EPPlus, EPPlusHelper, Excel, ooxml</PackageTags>
<!--<PackageReleaseNotes></PackageReleaseNotes>-->
<RepositoryType>gitee</RepositoryType>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<Version>2.5.6.2</Version>
</PropertyGroup>
</Project>