MSPack.Processor.CLI
0.5.1
dotnet tool install --global MSPack.Processor.CLI --version 0.5.1
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local MSPack.Processor.CLI --version 0.5.1
#tool dotnet:?package=MSPack.Processor.CLI&version=0.5.1
nuke :add-package MSPack.Processor.CLI --version 0.5.1
Package Description
Product | Versions 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. |
This package has no dependencies.
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