From 4be7fc7a23b06876b766099c497376cee80b03b5 Mon Sep 17 00:00:00 2001 From: Sreyanth Date: Thu, 2 Nov 2017 18:07:36 +0530 Subject: [PATCH] Bump version to 4.0.0-beta2 --- CHANGELOG.md | 3 +++ Plivo.sln | 2 +- README.md | 4 ++-- src/Plivo/Plivo.csproj | 2 +- src/Plivo/Plivo.nuspec | 3 ++- tests/Plivo.Test/Plivo.Test.csproj | 2 +- tests_netcore/Plivo.NetCore.Test/Plivo.NetCore.Test.csproj | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06f733d..ca189c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [v4.0.0-beta2](https://github.com/plivo/plivo-dotnet/tree/v4.0.0-beta2) (2017-11-02) +- Fix #41 - Pricing API interface from v4.0.0-beta1 + ## [v4.0.0-beta1](https://github.com/plivo/plivo-dotnet/tree/v4.0.0-beta1) (2017-10-30) - The new SDK works with both .NET Framework (4.5+) and .NET Core (1.0+) - The API interfaces are consistent and guessable diff --git a/Plivo.sln b/Plivo.sln index d733bf7d..cf852699 100644 --- a/Plivo.sln +++ b/Plivo.sln @@ -28,6 +28,6 @@ Global EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution description = A .NET SDK to make voice calls & send SMS using Plivo and to generate Plivo XML - version = 4.0.0-beta1 + version = 4.0.0-beta2 EndGlobalSection EndGlobal diff --git a/README.md b/README.md index a8a35460..1827564b 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 4.0.0-beta1 +PM> Install-Package Plivo -Version 4.0.0-beta2 ``` You can also use the .NET CLI to install this package as follows ``` -> dotnet add package Plivo --version 4.0.0-beta1 +> dotnet add package Plivo --version 4.0.0-beta2 ``` ## Getting started diff --git a/src/Plivo/Plivo.csproj b/src/Plivo/Plivo.csproj index 3709ace2..756ea68f 100644 --- a/src/Plivo/Plivo.csproj +++ b/src/Plivo/Plivo.csproj @@ -2,7 +2,7 @@ netstandard1.1 - 4.0.0-beta1 + 4.0.0-beta2 Plivo SDKs Team Plivo Inc. A .NET SDK to make voice calls & send SMS using Plivo and to generate Plivo XML diff --git a/src/Plivo/Plivo.nuspec b/src/Plivo/Plivo.nuspec index 85a3ae6f..031e1f27 100644 --- a/src/Plivo/Plivo.nuspec +++ b/src/Plivo/Plivo.nuspec @@ -2,7 +2,7 @@ Plivo - 4.0.0-beta1 + 4.0.0-beta2 Plivo Plivo SDKs Team Plivo, Inc. @@ -11,6 +11,7 @@ false A .NET SDK to make voice calls & send SMS using Plivo and to generate Plivo XML + * 4.0.0-beta2 Fix Pricing API interface * 4.0.0-beta1 Support .NET Core 1.0+ and .NET Framework 4.5+ * 3.0.7 Re-release * 3.0.6 Added addition verify signature function diff --git a/tests/Plivo.Test/Plivo.Test.csproj b/tests/Plivo.Test/Plivo.Test.csproj index 8216284f..651a6e86 100644 --- a/tests/Plivo.Test/Plivo.Test.csproj +++ b/tests/Plivo.Test/Plivo.Test.csproj @@ -8,7 +8,7 @@ Plivo.Test Plivo.Test v4.5 - 4.0.0-beta1 + 4.0.0-beta2 true diff --git a/tests_netcore/Plivo.NetCore.Test/Plivo.NetCore.Test.csproj b/tests_netcore/Plivo.NetCore.Test/Plivo.NetCore.Test.csproj index c1256c6b..4d821bc9 100644 --- a/tests_netcore/Plivo.NetCore.Test/Plivo.NetCore.Test.csproj +++ b/tests_netcore/Plivo.NetCore.Test/Plivo.NetCore.Test.csproj @@ -4,7 +4,7 @@ netcoreapp1.1 false - 4.0.0-beta1 + 4.0.0-beta2