POSSIBLE.WordPress.XmlRpcClient 1.1.0

dotnet add package POSSIBLE.WordPress.XmlRpcClient --version 1.1.0
NuGet\Install-Package POSSIBLE.WordPress.XmlRpcClient -Version 1.1.0
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="POSSIBLE.WordPress.XmlRpcClient" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add POSSIBLE.WordPress.XmlRpcClient --version 1.1.0
#r "nuget: POSSIBLE.WordPress.XmlRpcClient, 1.1.0"
#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 POSSIBLE.WordPress.XmlRpcClient as a Cake Addin
#addin nuget:?package=POSSIBLE.WordPress.XmlRpcClient&version=1.1.0

// Install POSSIBLE.WordPress.XmlRpcClient as a Cake Tool
#tool nuget:?package=POSSIBLE.WordPress.XmlRpcClient&version=1.1.0

An asp.net implementation of a WordPress XML-RPC client. The package depends on the XML-RPC.NET package and currently is implemented for read-actions based against the WordPress 3.9 XML-RPC specification.

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 2,709 3/1/2015
1.0.0 2,283 11/13/2014
0.5.0 1,493 6/7/2014
0.3.0 1,596 9/26/2013
0.2.0 1,341 9/19/2013
0.1.0 1,208 8/29/2013

Release covering uploadFile, getUserBlogs methods and bug fixes for media implementation (thanks to https://github.com/MannusEtten and https://github.com/DiegoSSJ)