Skip to content

Commit 054170a

Browse files
committed
Updated change list
1 parent df69a3a commit 054170a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

BeanIO/BeanIO.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Supported platforms:
2525
- New mapping schema
2626
- New At() function for StreamBuilder
2727
- 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>
2930
<copyright>Copyright © Fubar Development, Kevin Seim 2015</copyright>
3031
<tags>BeanIO PCL CSV XML JSON fixed length file parse serialize deserialize serialization deserialization parsing marshal marshalling unmarshal unmarshalling</tags>
3132
</metadata>

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ This port is in most parts compatbile with 2.1.0 of BeanIO.
2121
* New mapping file to enable field validation while marshalling (2015-06)
2222
* Added mapping files to NuGet package
2323
* 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```
2526

2627
### Changed
2728

0 commit comments

Comments
 (0)