ConfigGeneration.Tool 1.5.0

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

A tool for generating configurations.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
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
1.5.0 109 1/1/2025
1.4.0 95 12/24/2024
1.3.0 97 12/23/2024
1.2.1 89 12/23/2024
1.2.0 94 12/23/2024
1.1.1 96 12/22/2024
1.1.0 102 12/22/2024
1.0.9 103 12/19/2024
1.0.8 95 12/19/2024
1.0.7 98 12/19/2024
1.0.6 96 12/19/2024
1.0.5 88 12/19/2024
1.0.3 109 12/18/2024

`v.1.4.0`: Improved nuget package metadata.
       `v.1.2.1`: Fix tool for accepting arbitrary types for deserialization.
       `v.1.0.9`: First stable version.
       `v.1.0.0`: Initial release.