QLeatherMan 0.9.4

dotnet tool install --global QLeatherMan --version 0.9.4
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 QLeatherMan --version 0.9.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=QLeatherMan&version=0.9.4
nuke :add-package QLeatherMan --version 0.9.4

The ~~swiss-army-knife~~ multi-tool of choice when dealing with GraphQL schemas in .NET-land.

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 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.9.4 490 7/22/2020
0.9.3 508 7/21/2020
0.9.2 454 6/29/2020
0.9.1 450 6/29/2020
0.9.0 381 6/19/2020
0.8.0 388 4/2/2020
0.7.2 432 2/29/2020
0.7.1 414 2/29/2020
0.7.0 416 2/29/2020
0.6.0 451 2/21/2020
0.5.1 420 2/18/2020
0.5.0 413 2/18/2020
0.4.0 447 2/18/2020
0.3.1 528 2/14/2020
0.3.0 481 2/12/2020
0.2.1 408 2/10/2020
0.2.0 405 2/10/2020
0.1.0 505 2/9/2020

0.9.4 - Serialize enums in config as string
     0.9.3 - Provide access to JsonPropertyGeneration via CLI
     0.9.2 - fix issue #14 preventing qlman to actually start,
     -updated GraphQlClientGenerator to 0.7.2

     0.9.0 - updated GraphQlClientGenerator to 0.7.1
     0.8.0 - updated GraphQlClientGenerator to 0.5.1
     0.7.2 - provide package-description
     0.7.1 - enhance output for 'debuggability'
     0.7.0 - updated GraphQlClientGenerator to 0.5.0
     0.6.0 - 'config' : add missing command reistration
     - 'confg'  : BREAKING -> compare-paramters change from Left -> From, Right -> To, for better semantic
     0.5.1 - tweaking this text ;)


     0.5.0 - 'general': add support to use qlman without any parameters, and instead read them from a file
     -  'config': generate a sample config for further tweaking

     0.4.0 - 'generate': support generation of deprecated types, fields, etc (via -d switch)

     0.3.2 - 'compare': optimize output in case of no changes

     0.3.1 - 'general':fix error message when commandline could not be parsed
     - 'compare': fix errror preventing actual comparison to happen

     0.3.0 - 'compare': write message to stderr when comparison indicates introduction of breaking-changes
     - 'generate': support invoking with a local files

     0.2.0 - 'compare:' add support for comparing local schemas
     0.1.0 - initial release