Skip to content

Commit

Permalink
Release version 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Jan 14, 2014
1 parent 322a256 commit d9c88b3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,24 @@ The most up-to-date version can always be found in the following NuGet packages:

# Changelog

## Version 3.0.0

* Fix issue #26: Use the actual type of the objects instead of the statically detected one.
* Merged the Core, Converters and RepresentationModel assemblies. **The NuGet packages YamlDotNet.Core and YamlDotNet.RepresentationModel are now a single package, named YamlDotNet**.
* Removed YamlDotNet.Configuration and YamlDotNet.Converters.
* Line numbers in error messages now start at one.
* TypeConverter is now used to cast list items.
* Various code improvements.
* More and better unit tests.

## Version 2.2.0

TODO

## Version 2.1.0

TODO

## Version 2.0.0

* YamlSerializer has been replaced by the Deserializer class. It offer the same functionality of YamlSerializer but is easier to maintain and extend.
Expand Down
2 changes: 1 addition & 1 deletion YamlDotNet.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- This build file requires .NET 4.0 and nant 0.91 alpha 2 or higher -->
<property name="nant.settings.currentframework" value="net-4.0"/>

<property name="version" value="2.3.0-rc" />
<property name="version" value="3.0.0" />

<fileset id="binaries">
<include name="YamlDotNet/bin/Release/YamlDotNet.dll" />
Expand Down

0 comments on commit d9c88b3

Please sign in to comment.