Hasso 0.4.0
See the version list below for details.
dotnet tool install --global Hasso --version 0.4.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Hasso --version 0.4.0
#tool dotnet:?package=Hasso&version=0.4.0
nuke :add-package Hasso --version 0.4.0
HomeAssistent / hass.io organizer for yaml-configurations
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 | netcoreapp3.1 is compatible. |
This package has no dependencies.
0.4.0 - not messing around anymore with parsed yaml-fragments to prevent incompatible formattings in the future (missing SingleQuotes, etc)
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)