Project
- Fixed incorrect assembly version on
PrtgAPI.PowerShell.dll
Bugfixes
- Restored handler for parsing XML responses containing invalid characters (e.g.
\0
). If a response is received containing an invalid character, PrtgAPI will retry the request and refrain from opportunistically deserializing responses as aStream
rather than astring
(#55)