From 8261268a7060e5e728c92ea092de4265925d45b0 Mon Sep 17 00:00:00 2001 From: Martin Soles Date: Tue, 10 Aug 2021 19:39:29 -0400 Subject: [PATCH] Preparing to create a nuget package. --- Madjic.Edi.Dom/Madjic.Edi.Dom.vbproj | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Madjic.Edi.Dom/Madjic.Edi.Dom.vbproj b/Madjic.Edi.Dom/Madjic.Edi.Dom.vbproj index 80ea6f8..ade6e8f 100644 --- a/Madjic.Edi.Dom/Madjic.Edi.Dom.vbproj +++ b/Madjic.Edi.Dom/Madjic.Edi.Dom.vbproj @@ -5,22 +5,24 @@ netstandard2.0;net472;net5.0 Martin Soles madjic.com - Strongly typed classes to support reading and writing ANSI X12 5010 transaction sets for HIPAA. + Strongly typed classes to support reading and writing ANSI X12 5010 transaction sets for HIPAA. This covers the following transaction sets: 270, 271, 277, 278, 820, 834, 835, 837, and 999. false MIT https://github.com/MartinJSoles/Madjic.Edi HIPAA, EDI, ANSI X12 - This is an initial release of a class library that supports reading and writing HIPAA compliant ANSI X12 EDI documents. There are issues (but work for my immediate needs right now). + This release adds support for repeating data elements, simple and composite. This is a breaking change as it does change the property signatures. + +In addition, there is support for creating composite data elements. This was missing in prior versions. These are all in the factory namespace. You will find the methods located in the same classes as those that would create the containing segment. true true - 1.0.6 - 1.0.6.0 + 2.0.0 + 2.0.0.0 true snupkg https://github.com/MartinJSoles/Madjic.Edi - 1.0.6.0 + 2.0.0.0 git