ConfigGen 1.0.9

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ConfigGen --version 1.0.9
NuGet\Install-Package ConfigGen -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ConfigGen" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConfigGen --version 1.0.9
#r "nuget: ConfigGen, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ConfigGen as a Cake Addin
#addin nuget:?package=ConfigGen&version=1.0.9

// Install ConfigGen as a Cake Tool
#tool nuget:?package=ConfigGen&version=1.0.9

.Net Configuration File Generator

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.24-beta 955 6/27/2018
2.0.23-beta 895 12/11/2017
2.0.21-beta 743 8/15/2017
2.0.20-beta 755 8/15/2017
2.0.16-beta 755 7/29/2017
2.0.13-beta 789 9/8/2016
1.0.9 7,875 4/15/2016
1.0.7 1,518 7/29/2014
1.0.4 2,814 10/4/2013
1.0.3 1,169 10/4/2013
1.0.2 1,203 10/3/2013

Added hierarchical XML settings file support, and configurable indent size for pretty print. Bug fix for issue with back-to-back tokens.