A couple of changes have been implemented in both the JoeBlogs and the XML-RPC.NET DLLs: this is because we need to be able to accept integers returned as <string> by some XML-RPC implementations (like Joomla's).
XML-RPC.NET allows this parameter to be set, but a bug has been re-introduced in the currently available version, which doesn't check if the field is set.
A fix is implemented in the DLL.
JoeBlogs doesn't provide a setter for this property, so we added a method to set it.
Other than this, the two DLLs are as provided by the authors.