Sepa.Net 1.0.2

dotnet add package Sepa.Net --version 1.0.2
NuGet\Install-Package Sepa.Net -Version 1.0.2
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="Sepa.Net" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sepa.Net --version 1.0.2
#r "nuget: Sepa.Net, 1.0.2"
#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 Sepa.Net as a Cake Addin
#addin nuget:?package=Sepa.Net&version=1.0.2

// Install Sepa.Net as a Cake Tool
#tool nuget:?package=Sepa.Net&version=1.0.2

SEPA.Net is a parser for SEPA XML Messages based on ISO 2022.

The parser can read and create messages that comply to the iso 20022 formats.
At the moment Pain and camt are supported. We´re in the process of adding all the other messages.

When reading data, the parser can automatically decide which message format to choose based on the xml namespace tag. Simply load any xml file and the parser deserializes the xml file into a .net data structure which can be used for any purpose. Transactions in camt messages can be filtered using linq statements.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 9,818 12/12/2013
1.0.0 1,158 11/14/2013

12.12.2013 - v.0.2
Fixed Namespace Error for PAIN 008.001.02

14.11.2013 - v.0.2
Renamed a couple of Attributes for CAMT_52
Added a couple of Messages
Completed File Type Auto Detection