Skip to content

Commit

Permalink
Push 2.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
smithrobs committed Jan 13, 2017
1 parent f107383 commit c9943a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.2.0 (2017-01-??)
# 2.2.0-rc1 (2017-01-12)

* Expose internal API request methods to allow custom API calls from library consumers as some new Nexmo API endpoints may not be immediately supported.
* Allow override of request credentials per API call.
Expand Down
8 changes: 6 additions & 2 deletions Nexmo.Api/Nexmo.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Nexmo.Csharp.Client</id>
<version>2.2.0</version>
<version>2.2.0-rc1</version>
<title>Nexmo API Client</title>
<authors>Nexmo</authors>
<owners>Nexmo</owners>
Expand All @@ -12,7 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Official C#/.NET wrapper for the Nexmo API</description>
<releaseNotes>
* Request signing support (https://docs.nexmo.com/messaging/signing-messages)
* Expose internal API request methods to allow custom API calls from library consumers as some new Nexmo API endpoints may not be immediately supported.
* Allow override of request credentials per API call.
* Optional configuration and request logging.
* Support signed requests via security key.
* Optional API request rate limiting.
</releaseNotes>
<copyright>© Nexmo 2017</copyright>
<tags>SMS voice telephony phone nexmo</tags>
Expand Down

0 comments on commit c9943a8

Please sign in to comment.