From 054170a0d86b490edd21c9349ce411f2005841d6 Mon Sep 17 00:00:00 2001 From: Mark Junker Date: Mon, 13 Jul 2015 14:45:29 +0200 Subject: [PATCH] Updated change list --- BeanIO/BeanIO.nuspec | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/BeanIO/BeanIO.nuspec b/BeanIO/BeanIO.nuspec index 1f56ce0..d9e1b71 100644 --- a/BeanIO/BeanIO.nuspec +++ b/BeanIO/BeanIO.nuspec @@ -25,7 +25,8 @@ Supported platforms: - New mapping schema - New At() function for StreamBuilder - Support for ICollection<> fields/properties -- Added better support for nullable value types +- Added better support for nullable value types +- Added the ability to use templates from the RecordBuilder and SegmentBuilder Copyright © Fubar Development, Kevin Seim 2015 BeanIO PCL CSV XML JSON fixed length file parse serialize deserialize serialization deserialization parsing marshal marshalling unmarshal unmarshalling diff --git a/README.md b/README.md index e7d69b4..15aad29 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ This port is in most parts compatbile with 2.1.0 of BeanIO. * New mapping file to enable field validation while marshalling (2015-06) * Added mapping files to NuGet package * Support for ```ICollection<>``` interfaces -* New At() function for StreamBuilder +* New ```At()``` function for StreamBuilder +* Added the ability to use templates from the ```RecordBuilder``` and ```SegmentBuilder``` ### Changed