-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the version number, change log and readme.
- Loading branch information
1 parent
15be309
commit 35b908a
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
<a name="1.0.0"></a> | ||
<a name="1.0.1"></a> | ||
# 1.0.1 (2016-09-16) | ||
|
||
* Initial release with nuget package | ||
|
||
<a name="1.0.2"></a> | ||
# 1.0.2 (2016-12-11) | ||
|
||
* ToString for Errors | ||
* Added message to ApiException by calling base class | ||
* Added methods to send FileStreams | ||
|
||
<a name="1.0.3"></a> | ||
# 1.0.3 (2017-01-28) | ||
|
||
* Changed InboundFax.MessageId from string to int | ||
* Changed InboundFax.MessageId from string to int | ||
|
||
<a name="1.0.4"></a> | ||
# 1.0.4 (2017-02-09) | ||
|
||
* 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<int> to params int[] (not considered breaking as it wasn't working before) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters