MsgPack.Cli 0.4.0-beta3

This is a prerelease version of MsgPack.Cli.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MsgPack.Cli --version 0.4.0-beta3
                    
NuGet\Install-Package MsgPack.Cli -Version 0.4.0-beta3
                    
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.4.0-beta3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MsgPack.Cli" Version="0.4.0-beta3" />
                    
Directory.Packages.props
<PackageReference Include="MsgPack.Cli" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MsgPack.Cli --version 0.4.0-beta3
                    
#r "nuget: MsgPack.Cli, 0.4.0-beta3"
                    
#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.
#addin nuget:?package=MsgPack.Cli&version=0.4.0-beta3&prerelease
                    
Install MsgPack.Cli as a Cake Addin
#tool nuget:?package=MsgPack.Cli&version=0.4.0-beta3&prerelease
                    
Install MsgPack.Cli as a Cake Tool

MessagePack is fast, compact, and interoperable binary serialization format.
This library provides MessagePack serialization/deserialization APIs.

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible.  net40-client is compatible. 
Silverlight sl4 is compatible.  sl5 is compatible. 
Windows Phone wp71 is compatible. 
Windows Store win is compatible. 
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 (15)

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

Repository Stars
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
dotnet/samples
Sample code referenced by the .NET documentation
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
imperugo/StackExchange.Redis.Extensions
Version Downloads Last updated
0.7.0-alpha1 118 11/22/2015
0.6.5 2,820 10/20/2015
0.6.4 631 10/14/2015
0.6.3 241 10/12/2015
0.6.2 3,305 8/30/2015
0.6.1 820 8/15/2015
0.6.0 242 8/9/2015
0.6.0-Beta5 97 7/20/2015
0.6.0-Beta4 90 7/5/2015
0.6.0-Beta3 89 6/14/2015
0.6.0-Beta2 86 5/24/2015
0.6.0-Beta1 121 4/26/2015
0.6.0-Alpha1 110 3/2/2015
0.5.11 7,561 2/28/2015
0.5.10 3,115 2/11/2015
0.5.10-beta1 73 2/9/2015
0.5.9 301 2/1/2015
0.5.8 986 1/18/2015
0.5.7 1,352 12/23/2014
0.5.6 879 11/30/2014
0.5.5 5,684 10/12/2014
0.5.4 4,217 9/21/2014
0.5.3 406 9/15/2014
0.5.2 332 9/6/2014
0.5.1 733 8/9/2014
0.5.1-beta1 90 8/3/2014
0.5.0 436 7/21/2014
0.5.0-beta1 183 5/25/2014
0.5.0-alpha1 510 12/8/2013
0.4.4 1,932 4/13/2014
0.4.3 661 3/24/2014
0.4.2 1,214 3/17/2014
0.4.1 2,547 12/8/2013
0.4.0 1,475 10/6/2013
0.4.0-beta3 132 8/17/2013
0.4.0-beta2 177 7/21/2013
0.3.2.1 2,702 8/17/2013
0.3.2 3,435 6/30/2013
0.3.2-beta1 1,592 6/12/2013
0.3.1 1,307 5/4/2013
0.3.0 1,243 1/27/2013
0.3.0-beta2 262 9/17/2012
0.2.0-beta1 214 5/27/2012

This release improves performance, adds str8 support, ext type support, and some bug fixes.