File tree 5 files changed +7
-4
lines changed
5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 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 .
2
5
3
6
## [ 5.49.4] ( https://github.com/plivo/plivo-dotnet/tree/v5.49.4 ) (2025-02-25)
4
7
** Enhancement - Supporting parameter_name in WhatsApp Template .**
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard2.0;netstandard1.3</TargetFrameworks >
4
- <ReleaseVersion >5.49.4 </ReleaseVersion >
4
+ <ReleaseVersion >5.49.5 </ReleaseVersion >
5
5
<Version />
6
6
<Authors >Plivo SDKs Team</Authors >
7
7
<Owners >Plivo Inc.</Owners >
Original file line number Diff line number Diff line change 4
4
<summary >A .NET SDK to make voice calls and send SMS using Plivo and to generate Plivo XML</summary >
5
5
<description >A .NET SDK to make voice calls and send SMS using Plivo and to generate Plivo XML</description >
6
6
<id >Plivo</id >
7
- <version >5.49.3 </version >
7
+ <version >5.49.5 </version >
8
8
<title >Plivo</title >
9
9
<authors >Plivo SDKs Team</authors >
10
10
<owners >Plivo, Inc.</owners >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class Version
10
10
/// <summary>
11
11
/// DotNet SDK version
12
12
/// </summary>
13
- public const string SdkVersion = "5.49.4 " ;
13
+ public const string SdkVersion = "5.49.5 " ;
14
14
/// <summary>
15
15
/// Plivo API version
16
16
/// </summary>
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.49.4 " ,
2
+ "version" : " 5.49.5 " ,
3
3
"publicReleaseRefSpec" : [
4
4
" ^refs/heads/master$" ,
5
5
" ^refs/heads/v\\ d+(?:\\ .\\ d+)?$"
You can’t perform that action at this time.
0 commit comments