22 lines
1.0 KiB
XML
22 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>ExcelNumberFormat</id>
|
|
<version>1.1.0</version>
|
|
<authors>ExcelNumberFormat developers</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>icon.png</icon>
|
|
<projectUrl>https://github.com/andersnm/ExcelNumberFormat</projectUrl>
|
|
<description>.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.</description>
|
|
<tags>excel,formatting,numfmt,formatcode</tags>
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework2.0" />
|
|
<group targetFramework=".NETStandard1.0">
|
|
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
|
|
</group>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |