You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<Project>
|
|
|
|
|
|
|
|
<Import Project="build\version.props" />
|
|
|
|
|
|
|
|
<PropertyGroup Label="Package">
|
|
|
|
<Product>NPOI</Product>
|
|
|
|
<Authors>NCC;Savorboard</Authors>
|
|
|
|
<RepositoryUrl>https://github.com/dotnetcore/NPOI</RepositoryUrl>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
|
|
|
<PackageIconUrl>https://avatars2.githubusercontent.com/u/19404084</PackageIconUrl>
|
|
|
|
<PackageProjectUrl>https://github.com/dotnetcore/NPOI</PackageProjectUrl>
|
|
|
|
<PackageLicenseUrl>https://github.com/dotnetcore/NPOI/blob/master/LICENSE.txt</PackageLicenseUrl>
|
|
|
|
<PackageTags>NPOI,Office,Excel,Word</PackageTags>
|
|
|
|
<Description>A .NET library for reading and writing Microsoft Office binary and OOXML file formats.</Description>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|