The 2.0 release series represents major improvements to AMPSharp, and should be preferred for any future development. Much effort has gone in to cleaning up the code, and removing many of the public members/methods that should have been private.
The API has been simplified, and a more consistent naming convention has been followed. The code should be much easier to follow, as it has been broken up in to multiple files. Namespaces are now used liberally, where appropriate.
New features:
* Now published and installable via Nuget! http://nuget.org/List/Packages/AMPSharp
* An AmpList type compatible with the AmpList found in Twisted.
* A ListOf type compatible with the ListOf found in Twisted.
* Int32 / UInt32 / Int64 / UInt64 types instead of just one Integer type (as appropriate fo...