diff --git a/README.md b/README.md index cfa5eee..6c53453 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,22 @@ # IBAN4Net -

+

-A port of Artur Mkrtchyan's IBAN4j project to .NET (netstandard). Artur's project can be found here +IBAN4Net is a library for validation and generation of the International Bank Account Numbers (IBAN) and Business Identifier Codes (BIC). + +This project is a port of Artur Mkrtchyan's IBAN4j project to .NET (netstandard). Artur's project can be found here. -IBAN4Net is a library for generation and validation of the International Bank Account Numbers (IBAN) and Business Identifier Codes (BIC). More information about IBANs and BICs can be found here: * IBAN ISO_13616 * BIC ISO_9362 -This library is written in C# ver. 6.0 and it is not a one-to-one port of the original IBAN4j project. It contains some tweaks here and there and it doesn't support random IBAN generation, yet. +This library is written with C# ver. 6.0 and it is not a one-to-one port of the original IBAN4j project. It contains some tweaks here and there and it doesn't support random IBAN generation, yet. + +Since 10/2022 the library contains definitions for all countries with IBAN support listed as Partial/Experimental. Definitions for those countries are...vague at best. Take that as a warning. PRs better clarifying those rules are much welcomed. + Some of the differencies from the java project are: @@ -128,6 +132,15 @@ else ``` +### Contribute and PRs + +I don't like PRs supporting the everlasting "tabs vs. spaces" battle. Main project contains .editorconfig (VS2022) file which sets the score clearly ;) + + + +I'm really sorry for a rather long delays when accepting PRs. + + ### References - IBAN4j project by Artur Mkrtchyan - http://en.wikipedia.org/wiki/ISO_13616 @@ -137,6 +150,6 @@ else ### License -Copyright 2020 Vaclav Beca [sinkien]. +Copyright 2022 Vaclav Beca [sinkien]. Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0