This is the official repository for NIP24 Client for .NET
This library contains validators for common Polish tax numbers like NIP, REGON and KRS. Validators for EU VAT ID and IBAN are also included. After registration at NIP24 Portal this library could be used for various on-line validations of Polish and EU companies. Please, visit our web page for more details.
The documentation and samples are available here.
Microsoft Visual Studio 2022 is required to build this library. Simply open the solution file (nip24Library.sln) in the IDE and build the Release version. You can also build it from the Developer Command Prompt for Visual Studio:
git clone https://github.com/nip24pl/nip24-cs-client
cd nip24-cs-client
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=net35
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=net452
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=net462
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=net472
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=net48
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=netstandard2.0
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=netstandard2.0
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=netcoreapp3.1
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=net5.0
msbuild nip24Library.sln /t:Build /p:Configuration=Release /p:TargetFramework=net6.0Add the following dependency using the Package Manager prompt:
PM> Install-Package NIP24.NIP24ClientThe release version of the library is also published in NuGet Gallery. If you don't want to build the library yourself, you can use our published version from this location.
This project is delivered under Apache License, Version 2.0: