Hasso 0.5.1

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

HomeAssistent / hass.io organizer for yaml-configurations

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.5.1 506 10/29/2020
0.5.0 437 10/29/2020
0.4.0 450 10/24/2020
0.3.6 460 10/24/2020
0.3.5 444 10/23/2020
0.3.4 437 10/22/2020
0.2.1 480 10/18/2020
0.2.0 520 10/16/2020
0.1.1 427 10/16/2020
0.1.0 452 10/16/2020

0.5.1 - add swagger-ui for 'debugger'
     0.5.0 - new command 'debugger', which fires up a web-ui acting as a stub for automations
     0.4.0 - not messing around anymore with parsed yaml-fragments to prevent incompatible formattings in the future
     0.3.6 - add support for 'at' and 'tag_id'-fields of an automaton-trigger
     0.3.5 - 'split' now serializes from and to of automation-triggers with enclosing SingleQoutes
     0.3.4 - rename verb-alias
     0.3.3 - 'split' now serializes id´s with enclosing SingleQoutes
     0.3.2 - avoid extra blank-lines in generated files after split
     0.3.1 - fixes bug where list-style config-yaml´s were not splitted correctly
     0.3.0 - add "compose"-verb for bundling up *.partial.yaml´s into their monolithic counter-parts
     0.2.1 - added logging
     0.2.0 - move to verb-style cli
     0.1.1 - automated nuget-pushes
     0.1.0 - Initial release (splittin automations.yaml, scenes.yaml, scripts.yaml)