Skip to content

Releases: Yortw/Spooky

XML-RPC Support

21 Jan 05:50
Compare
Choose a tag to compare
1.0.5

Create CONTRIBUTING.md

Fix for Byte Order Marks in Request Streams

10 Oct 01:18
Compare
Choose a tag to compare

Fix for Json RPC 2.0 serializer, which (with the default configuration) wrote BOMs into the request stream, which often caused errors with non .Net RPC servers. This is now off by default, but can be re-enabled if required by passing a text encoding object to the serializer constructor, with the encoding configured to output BOM.

1.0.0.0 - Initial release

08 Oct 03:16
Compare
Choose a tag to compare
Updated readme.md with better sample info.