vonage-dotnet-sdk v5.6.3

by Vonage
Fixing issue with the serialization of delivery receipts when using a non-standard JSON serializer. https://github.com/Vonage/vonage-dotnet-sdk/releases/tag/v5.6.3
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.6.2

by Vonage
New, simplified method for sending SMS messages. To send an SMS simply use the Sms client's SendAnSms function `csharp var smsResponse = smsClient.SendAnSms(FROMNUMBER, TONUMBER, TEXT); ` Also first auto-released Vonage .NET SDK https...
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.6.1

by Vonage
New, simplified method for sending SMS messages. To send an SMS simply use the Sms client's SendAnSms function `csharp var smsResponse = smsClient.SendAnSms(FROMNUMBER, TONUMBER, TEXT); ` Also first auto-released Vonage .NET SDK https...
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.6.0

by Vonage
New, simplified method for sending SMS messages. To send an SMS simply use the Sms client's SendAnSms function `csharp var smsResponse = smsClient.SendAnSms(FROMNUMBER, TONUMBER, TEXT); https://github.com/Vonage/vonage-dotnet-sdk...
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.5.0

by Vonage
New Voice Talk Command and Talk NCCO now allow you to use the language and style parameters for text-to-speech. E.g. `csharp var talkAction = new TalkAction() { Text = "Hei dette er en tekst-til-tale-samtale fra vonage " + extraText...
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.4.0

by Vonage
New Adds the Async Pattern to the Vonage SDK. All methods that were synchronous have both a sync and async flavor. To use the async method simply add Async to the end of the old method name - e.g. SendAnSmsAsync Adds new APIs for making...
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.3.0

by Vonage
5.3.0 switches all naming in the SDK from Nexmo -> Vonage. And marks the first release of the new Vonage nuget package. The Nexmo namespace is preserved but all classes within it are marked as deprecated as they will be removed in the...
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.2.0

by Vonage
Adds new utility methods for parsing inbound webhooks from Vonage Fixes bug with parsing multi-input event webhooks. https://github.com/Vonage/vonage-dotnet-sdk/releases/tag/v5.2.0
Server SDK
DOTNET
Changes

vonage-dotnet-sdk v5.1.0

by Vonage
New This new version of the .NET Nexmo SDK Introduces the new PSD2 feature for the Vonage Verify API. For more details about using this feature see its code snippets. And its API Reference https://github.com/Vonage/vonage-dotnet-sdk...
Server SDK
DOTNET
Changes