v2.0.0
- NumberInsight basic + standard support
- NumberVerify control call
- JWT token generation
- Application API support
- Application-based call API support
- .NET Standard 1.6 support
- [BREAKING] Moved configuration from app.config to settings.json
- [BREAKING] Nexmo.Api.Voice static class has been deprecated - you must move to the new Voice calls inside the new Nexmo.Api.Voice namespace. See the Nexmo docs for details.
JWT notes:
- When registering a new application, make sure you save the private key. This library does not (currently) take care of this for you.
- Make sure your saved private key is ASCII (not UTF-8, no BOM) - http://stackoverflow.com/questions/1068650/using-awk-to-remove-the-byte-order-mark