MichelMichels.OpenIbanSharp
2.0.0
dotnet add package MichelMichels.OpenIbanSharp --version 2.0.0
NuGet\Install-Package MichelMichels.OpenIbanSharp -Version 2.0.0
<PackageReference Include="MichelMichels.OpenIbanSharp" Version="2.0.0" />
paket add MichelMichels.OpenIbanSharp --version 2.0.0
#r "nuget: MichelMichels.OpenIbanSharp, 2.0.0"
// Install MichelMichels.OpenIbanSharp as a Cake Addin #addin nuget:?package=MichelMichels.OpenIbanSharp&version=2.0.0 // Install MichelMichels.OpenIbanSharp as a Cake Tool #tool nuget:?package=MichelMichels.OpenIbanSharp&version=2.0.0
OpenIbanSharp 💳
This projects is a C# wrapper library to validate IBAN numbers with go-iban.
<details> <summary>Table of Contents</summary>
</details>
<hr>
Prerequisites
- .NET 8.0
- A server running the goiban-service. F.e.
https://openiban.com
, but you can also self-host and use your own server.
Getting Started
Clone the repository and open in Visual Studio. Build the code and reference the .dll file.
Create an instance of OpenIbanClient
by providing the url where the goiban-service is running as a parameter in the constructor.
<br />
Building
Use Visual Studio 2022 to build the project.
<br />
Installation
Get the NuGet packages from nuget.org or search for MichelMichels.OpenIbanSharp
in the GUI package manager in Visual Studio.
You can also use the cli of the package manager with following command:
Install-Package MichelMichels.OpenIbanSharp
<br />
Usage
OpenIbanClient
has only 1 method, Validate(string iban)
, which returns a BankResponse
-object.
<br />
License
This project is licensed under the MIT License - see the LICENSE file for details
<br />
Credits
Written by Michel Michels.
<br />
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 120 | 4/24/2024 |
- Dropped .NET Standard 2.0 support
- Changed to .NET 8.0
- Namespace changed to MichelMichels.OpenIbanSharp
- License change to MIT
- Breaking API change in favor of async methods