Skip to content

Commit

Permalink
3.1.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
smithrobs committed Jul 28, 2018
1 parent 0259a6f commit b09d927
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.0-rc2 (2018-07-27)
* Additional Stitch API support.
* Bugfixes from rc1.

# 3.1.0-rc1 (2018-07-21)
* Switch to LibLog for logging.
* Stitch support!
Expand Down
2 changes: 1 addition & 1 deletion Nexmo.Api/Nexmo.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionPrefix>3.1.0</VersionPrefix>
<TargetFrameworks>net452;net46;net461;net462;net471;netstandard1.6;netstandard2.0</TargetFrameworks>
<AssemblyName>Nexmo.Api</AssemblyName>
<PackageId>Nexmo.Api</PackageId>
Expand Down
4 changes: 2 additions & 2 deletions Nexmo.Api/Nexmo.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Nexmo.Csharp.Client</id>
<version>3.1.0-rc1</version>
<version>3.1.0-rc2</version>
<title>Nexmo API Client</title>
<authors>Nexmo</authors>
<owners>Nexmo</owners>
Expand All @@ -11,7 +11,7 @@
<iconUrl>https://dashboard.nexmo.com/apple-touch-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Official C#/.NET wrapper for the Nexmo API</description>
<releaseNotes>https://github.com/Nexmo/nexmo-dotnet/releases/tag/v3.1.0-rc1</releaseNotes>
<releaseNotes>https://github.com/Nexmo/nexmo-dotnet/releases/tag/v3.1.0-rc2</releaseNotes>
<copyright>© Nexmo 2018</copyright>
<tags>SMS voice telephony phone nexmo</tags>
<dependencies>
Expand Down

0 comments on commit b09d927

Please sign in to comment.