MessageParser.NET 1.0.3

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

// Install MessageParser.NET as a Cake Tool
#tool nuget:?package=MessageParser.NET&version=1.0.3

MessageParser.Net Is Simple Message Parser.
For More Info And Example Please Visit https://github.com/AlirezaP/MessageParser.NET

Product Compatible and additional computed target framework versions.
.NET Framework 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MessageParser.NET:

Package Downloads
DotNetPos

DotNetPos is an open source tool for transaction Message. DotNetPos Support Iso8583,Xml,Excel Format. For More Info And Example Please Visit https://github.com/AlirezaP/DotNetPos

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3.6 1,966 1/5/2017
1.0.3.5 1,430 6/24/2016
1.0.3.4 1,720 3/9/2016
1.0.3.3 1,843 2/25/2016
1.0.3.2 1,466 1/25/2016
1.0.3.1 1,492 12/19/2015
1.0.3 1,768 12/18/2015
1.0.2 1,712 12/6/2015
1.0.1.2 1,693 11/28/2015
1.0.1.1 1,886 11/19/2015
1.0.1 3,122 11/11/2015
1.0.0.5 1,865 11/17/2015
1.0.0.4 1,578 11/17/2015
1.0.0.3 1,960 11/11/2015
1.0.0.2 2,186 11/9/2015
1.0.0.1 1,844 11/8/2015
1.0.0 2,091 11/5/2015

Added batch parser.
   with batch parser you can parse batch file like csv or txt to objects!.
For More Info And Example Please Visit https://github.com/AlirezaP/MessageParser.NET