Amido.Net.Http.Formatting.YamlMediaTypeFormatter 1.0.0-prerelease29

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

// Install Amido.Net.Http.Formatting.YamlMediaTypeFormatter as a Cake Tool
#tool nuget:?package=Amido.Net.Http.Formatting.YamlMediaTypeFormatter&version=1.0.0-prerelease29&prerelease                

MediaTypeFormatter allowing the use of YAML (YAML Ain't Markup Language) as a the MIME-Type or content-type in ASP.NET Web API.  Both serialization and deserialization are supported allowing web services to both emit and accept YAML in place of XML or JSON.

       The underlying YAML parsing and rendering function is provided by Antoine Aubry's excellent YamlDotNet, as such it is possible to configure the serialization and deserialization process through a series of public properties on the MediaTypeFormatter.

       YAML is described as "a human friendly data serialization standard for all programming languages".  Like XML, it allows to represent about any kind of data in a portable, platform-independent format.  Unlike XML, it is "human friendly", which means that it is easy for a human to read or produce a valid YAML document.

       MediaTypeFormatters are .NET Classes that allow you to accept and emit different media types using ASP.NET Web API.  Out of the box Web API includes support for JSON, BSON and XML, additional Media Types can be added through MediaTypeFormatters.

       YamlMediaTypeFormatter is released under the Apache 2.0 license, which entitles you to freely use the product in both commercial, non-commercial and open source projects provided the license is distributed with the product.  YamlDotNet is released under the MIT License which which has similar provisions for use in any type of software.

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.0.0-PreRelease73 2,787 1/31/2017
1.0.0-PreRelease72 737 1/31/2017
1.0.0-PreRelease71 733 1/31/2017
1.0.0-PreRelease70 1,029 5/29/2015
1.0.0-PreRelease69 914 5/29/2015
1.0.0-PreRelease68 903 5/29/2015
1.0.0-prerelease67 932 5/28/2015
1.0.0-prerelease54 915 5/28/2015
1.0.0-prerelease53 931 5/28/2015
1.0.0-prerelease52 911 5/28/2015
1.0.0-prerelease51 909 5/28/2015
1.0.0-prerelease50 925 5/28/2015
1.0.0-prerelease49 957 5/28/2015
1.0.0-prerelease48 906 5/28/2015
1.0.0-prerelease47 915 5/28/2015
1.0.0-prerelease46 941 5/28/2015
1.0.0-prerelease43 934 5/28/2015
1.0.0-prerelease42 902 5/28/2015
1.0.0-prerelease41 918 5/28/2015
1.0.0-prerelease40 955 5/28/2015
1.0.0-prerelease39 916 5/26/2015
1.0.0-prerelease35 934 5/25/2015
1.0.0-prerelease34 912 5/24/2015
1.0.0-prerelease33 907 5/24/2015
1.0.0-prerelease32 877 5/24/2015
1.0.0-prerelease31 915 5/24/2015
1.0.0-prerelease30 900 5/24/2015
1.0.0-prerelease29 914 5/24/2015
1.0.0-prerelease28 961 5/24/2015
1.0.0-prerelease27 901 5/24/2015
1.0.0-prerelease26 920 5/24/2015
1.0.0-prerelease25 933 5/24/2015
1.0.0-prerelease24 892 5/23/2015
1.0.0-prerelease23 898 5/23/2015
1.0.0-Local 769 1/31/2017

Initial Release.