0.6.0-beta4
Pre-release
Pre-release
This release has following breaking changes:
- Unity3D DLL now only depends on mscorlib.dll. This breaks compabitlity because the library cannot recognize Stack, Queue, NameValueCollection, and System.Uri. If you want to these types support, use Unity3D.Full drop instead.
This release add multidimensional support (and also add non-sz 1-dimension array support, issue #81). And it fixes a Unity related bug, a MessagePackObject deserialization bug, and an Unpacker.Dispose related bug.