Skip to content

Commit f3d7c48

Browse files
authored
Update README.me
1 parent f6cd29c commit f3d7c48

1 file changed

Lines changed: 15 additions & 19 deletions

File tree

README.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
#SharpMT940Lib#
2-
##What is it?##
1+
[![NuGet](https://img.shields.io/nuget/v/NopLocalization.svg)](https://www.nuget.org/packages/SharpMt940Lib.Core/)
2+
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
3+
4+
# SharpMT940Lib.Core #
5+
SharpMt940Lib.Core is an unofficial port of the [Raptorious.Finance.Swift.Mt940](https://www.nuget.org/packages/Raptorious.Finance.Swift.Mt940/) library to .NET Core.
6+
7+
## What is it? ##
38

49
SharpMT940Lib implements the MT940 format in C# based on specifications by ABN AMRO. You can use it as a base for financial software or for conversions to other formats like CSV or OFX.
510

@@ -15,27 +20,18 @@ You can find more information (in dutch) at the following places:
1520
* [Rabobank MT940 Specification](http://www.rabobank.nl/images/toelichting_op_swift_mt-940_juli_2008_%2029131642.pdf)
1621
* [ABN Amro MT940 Specification](http://www.abnamro.nl/nl/images/Generiek/PDFs/020_Zakelijk/03_%20OfficeNet/Formatenboek_%20MT94_%%2028nederlands%%2029.pdf)
1722

18-
##Sources##
19-
I use Bitbucket as my source control provider, you can find the sources in my repository.
20-
21-
If you know the mt940 format a bit then the code will be obvious. Otherwise just mail me, leave a reply or checkout the code.
22-
23-
[![Build status](https://ci.appveyor.com/api/projects/status/b2fh43sh1g0gaka3?svg=true)](https://ci.appveyor.com/project/raptux/sharpmt940lib)
23+
## Download ##
24+
You can get the prerelease package by using [nuget](https://www.nuget.org/packages/SharpMt940Lib.Core/). For changes checkout the [changelog](https://github.com/mjebrahimi/SharpMt940Lib.Core/blob/master/CHANGELOG.md)
2425

25-
26-
##Documentation##
27-
Generated sandcastle documentation is available. [Checkout my blog](http://www.raptorious.nl/) for new documentation, tips and tutorials.
28-
29-
##Download##
30-
You can get the prerelease package by using [nuget](https://www.nuget.org/packages/Raptorious.Finance.Swift.Mt940/). For changes checkout the [changelog](http://rptx.nl/mt940-changelog)
31-
32-
##Are you missing a feature or is it broken?##
26+
## Are you missing a feature or is it broken? ##
3327
Please contact me or leave a reply if you are missing a feature or when you run into a bug. If I know about it, then I can fix it. You can report them at the [issue tracker](https://bitbucket.org/raptux/sharpmt940lib/issues). Please note I work alone at this project, so fixes sometimes might take some time.
3428

3529
Also I do not have access to every MT940 format. Different banks can have different headers and footers, the AbnAmro class might work for your file also. If it does or does not, please let me know so I can improve the code.
3630

37-
##Author##
31+
## Author ##
3832
[Jaco Adriaansen](http://adriaansen.org/) [(@raptux)](https://twitter.com/raptux)
3933

40-
##License##
41-
SharpMT940Lib has been given an MIT license. This is an open source approved license. You can use the library freely in both open source software and commercial software.
34+
[Momamad Javad Ebrahimi](https://github.com/mjebrahimi)
35+
36+
## License ##
37+
SharpMT940Lib has been given an MIT license. This is an open source approved license. You can use the library freely in both open source software and commercial software.

0 commit comments

Comments
 (0)