Skip to content

Commit

Permalink
Version bump 1.12.0 Fixes Enum string serialization #183
Browse files Browse the repository at this point in the history
Double segment serialization when using wildcard paths #235
  • Loading branch information
cleftheris committed May 24, 2024
1 parent a16f807 commit 6fda12d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.11.0.{build}
version: 1.12.0.{build}

image: Visual Studio 2019

Expand Down
22 changes: 3 additions & 19 deletions src/indice.Edi/indice.Edi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>Edi.Net Class Library</Description>
<Copyright>Copyright (c) 2015 Indice</Copyright>
<AssemblyTitle>Edi.Net</AssemblyTitle>
<VersionPrefix>1.11.0</VersionPrefix>
<VersionPrefix>1.12.0</VersionPrefix>
<!--<VersionSuffix>beta1</VersionSuffix>-->
<Authors>c.leftheris</Authors>
<TargetFrameworks>net451;netstandard1.0;netstandard1.3;netstandard2.0;net60</TargetFrameworks>
Expand All @@ -15,24 +15,8 @@
<PackageId>indice.Edi</PackageId>
<PackageTags>EDI;EDIFact;Tradacoms;X12;Serializer;Parser</PackageTags>
<PackageReleaseNotes>
- Support deserializing message fragment without interchange #137
- deserialize Functional group headers and trailers into a separate class #138
- Revisited Element List deserialization and serialization #121
- Fixed paths with wildcard fragments (segment and element) now serialize fine.
- Fixed writer serializing boolean values #141.
- Fixed EdiSerializer bug when using Serialize overload that passes a plain `TextWriter` the internal EdiTextWriter was never closed thus not autocompleteing/terminating the current active structure #142.
- Fixed EdiReader when empty segment was found without segment name delimiter #152.
- Introduced new `SuppressBadEscapeSequenceErrors` option on the serializer. it is used to suppress the exception error thrown when a malformed escape sequence is encountered #157.
- Rolledback v1.9.10 `EscapeCharacters` change #160.
- Introduced new `EscapeDecimalMarkInText`. It is used by the EdiTextWriter to escape the decimal mark character inside text values #160.
- Added new path fragment notation for ranges. This allows for element ranges inside of a segment to be mapped to one structure while others to be mapped to #170.
- Bug fix related to nested segment group structures with the same segment name #172.
- Bug fix for Wildcard paths working only for collections #170.
- Fix for segment collection serialization. When some collection items where being serialized as elements instead #168.
- Fix missing path (non existing) on condition attirute should not enter infinite loop #188
- Fix whith the EdiFragment IComparer implementation. When there is an index vs a range. #190
- Fix Failing to deserialize when segments and segment group begin with the same segment and use condition. #196
- Control counts now autogenerated on Serialization :) Use EdiCountAttribute. #17, #113, #161
- Enum string serialization #183
- Double segment serialization when using wildcard paths #235
</PackageReleaseNotes>
<PackageIcon>icon-256.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 6fda12d

Please sign in to comment.