Metadata >> NuGet >> Raptorious.Finance.Swift.Mt940

Raptorious.Finance.Swift.Mt940

Metadata

Authors Jaco Adriaansen
Copyrights Copyright Jaco Adriaansen
Description 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.
LicenseUrl https://bitbucket.org/raptux/sharpmt940lib/raw/10de8e21ae6d4943e8df8b649935348319e68af3/Raptorious.SharpMT940Lib/license.txt
Owners Jaco Adriaansen
ProjectUrl https://bitbucket.org/raptux/sharpmt940lib
ReleaseNotes 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.
RequireLicenseAcceptance False
Summary SharpMt940Lib is a C# library that allows you to read MT940 formatted files and convert it to in-memory .NET objects.
Tags MT940 swift finance SharpMt940Lib bank transaction
Title SharpMt940Lib
PackageSize 13228
PackageHashAlgorithm SHA512
PackageHash aEAQQipbm0oxnmg9JEEHlAoqxMG2Lo2KfCZdj45DrOWaAocBUxLtwMCSgxPWWfkgc2sFeREGC3+xZx3uixd9aQ==
DownloadCount 000000
CreatedDate 2015-06-02T17:47:10

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Raptorious.Finance.Swift.Mt940 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Raptorious.Finance.Swift.Mt940 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Raptorious.Finance.Swift.Mt940
Installing the package (HTTP Basic authentication):
Install-Package Raptorious.Finance.Swift.Mt940 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Raptorious.Finance.Swift.Mt940 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Raptorious.Finance.Swift.Mt940

OpenWrap

Installing the package:
o add-wrap Raptorious.Finance.Swift.Mt940
Uninstalling the package:
o remove-wrap Raptorious.Finance.Swift.Mt940

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.1.39