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.
<PackageVersion Include="ConfigGen" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="ConfigGen" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=ConfigGen&version=1.0.9
                    
Install ConfigGen as a Cake Addin
#tool nuget:?package=ConfigGen&version=1.0.9
                    
Install ConfigGen as a Cake Tool

.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 1,235 6/27/2018
2.0.23-beta 1,205 12/11/2017
2.0.21-beta 897 8/15/2017
2.0.20-beta 905 8/15/2017
2.0.16-beta 909 7/29/2017
2.0.13-beta 950 9/8/2016
1.0.9 11,109 4/15/2016
1.0.7 1,696 7/29/2014
1.0.4 4,313 10/4/2013
1.0.3 1,351 10/4/2013
1.0.2 1,384 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.