EdiProcessor 2.1.1

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

// Install EdiProcessor as a Cake Tool
#tool nuget:?package=EdiProcessor&version=2.1.1

Convert raw EDI documents into object-based representations for easier consumption using custom property mapping attributes.

Interchange, Function Group, and basic Transaction wrapper classes included - supply your own Transaction implementations and off you go!  Handles both standard loops and non-loop ordinal duplicate segments.

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.

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
2.1.1 1,270 10/25/2016

10/25/2016:  Added Amazon DropShip Invoice support.

10/6/2016:  Added Amazon DropShip 850 and distinguished existing Amazon Stocking 850, as well as refactored all EDI objects to utilize new EdiX12Converter and removed old Standard Converter.

9/20/2016:  Added Co-Auto 810 Invoice message.

9/8/2016:  Updated AutoZone 850 and 997 messages for new EdiX12Converter class that must be used to handle multi-transaction documents for AutoZone.

8/23/2016:  Added 856 ASN message support for AutoZone.

8/15/2016:  Added 846 Inventory Extract message support for AutoZone.

8/8/2016:  Added 810 Invoice message support for AutoZone.

8/4/2016:  Added 997 Functional Acknowledgement message support.

8/3/2016:  Added AutoZone 850 Purchase Order message support.

3/23/2016:  Added Amazon 810 Invoice message support.

3/9/2016:  Added convert to EDI functionality.

3/3/2016:  Made AmazonPurchaseOrder.PurchaseOrderNumber required.

1/27/2016:  Initial Release.