Skip to content

Commit

Permalink
Updated change list
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Jul 13, 2015
1 parent df69a3a commit 054170a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion BeanIO/BeanIO.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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</releaseNotes>
- Added better support for nullable value types
- Added the ability to use templates from the RecordBuilder and SegmentBuilder</releaseNotes>
<copyright>Copyright © Fubar Development, Kevin Seim 2015</copyright>
<tags>BeanIO PCL CSV XML JSON fixed length file parse serialize deserialize serialization deserialization parsing marshal marshalling unmarshal unmarshalling</tags>
</metadata>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 054170a

Please sign in to comment.