MsgPack.Cli 0.6.0-Beta1

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

// Install MsgPack.Cli as a Cake Tool
#tool nuget:?package=MsgPack.Cli&version=0.6.0-Beta1&prerelease

MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.NET Framework net35-client is compatible.  net40-client is compatible.  net45 is compatible.  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. 
MonoAndroid monoandroid is compatible. 
MonoTouch monotouch is compatible. 
Silverlight sl5 is compatible. 
Windows Phone wp8 is compatible.  wp81 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 (15)

Showing the top 5 popular GitHub repositories that depend on MsgPack.Cli:

Repository Stars
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
dotnet/samples
Sample code referenced by the .NET documentation
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
Version Downloads Last updated
0.6.0-Beta1 120 4/26/2015
0.6.0-Alpha1 76 3/2/2015
0.5.11 5,823 2/28/2015
0.5.10 2,029 2/11/2015
0.5.10-beta1 43 2/9/2015
0.5.9 251 2/1/2015
0.5.8 852 1/18/2015
0.5.7 1,042 12/23/2014
0.5.6 727 11/30/2014
0.5.5 4,709 10/12/2014
0.5.4 3,313 9/21/2014
0.5.3 342 9/15/2014
0.5.2 289 9/6/2014
0.5.1 673 8/9/2014
0.5.1-beta1 58 8/3/2014
0.5.0 359 7/21/2014
0.5.0-beta1 95 5/25/2014
0.5.0-alpha1 221 12/8/2013
0.4.4 1,153 4/13/2014
0.4.3 236 3/24/2014
0.4.2 658 3/17/2014
0.4.1 936 12/8/2013
0.4.0 295 10/6/2013
0.4.0-beta3 60 8/17/2013
0.4.0-beta2 67 7/21/2013
0.3.2.1 546 8/17/2013
0.3.2 186 6/30/2013
0.3.2-beta1 393 6/12/2013
0.3.1 205 5/4/2013
0.3.0 198 1/27/2013
0.3.0-beta2 57 9/17/2012
0.2.0-beta1 50 5/27/2012

This release contains new constructor based deserialization and type embedding serialization.