Skip to content

Releases: interfax/interfax-dotnet

v3.1.5

03 May 15:48
18e3969
Compare
Choose a tag to compare

Added support for US and Canadian PCI Endpoints
ApiRoot.InterFAX_US_PCI
ApiRoot.InterFAX_CA_PCI

v3.1.4

11 Sep 03:11
7146ab1
Compare
Choose a tag to compare

Changed content submit type from MultipartContent to MultipartFormDataContent, as MultipartContent was adding extra bytes to the content resulting in rendering errors for certain types of files.

v3.1.3

25 Mar 22:22
a2d8bb4
Compare
Choose a tag to compare

Changed Library to not override default JSON.net client settings regarding the StringEnumConverter Converter that was only referenced with the Dictionary class for SupportedFileTypes. As such appropriate setting declaration was moved inline with needed code block, so that the default behaviour of the client is to return ENUMS not strings for user's that also leverage JSON.net in the project.

v3.1.2

09 Mar 18:04
27d5059
Compare
Choose a tag to compare

Case-sensitivity fix for file extensions

v3.1.1

04 Feb 20:49
ca533f6
Compare
Choose a tag to compare

Updated SupportedMediaTypes.json

v3.1.0

25 Nov 22:17
d408a25
Compare
Choose a tag to compare

Update Documents.BuildFaxDocument with Byte[] Array support

Releases #19

v3.0.1

24 Sep 19:20
0e9aa63
Compare
Choose a tag to compare

Added support for 64 bit integer MessageIDs and API Root selection to allow optional use with the PCI compliant InterFAX API

Major release due to minor breaking change of moving to Int64 MessageIDs.

v2.0.2

04 Aug 17:49
Compare
Choose a tag to compare

Update library and tests to .NET Standard 2.0/.NET Core support.

v1.0.4

10 Feb 11:28
Compare
Choose a tag to compare

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[]

v1.0.3

28 Jan 13:12
Compare
Choose a tag to compare

Minor change in InboundFax : MessageId string -> int.