Raptorious.Finance.Swift.Mt940
1.1.1.39
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
<PackageReference Include="Raptorious.Finance.Swift.Mt940" Version="1.1.1.39" />
paket add Raptorious.Finance.Swift.Mt940 --version 1.1.1.39
#r "nuget: Raptorious.Finance.Swift.Mt940, 1.1.1.39"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
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.