CallerAPI 2.0.1

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

// Install CallerAPI as a Cake Tool
#tool nuget:?package=CallerAPI&version=2.0.1

CallerAPI is a library for request web APIs that deserialize the JSON or XML result from a web service to a model class.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  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
2.0.1 485 5/27/2020
2.0.0 401 5/26/2020
1.0.3 513 1/20/2020
1.0.2 535 1/11/2020
1.0.1 495 8/16/2019

This new version allow users to deserialize the XML result from a web service to a model class.