From d6f9784ccba204f7ff93f8aab247a38a7069c3bc Mon Sep 17 00:00:00 2001 From: Vishnu Date: Tue, 25 Feb 2025 15:05:18 +0530 Subject: [PATCH] fix release version --- CHANGELOG.md | 3 +++ src/Plivo/Plivo.csproj | 2 +- src/Plivo/Plivo.nuspec | 2 +- src/Plivo/Version.cs | 2 +- version.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca66d13e..dd49559e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log +## [5.49.5](https://github.com/plivo/plivo-dotnet/tree/v5.49.5) (2025-02-25) +**Enhancement - Supporting parameter_name in WhatsApp Template .** +- Supporting parameter_name in WhatsApp Template . ## [5.49.4](https://github.com/plivo/plivo-dotnet/tree/v5.49.4) (2025-02-25) **Enhancement - Supporting parameter_name in WhatsApp Template .** diff --git a/src/Plivo/Plivo.csproj b/src/Plivo/Plivo.csproj index 805b19dc..9923a113 100644 --- a/src/Plivo/Plivo.csproj +++ b/src/Plivo/Plivo.csproj @@ -1,7 +1,7 @@ netstandard2.0;netstandard1.3 - 5.49.4 + 5.49.5 Plivo SDKs Team Plivo Inc. diff --git a/src/Plivo/Plivo.nuspec b/src/Plivo/Plivo.nuspec index 6a608366..0ade4cae 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.49.3 + 5.49.5 Plivo Plivo SDKs Team Plivo, Inc. diff --git a/src/Plivo/Version.cs b/src/Plivo/Version.cs index 2c4beb67..aa8f3a48 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.49.4"; + public const string SdkVersion = "5.49.5"; /// /// Plivo API version /// diff --git a/version.json b/version.json index f13e1667..46ed6236 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "5.49.4", + "version": "5.49.5", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"