From b478e9132563984a717797383d5b3fdf1c4d4217 Mon Sep 17 00:00:00 2001 From: Rajneesh Katkam Date: Tue, 19 Sep 2023 19:17:10 +0530 Subject: [PATCH] Updated version --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- src/Plivo/Plivo.csproj | 2 +- src/Plivo/Plivo.nuspec | 3 ++- src/Plivo/Version.cs | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfcdfba..30c0e233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log + +## [5.34.0](https://github.com/plivo/plivo-dotnet/tree/v5.34.0) (2023-09-19) +**Verify Service** +- Create Session +- Validate Session +- Get Session +- List Session + ## [5.33.0](https://github.com/plivo/plivo-dotnet/tree/v5.33.0) (2023-08-25) **Feature - Added New Param 'carrier_fees', 'carrier_fees_rate', 'destination_network' in Get Message and List Message APIs** - Added new params on message get and list response diff --git a/README.md b/README.md index cc82b07b..a4dd8946 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ You can install this SDK either by referencing the .dll file or using NuGet. Use the following line to install the latest SDK using the NuGet CLI. ``` -PM> Install-Package Plivo -Version 5.33.0 +PM> Install-Package Plivo -Version 5.34.0 ``` You can also use the .NET CLI to install this package as follows ``` -> dotnet add package Plivo --version 5.33.0 +> dotnet add package Plivo --version 5.34.0 ``` ## Getting started diff --git a/src/Plivo/Plivo.csproj b/src/Plivo/Plivo.csproj index 2aad58d0..d6ab36f5 100644 --- a/src/Plivo/Plivo.csproj +++ b/src/Plivo/Plivo.csproj @@ -1,7 +1,7 @@ netstandard2.0;netstandard1.3 - 5.33.0 + 5.34.0 Plivo SDKs Team Plivo Inc. diff --git a/src/Plivo/Plivo.nuspec b/src/Plivo/Plivo.nuspec index 528ccdbd..a8ccf404 100644 --- 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 - 5.33.0 + 5.34.0 Plivo Plivo SDKs Team Plivo, Inc. @@ -12,6 +12,7 @@ http://github.com/plivo/plivo-dotnet false + * 5.34.0 Adding verify service APIs. * 5.33.0 Added New Params `DestinationNetwork`, `CarrierFeesRate`, `CarrierFees`. * 5.32.0 Added New Params `DLTEntityID`, `DLTTemplateID`, `DLTTemplateCategory`. * 5.31.0 Added functionality to start, stop and fetch audio streams diff --git a/src/Plivo/Version.cs b/src/Plivo/Version.cs index 0d6e9fd7..81568ab7 100644 --- a/src/Plivo/Version.cs +++ b/src/Plivo/Version.cs @@ -10,7 +10,7 @@ public class Version /// /// DotNet SDK version /// - public const string SdkVersion = "5.33.0"; + public const string SdkVersion = "5.34.0"; /// /// Plivo API version ///