Skip to content

Commit

Permalink
updating for 4.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Apr 8, 2020
1 parent b8013c6 commit ce90660
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Nexmo.Api/Nexmo.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<Version>4.3.1</Version>
<Version>4.3.2</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Nexmo/nexmo-dotnet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/Nexmo/nexmo-dotnet/releases/tag/v3.3.1</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/Nexmo/nexmo-dotnet/releases/tag/v4.3.2</PackageReleaseNotes>
<PackageTags>SMS voice telephony phone nexmo</PackageTags>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 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>4.3.1</version>
<version>4.3.2</version>
<title>Nexmo API Client</title>
<authors>Nexmo</authors>
<owners>Nexmo</owners>
Expand All @@ -12,10 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Official C#/.NET wrapper for the Nexmo API</description>
<releaseNotes>
* Fixed bug where loop parameter would be truncated if set to 0
* Fixed bug that would cause certain User Agent's to throw errors on certain Operating Systems
* Fixed bug where streamUrl in where the StreamAction was set to a string rather than an array of strings
* Changed websocket endpoints `headers` type from a string to an object - the string type was injecting escape charecters into the headers object payload.
</releaseNotes>
<copyright>© Nexmo 2018</copyright>
<copyright>© Nexmo 2020</copyright>
<tags>SMS voice telephony phone nexmo</tags>
<dependencies>
<group targetFramework="net452">
Expand Down
4 changes: 2 additions & 2 deletions Nexmo.Api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.3.1.0")]
[assembly: AssemblyFileVersion("4.3.1.0")]
[assembly: AssemblyVersion("4.3.2.0")]
[assembly: AssemblyFileVersion("4.3.2.0")]

0 comments on commit ce90660

Please sign in to comment.