-
Notifications
You must be signed in to change notification settings - Fork 1
/
AccountNumberTools.nuspec
35 lines (34 loc) · 2.31 KB
/
AccountNumberTools.nuspec
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>AccountNumberTools</id>
<version>0.6.0.0</version>
<title>Account Number Tools</title>
<authors>Michael Jahn</authors>
<owners>Michael Jahn</owners>
<licenseUrl>http://acconuts.codeplex.com/license</licenseUrl>
<projectUrl>http://acconuts.codeplex.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Classes to validate the formal correctness of national account numbers and international credit card numbers. The conversion between national account numbers and IBAN is supported too.</description>
<summary>Classes to validate the formal correctness of national account numbers and international credit card numbers. The conversion between national account numbers and IBAN is supported too.</summary>
<releaseNotes>* Silverlight 4 support added
* extension methods added
* account number validation support for Norway, Portugal, Poland, Albania and Belgium
* reorganized namespaces and classes, clearer API</releaseNotes>
<tags>Account Number Check Credit Card Luhn German Kontonummer Kontonummern Bankleitzahl IBAN BIC BBAN</tags>
</metadata>
<files>
<file src="Build\Release\AccountNumberTools.dll" target="lib/net40" />
<file src="Build\Release\AccountNumberTools.xml" target="lib/net40" />
<file src="Build\Release\AccountNumberTools.pdb" target="lib/net40" />
<file src="Build\Release\AccountNumberTools.Contracts.dll" target="lib/net40" />
<file src="Build\Release\AccountNumberTools.Contracts.xml" target="lib/net40" />
<file src="Build\Release\AccountNumberTools.Contracts.pdb" target="lib/net40" />
<file src="Build\Release\SL\AccountNumberTools.Silverlight.dll" target="lib/sl4" />
<file src="Build\Release\SL\AccountNumberTools.Silverlight.xml" target="lib/sl4" />
<file src="Build\Release\SL\AccountNumberTools.Silverlight.pdb" target="lib/sl4" />
<file src="Build\Release\SL\AccountNumberTools.Contracts.Silverlight.dll" target="lib/sl4" />
<file src="Build\Release\SL\AccountNumberTools.Contracts.Silverlight.xml" target="lib/sl4" />
<file src="Build\Release\SL\AccountNumberTools.Contracts.Silverlight.pdb" target="lib/sl4" />
</files>
</package>