MSPack.Processor.CLI 0.5.1

dotnet tool install --global MSPack.Processor.CLI --version 0.5.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local MSPack.Processor.CLI --version 0.5.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=MSPack.Processor.CLI&version=0.5.1
nuke :add-package MSPack.Processor.CLI --version 0.5.1

Package Description

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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.

Version Downloads Last updated
0.5.1 540 3/17/2020
0.5.0 455 3/10/2020
0.4.3 471 3/6/2020
0.4.2 432 3/6/2020
0.4.0 507 3/5/2020
0.3.2 427 3/1/2020
0.3.0 506 2/28/2020
0.2.1 439 2/28/2020
0.2.0 497 2/28/2020
0.1.3 468 2/27/2020
0.1.2 463 2/26/2020
0.1.1 415 2/26/2020
0.1.0 460 2/26/2020

0.5.1 : See Release Notes of MSPack.Processor.Core.
0.5.0 : When deserialize string-key type, it uses embedded specialized automaton now.
0.4.4 : Fix => When struct type was assigned as generic type argument, it threw errors. Now fixed.
0.4.3 : Minor update => Do not need to involve ReadOnlySpan<T> type in your source code when you include MessagePack dlls into definition dlls.
0.4.2 : Fix => Union now correctly deserialize struct type.
0.4.1 : Fix => IntKey Generic Struct behaviour.
0.4.0 : Supports Generic Class/Struct Formatter.
0.3.2 : See Release Notes of MSPack.Processor.Core.
0.3.1 : Rewrite in C#7.2.
0.3.0 : See Release Notes of MSPack.Processor.Core.
0.2.1 : minor fix
0.2.0 : API Update
0.1.1 - 0.1.3 : See Release Notes of MSPack.Processor.Core.
0.1.0 : Initial Commit