Cfg-NET
0.6.2
See the version list below for details.
dotnet add package Cfg-NET --version 0.6.2
NuGet\Install-Package Cfg-NET -Version 0.6.2
<PackageReference Include="Cfg-NET" Version="0.6.2" />
<PackageVersion Include="Cfg-NET" Version="0.6.2" />
<PackageReference Include="Cfg-NET" />
paket add Cfg-NET --version 0.6.2
#r "nuget: Cfg-NET, 0.6.2"
#addin nuget:?package=Cfg-NET&version=0.6.2
#tool nuget:?package=Cfg-NET&version=0.6.2
Cfg-NET is a .NET configuration handler.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Cfg-NET:
Package | Downloads |
---|---|
Transformalize
The main Transformalize library |
|
Cfg-NET.Shorthand
A way to write more configuration with less typing |
|
Cfg-NET.Reader
A reader implementation |
|
Cfg-NET.Environment
allow manipulation from the outside via paramenters, environments, and place-holders |
|
Cfg-NET.Readers.FileSystemWatcherReader
A file reader implementation that re-loads when the file changes |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Cfg-NET:
Repository | Stars |
---|---|
dalenewman/Transformalize
Configurable Extract, Transform, and Load
|
Version | Downloads | Last updated |
---|---|---|
0.15.0-beta | 2,830 | 8/30/2022 |
0.12.0 | 1,267 | 1/3/2020 |
0.11.0 | 3,216 | 11/6/2019 |
0.10.4 | 2,729 | 9/28/2018 |
0.10.3 | 1,858 | 7/6/2018 |
0.10.2 | 2,804 | 9/13/2017 |
0.10.1 | 2,597 | 9/8/2017 |
0.10.0 | 2,268 | 2/24/2017 |
0.9.5 | 1,595 | 2/14/2017 |
0.9.4 | 1,565 | 2/8/2017 |
0.9.3 | 1,719 | 1/17/2017 |
0.9.2 | 2,780 | 1/16/2017 |
0.9.1-beta | 1,355 | 1/13/2017 |
0.9.0-beta | 2,048 | 1/13/2017 |
0.8.4 | 2,362 | 12/5/2016 |
0.8.3 | 2,292 | 12/5/2016 |
0.8.2 | 2,220 | 11/8/2016 |
0.8.1 | 3,088 | 11/2/2016 |
0.7.5 | 1,602 | 10/10/2016 |
0.7.4 | 2,803 | 6/10/2016 |
0.6.7 | 1,825 | 5/4/2016 |
0.6.6 | 1,883 | 3/30/2016 |
0.6.5 | 2,566 | 3/17/2016 |
0.6.2 | 1,869 | 3/4/2016 |
0.5.4 | 1,871 | 3/1/2016 |
0.5.3 | 1,911 | 2/15/2016 |
0.5.2 | 1,651 | 2/15/2016 |
0.5.1 | 1,815 | 1/25/2016 |
0.4.2 | 2,515 | 11/24/2015 |
0.3.9 | 1,993 | 11/16/2015 |
0.3.6 | 1,955 | 11/9/2015 |
0.3.4 | 1,869 | 10/29/2015 |
0.3.3 | 1,840 | 10/26/2015 |
0.3.2 | 1,869 | 10/20/2015 |
0.3.1 | 1,861 | 10/16/2015 |
0.3.0 | 2,597 | 10/13/2015 |
0.2.6 | 1,805 | 9/4/2015 |
0.2.5 | 1,955 | 8/26/2015 |
0.2.4 | 1,919 | 8/26/2015 |
0.2.3 | 2,129 | 8/26/2015 |
0.1.9 | 2,314 | 8/6/2015 |
0.1.8 | 2,332 | 8/6/2015 |
0.1.7 | 2,073 | 7/31/2015 |
0.1.6 | 2,000 | 7/30/2015 |
0.1.5 | 1,968 | 7/29/2015 |
0.1.4 | 2,287 | 7/23/2015 |
0.1.3 | 1,809 | 7/17/2015 |
0.1.2 | 2,147 | 7/14/2015 |
0.1.1 | 1,766 | 5/20/2015 |
0.0.7 | 2,006 | 4/16/2015 |
0.0.6 | 1,932 | 4/15/2015 |
0.0.5 | 1,922 | 4/13/2015 |
0.0.4 | 1,765 | 3/26/2015 |
0.0.3 | 1,772 | 3/12/2015 |
0.0.2 | 1,541 | 3/5/2015 |
WARNING: Breaking changes!
Environment Placeholders have been removed, but may be injected in the form of IGlobalModifer (e.g. ReplacePlaceHolders), IGlobalValidator (e.g. ValidatePlaceHolders), and IMergeParameters (e.g. MergeEnvironmentParameters).
Use of Dictionary<string,string> replaced with IDictionary<string,string>.
Validators made obsolete. Use separate IValidator(s) instead.
You may inject IValidator(s), IModifier(s), IGlobalValidator(s), and IGlobalModifier(s), and IMergeParameters now.
'modifiers' attribute added and used in the same way 'validators' is.
'domainDelimiter' and 'validatorDelimiter' attributes replaced with 'delimiter'. This delimiter will be used to delimit validators, modifiers, and domain. 3 different delimiters seemed a little silly.