Skip to content

Commit

Permalink
bump version to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suresach committed Jul 18, 2019
1 parent 018127c commit d7914d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Change Log

## [v4.4.2](https://github.com/plivo/plivo-dotnet/tree/v4.4.2) (2019-07-18)
- Add Status Code in API responses.

## [v4.4.1](https://github.com/plivo/plivo-dotnet/tree/v4.4.1) (2019-06-12)
- Add AggregateException Flattening

Expand Down
4 changes: 2 additions & 2 deletions src/Plivo/Plivo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard1.3</TargetFrameworks>
<ReleaseVersion>4.4.1</ReleaseVersion>
<ReleaseVersion>4.4.2</ReleaseVersion>
<Version />
<Authors>Plivo SDKs Team</Authors>
<Owners>Plivo Inc.</Owners>
Expand Down Expand Up @@ -34,4 +34,4 @@
<Folder Include="Resource\Address\" />
<Folder Include="Resource\Identity\" />
</ItemGroup>
</Project>
</Project>
1 change: 1 addition & 0 deletions src/Plivo/Plivo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<projectUrl>http://github.com/plivo/plivo-dotnet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
* 4.4.2 Add Status Code in API responses
* 4.4.1 Add AggregateException Flattening
* 4.4.0 Add PHLO support and Multi-party call triggers
* 4.3.0-beta1 Add PHLO support and Multi-party call triggers in beta release
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.4.1";
public const string SdkVersion = "4.4.2";

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

0 comments on commit d7914d7

Please sign in to comment.