From 3b18373e3fd5bc5d3252a25195e2451b1faddd7d Mon Sep 17 00:00:00 2001 From: Nixon Samuel Date: Fri, 21 Aug 2020 16:18:48 +0530 Subject: [PATCH] bump version to 4.10.2 --- src/Plivo/Plivo.csproj | 2 +- src/Plivo/Plivo.nuspec | 3 ++- src/Plivo/Version.cs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Plivo/Plivo.csproj b/src/Plivo/Plivo.csproj index 79933bfc..4c6619d6 100755 --- a/src/Plivo/Plivo.csproj +++ b/src/Plivo/Plivo.csproj @@ -1,7 +1,7 @@ netstandard2.0;netstandard1.3 - 4.10.1 + 4.10.2 Plivo SDKs Team Plivo Inc. diff --git a/src/Plivo/Plivo.nuspec b/src/Plivo/Plivo.nuspec index a00c2803..63dc736f 100755 --- a/src/Plivo/Plivo.nuspec +++ b/src/Plivo/Plivo.nuspec @@ -4,7 +4,7 @@ A .NET SDK to make voice calls and send SMS using Plivo and to generate Plivo XML A .NET SDK to make voice calls and send SMS using Plivo and to generate Plivo XML Plivo - 4.10.1 + 4.10.2 Plivo Plivo SDKs Team Plivo, Inc. @@ -12,6 +12,7 @@ http://github.com/plivo/plivo-dotnet false + * 4.10.2 Internal changes in PHLO for MultiPartyCall component. * 4.10.1 Added exception handling for non json error responses and statuscode 401. * 4.10.0 Add retries to multiple regions for voice requests. * 4.9.1 Fix List Call Details response. diff --git a/src/Plivo/Version.cs b/src/Plivo/Version.cs index eb377f72..67541867 100755 --- a/src/Plivo/Version.cs +++ b/src/Plivo/Version.cs @@ -10,7 +10,7 @@ public class Version /// /// DotNet SDK version /// - public const string SdkVersion = "4.10.1"; + public const string SdkVersion = "4.10.2"; /// /// Plivo API version ///