Skip to content

Commit

Permalink
Preparing to create a nuget package.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinJSoles committed Aug 10, 2021
1 parent 97cf0e5 commit 8261268
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Madjic.Edi.Dom/Madjic.Edi.Dom.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@
<TargetFrameworks>netstandard2.0;net472;net5.0</TargetFrameworks>
<Authors>Martin Soles</Authors>
<Company>madjic.com</Company>
<Description>Strongly typed classes to support reading and writing ANSI X12 5010 transaction sets for HIPAA.</Description>
<Description>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.</Description>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/MartinJSoles/Madjic.Edi</RepositoryUrl>
<PackageTags>HIPAA, EDI, ANSI X12</PackageTags>
<PackageReleaseNotes>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).</PackageReleaseNotes>
<PackageReleaseNotes>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.</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>1.0.6</Version>
<AssemblyVersion>1.0.6.0</AssemblyVersion>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</PropertyGroup>
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageProjectUrl>https://github.com/MartinJSoles/Madjic.Edi</PackageProjectUrl>
<FileVersion>1.0.6.0</FileVersion>
<FileVersion>2.0.0.0</FileVersion>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 8261268

Please sign in to comment.