Raptorious.Finance.Swift.Mt940 1.1.1.39

There is a newer version of this package available.
See the version list below for details.
dotnet add package Raptorious.Finance.Swift.Mt940 --version 1.1.1.39
NuGet\Install-Package Raptorious.Finance.Swift.Mt940 -Version 1.1.1.39
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="Raptorious.Finance.Swift.Mt940" Version="1.1.1.39" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Raptorious.Finance.Swift.Mt940 --version 1.1.1.39
#r "nuget: Raptorious.Finance.Swift.Mt940, 1.1.1.39"
#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 Raptorious.Finance.Swift.Mt940 as a Cake Addin
#addin nuget:?package=Raptorious.Finance.Swift.Mt940&version=1.1.1.39

// Install Raptorious.Finance.Swift.Mt940 as a Cake Tool
#tool nuget:?package=Raptorious.Finance.Swift.Mt940&version=1.1.1.39

SharpMT940Lib implements the MT940 format in C# and is based on specifications of multiple banks. You can use it as a base for financial software or for conversions to other formats like CSV or OFX.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Raptorious.Finance.Swift.Mt940:

Package Downloads
Catharsium.Finance.Data.FileStorage

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0.4 59,993 10/23/2016
1.1.1.39 4,594 6/2/2015
1.1.0 2,557 11/12/2014
1.0.0 2,310 9/5/2014
0.1.1-rc2 1,550 7/15/2014
0.1.0.1 2,051 6/13/2014
0.0.3-b2 1,833 8/22/2012

Added: Change: Money now supports < and > operators.
Change: TransactionsBalance now requires CultureInfo
Changed: DateParser now static
Changed: Widening of cultureinfo to IFormatProvider
Changed: Parse methods without CultureInfo are now obsolte and produce a warning (or error depending on compiler configuration).
Changed: Build script is now based on [FAKE](https://fsharp.github.io/FAKE/)
Removed: The dependency on xunit test runner, it isn't required as the project runs on nunit.
Removed: Dependency on system.diagnostics.codecontracts it didn't work with code analysis.