ConfigBuilder 1.0.5
ConfigBuilder is a custom MSBuild task that can be used to build configs based on a template and parameters that you define.
You can define parameters per environment, define a current working environment to use, and define templates that the configs are based on.
ConfigBuilder is built to be simple- it is doing a simple token string replace. It does not require advanced knowledge of XSLT to create a template-based config.
Install-Package ConfigBuilder -Version 1.0.5
dotnet add package ConfigBuilder --version 1.0.5
<PackageReference Include="ConfigBuilder" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConfigBuilder --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Version 1.0.1
Dependencies
-
- NuGetPowerTools (>= 0.26.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.