Releases: phaxio/phaxio-dotnet
Releases · phaxio/phaxio-dotnet
Version 2.0
This release provides access to the entire suite of resources available in the Phaxio V2 HTTP API. The client changed from PhaxioClient to Phaxio. The Phaxio class is not an drop-in replacement for PhaxioClient, as several methods have been removed or their signature has changed. Please see the docs for the basic usage of the new client.
Version 1.1
- Fixed a bug in PhaxioClient#SendFax that would throw a NullReferenceException when it encountered an exception from the underlying HTTP API. This changes it to throw an ApplicationException with the underlying message.
Version 1.0
This is the first version of phaxio-dotnet. It includes helpers to interact with the V1 of the Phaxio HTTP API.