Skip to content

Commit

Permalink
Updated the version number, change log and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
catfireparty committed Feb 10, 2017
1 parent 15be309 commit 35b908a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
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)
4 changes: 2 additions & 2 deletions InterFAX.Api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.36")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.38")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Send and receive faxes in [CLI Languages](https://en.wikipedia.org/wiki/List_of_
This library targets .NET 4.5.2 and can be installed via Nuget :

```
Install-Package InterFAX.Api -Version 1.0.3
Install-Package InterFAX.Api -Version 1.0.4
```

## Getting started
Expand Down

0 comments on commit 35b908a

Please sign in to comment.