Tel4Net 1.1.1
Provides validation and normalization for phone numbers. with respect to E.164 (an international standard (ITU-T Recommendation), titled The international public telecommunication numbering plan)
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Tel4Net</id>
<version>1.1.1</version>
<authors>Hassan Faghihi</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<projectUrl>https://github.com/users/deadmann/projects/1</projectUrl>
<description>Provides validation and normalization for phone numbers. with respect to E.164 (an international standard (ITU-T Recommendation), titled The international public telecommunication numbering plan)</description>
<releaseNotes>- 1.1.1: Add library version info provider
- 1.1.0:
* Add regional validation
* Pre Compile uncompiled Regex
- 1.0.1: Update package info
- 1.0.0: Initial Release</releaseNotes>
<copyright>© 2020 Hassan Faghihi</copyright>
<tags>Telephone, Mobile, Normalization, Validation</tags>
<repository url="https://github.com/deadmann/Tel4Net" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>