forked from ploeh/Numsense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Numsense.nuspec
22 lines (22 loc) · 975 Bytes
/
Numsense.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Numsense</id>
<version>@build.number@</version>
<authors>Mark Seemann</authors>
<owners>Mark Seemann</owners>
<licenseUrl>https://raw.githubusercontent.com/ploeh/Numsense/master/LICENCE.txt</licenseUrl>
<projectUrl>https://github.com/ploeh/Numsense</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .NET library for parsing natural-language numerals ("forty-two") to integers, and converting the other way as well.</description>
<copyright>Copyright Mark Seemann 2016</copyright>
<tags>Integers Numbers Translation Language</tags>
<dependencies>
<dependency id="FSharp.Core" version="4.0.0.1" />
</dependencies>
</metadata>
<files>
<file src="Numsense/bin/Release/Ploeh.Numsense.dll" target="lib\net45" />
<file src="Numsense/bin/Release/Ploeh.Numsense.XML" target="lib\net45" />
</files>
</package>