You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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? ##
3
8
4
9
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.
5
10
@@ -15,27 +20,18 @@ You can find more information (in dutch) at the following places:
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)
24
25
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? ##
33
27
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.
34
28
35
29
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.
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.
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