Skip to content

Commit 54f0189

Browse files
Merge pull request #295 from plivo/dotnet-version-fix
fix release version
2 parents f9befa7 + d6f9784 commit 54f0189

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2+
## [5.49.5](https://github.com/plivo/plivo-dotnet/tree/v5.49.5) (2025-02-25)
3+
**Enhancement - Supporting parameter_name in WhatsApp Template .**
4+
- Supporting parameter_name in WhatsApp Template .
25

36
## [5.49.4](https://github.com/plivo/plivo-dotnet/tree/v5.49.4) (2025-02-25)
47
**Enhancement - Supporting parameter_name in WhatsApp Template .**

Diff for: src/Plivo/Plivo.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netstandard1.3</TargetFrameworks>
4-
<ReleaseVersion>5.49.4</ReleaseVersion>
4+
<ReleaseVersion>5.49.5</ReleaseVersion>
55
<Version />
66
<Authors>Plivo SDKs Team</Authors>
77
<Owners>Plivo Inc.</Owners>

Diff for: src/Plivo/Plivo.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<summary>A .NET SDK to make voice calls and send SMS using Plivo and to generate Plivo XML</summary>
55
<description>A .NET SDK to make voice calls and send SMS using Plivo and to generate Plivo XML</description>
66
<id>Plivo</id>
7-
<version>5.49.3</version>
7+
<version>5.49.5</version>
88
<title>Plivo</title>
99
<authors>Plivo SDKs Team</authors>
1010
<owners>Plivo, Inc.</owners>

Diff for: src/Plivo/Version.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Version
1010
/// <summary>
1111
/// DotNet SDK version
1212
/// </summary>
13-
public const string SdkVersion = "5.49.4";
13+
public const string SdkVersion = "5.49.5";
1414
/// <summary>
1515
/// Plivo API version
1616
/// </summary>

Diff for: version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.49.4",
2+
"version": "5.49.5",
33
"publicReleaseRefSpec": [
44
"^refs/heads/master$",
55
"^refs/heads/v\\d+(?:\\.\\d+)?$"

0 commit comments

Comments
 (0)