File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ Supported platforms:
25
25
- New mapping schema
26
26
- New At() function for StreamBuilder
27
27
- Support for ICollection<> fields/properties
28
- - Added better support for nullable value types</releaseNotes >
28
+ - Added better support for nullable value types
29
+ - Added the ability to use templates from the RecordBuilder and SegmentBuilder</releaseNotes >
29
30
<copyright >Copyright © Fubar Development, Kevin Seim 2015</copyright >
30
31
<tags >BeanIO PCL CSV XML JSON fixed length file parse serialize deserialize serialization deserialization parsing marshal marshalling unmarshal unmarshalling</tags >
31
32
</metadata >
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ This port is in most parts compatbile with 2.1.0 of BeanIO.
21
21
* New mapping file to enable field validation while marshalling (2015-06)
22
22
* Added mapping files to NuGet package
23
23
* Support for ``` ICollection<> ``` interfaces
24
- * New At() function for StreamBuilder
24
+ * New ``` At() ``` function for StreamBuilder
25
+ * Added the ability to use templates from the ``` RecordBuilder ``` and ``` SegmentBuilder ```
25
26
26
27
### Changed
27
28
You can’t perform that action at this time.
0 commit comments