MichelMichels.OpenIbanSharp 2.0.0

dotnet add package MichelMichels.OpenIbanSharp --version 2.0.0
NuGet\Install-Package MichelMichels.OpenIbanSharp -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MichelMichels.OpenIbanSharp" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MichelMichels.OpenIbanSharp --version 2.0.0
#r "nuget: MichelMichels.OpenIbanSharp, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 💳

Nuget .NET

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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 74 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