Skip to content

Commit

Permalink
Bump version to 4.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
sreyantha-plivo committed Nov 2, 2017
1 parent 773aa9c commit 4be7fc7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Plivo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Plivo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.1</TargetFramework>
<ReleaseVersion>4.0.0-beta1</ReleaseVersion>
<ReleaseVersion>4.0.0-beta2</ReleaseVersion>
<Authors>Plivo SDKs Team</Authors>
<Owners>Plivo Inc.</Owners>
<Summary>A .NET SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML</Summary>
Expand Down
3 changes: 2 additions & 1 deletion src/Plivo/Plivo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Plivo</id>
<version>4.0.0-beta1</version>
<version>4.0.0-beta2</version>
<title>Plivo</title>
<authors>Plivo SDKs Team</authors>
<owners>Plivo, Inc.</owners>
Expand All @@ -11,6 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .NET SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML</description>
<releaseNotes>
* 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
Expand Down
2 changes: 1 addition & 1 deletion tests/Plivo.Test/Plivo.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>Plivo.Test</RootNamespace>
<AssemblyName>Plivo.Test</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>4.0.0-beta1</ReleaseVersion>
<ReleaseVersion>4.0.0-beta2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion tests_netcore/Plivo.NetCore.Test/Plivo.NetCore.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp1.1</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>4.0.0-beta1</ReleaseVersion>
<ReleaseVersion>4.0.0-beta2</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4be7fc7

Please sign in to comment.