Plivo 1.3.5

dotnet add package Plivo --version 1.3.5
NuGet\Install-Package Plivo -Version 1.3.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Plivo" Version="1.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plivo --version 1.3.5
#r "nuget: Plivo, 1.3.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Plivo as a Cake Addin
#addin nuget:?package=Plivo&version=1.3.5

// Install Plivo as a Cake Tool
#tool nuget:?package=Plivo&version=1.3.5

Plivo REST API and XML helper library

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.5 829 1/14/2015
1.3.4 681 3/13/2014
1.3.3 52 3/12/2014
1.2.8 183 8/1/2013
1.2.7 46 7/22/2013
1.2.6 47 7/4/2013
1.2.5 49 7/3/2013
1.2.2 64 5/11/2013
1.2.0 50 4/18/2013
1.1.7 45 12/7/2012
1.1.6 44 11/9/2012
1.1.5 49 10/10/2012
1.1.4 47 10/9/2012
1.1.3 48 8/22/2012
1.1.2 46 8/22/2012
1.1.1 48 8/20/2012
1.1.0 46 8/19/2012
1.0.3 45 7/28/2012
1.0.2 45 7/27/2012
1.0.1 45 7/27/2012
1.0.0 52 7/26/2012

* 1.3.5 PhoneNumber API
   * 1.3.2 Added old_auth_token and auth_token fields to SubAccount response
   * 1.3.1 Added log attribute in GetDigits to handle sensitive DTMF info
   * 1.3.0 Added Delete Recording API
   * 1.2.9 Added minSilence attribute in Wait, async attribute in DTMF, NuGet Update -selfrelayDTMF attribute in Conference, stop_speak() method and invalid_numbers in Call Response and added get_account, get_recordings, get_recording and get_recording_by_call_uuid methods
   * 1.2.8 Fixed issue with returning of nested XML object.
   * 1.2.7 Added 'recordWhenAlone' attribute in Conference XML.
   * 1.2.6 Fixed available number group for renting numbers.
   * 1.2.5 Fix issues with packaging.
   * 1.2.3 Allow optional parameters on various APIs.
   * 1.2.2 Minor change. Fix for speak api method.
   * 1.2.0 Additional APIs coverage: incoming carrier and pricing. support for unicode.
   * 1.1.7 Minor change. Updated attributes for Conference and Record Elements.
   * 1.1.6 Minor change. Updated attributes for GetDigits Element.
   * 1.1.5 Minor change. Updated attributes for Conference Element.
   * 1.1.4 Minor change. Updated attributes for Record Element.
   * 1.1.3 Minor fix for attribute error.
   * 1.1.2 Added attribute to XML element Wait.
   * 1.1.1 Added method for making bulk calls with sip headers for each.
   * 1.1.0 Multilingual speak support html entities.
           Added the new message APIs.
           Also updated various model attributes to handle json response.
   * 1.0.3 Minor fix to deal with GET request on few resources.
   * 1.0.2 Minor fix for PlivoElement.AddWait method.
   * 1.0.1 Minor fix for Number API calls.
   * 1.0   Supports making Plivo APIs calls and generation of Plivo XML.