Skip to content

Commit

Permalink
Merge pull request #92 from plivo/version_upgrade
Browse files Browse the repository at this point in the history
bump version to 4.2.1
  • Loading branch information
Sachin Kulshrestha authored Dec 13, 2018
2 parents d64caa8 + 664f2bb commit dc90e11
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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.2.1](https://github.com/plivo/plivo-dotnet/tree/v4.2.1) (2018-12-13)
- Fix Web Proxy Support.

## [v4.2.0](https://github.com/plivo/plivo-dotnet/tree/v4.2.0) (2018-12-04)
- Changed base reference to .NET Standard 2.0 to support System.Web.Proxy.
- Add Strong Naming instructions.
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>
<TargetFrameworks>netstandard2.0;netstandard1.3</TargetFrameworks>
<ReleaseVersion>4.2.0</ReleaseVersion>
<ReleaseVersion>4.2.1</ReleaseVersion>
<Version></Version>
<Authors>Plivo SDKs Team</Authors>
<Owners>Plivo Inc.</Owners>
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Plivo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<projectUrl>http://github.com/plivo/plivo-dotnet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
* 4.2.1 Removed .Net Framework 4.6.1 based unit test project.
* 4.2.1 Fix Web Proxy support.
* 4.2.0 Changed base reference to .NET Standard 2.0 to support System.Web.Proxy. Added Strong Naming instructions
* 4.1.7 Add hangup party details to CDR. CDR filtering allowed by hangup_source and hangup_cause_code.
* 4.1.7 Add sub-account cascade delete support.
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Version
/// <summary>
/// DotNet SDK version
/// </summary>
public const string SdkVersion = "4.2.0";
public const string SdkVersion = "4.2.1";

/// <summary>
/// Plivo API version
Expand Down

0 comments on commit dc90e11

Please sign in to comment.