Pathoschild.Http.Formatters.Core 0.2.0-alpha

This is a prerelease version of Pathoschild.Http.Formatters.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Pathoschild.Http.Formatters.Core --version 0.2.0-alpha
NuGet\Install-Package Pathoschild.Http.Formatters.Core -Version 0.2.0-alpha
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="Pathoschild.Http.Formatters.Core" Version="0.2.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pathoschild.Http.Formatters.Core --version 0.2.0-alpha
#r "nuget: Pathoschild.Http.Formatters.Core, 0.2.0-alpha"
#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 Pathoschild.Http.Formatters.Core as a Cake Addin
#addin nuget:?package=Pathoschild.Http.Formatters.Core&version=0.2.0-alpha&prerelease

// Install Pathoschild.Http.Formatters.Core as a Cake Tool
#tool nuget:?package=Pathoschild.Http.Formatters.Core&version=0.2.0-alpha&prerelease

Provides a base implementation of the .NET 4.5 MediaTypeFormatter for serializers and an example PlainTextFormatter. This handles the common code involved, so you only need to implement the "Serialize" and "Deserialize" methods without worrying about the asynchronous logic.

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.

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.1.0 2,109 5/8/2016
2.0.0 959 4/28/2016
1.2.0 1,373 10/30/2013
1.0.1 1,278 2/5/2013
1.0.0 1,275 11/30/2012
0.5.0-beta 1,049 10/4/2012
0.4.0-alpha 1,007 8/25/2012
0.3.0-alpha 980 6/25/2012
0.2.0-alpha 1,999 6/5/2012
0.1.2-alpha 2,411 5/23/2012

Added compatibility for the .NET 4.5 release candidate. (This is no longer compatible with the beta.)