- Initial release with nuget package
- ToString for Errors
- Added message to ApiException by calling base class
- Added methods to send FileStreams
- Changed InboundFax.MessageId from string to int
- Changed OutboundFax.PageHeader from int (!) to string
- Fixed a bug in Outbound.GetCompleted so that it gets completed faxes now.
- Signature change in GetCompleted from IEnumerable to params int[] (not considered breaking as it wasn't working before)
- Added support for image status DONT_EXIST in InfoundFax
- Convert library to .NET Standard 2.0
- Convert tests to .NET Standard and dotnet test support
- Add support for .NET Core
- Add handling for valid 204 API responses (Thanks @ricky-shake-n-bake-bobby)