Cfg-NET
0.2.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Cfg-NET --version 0.2.4
NuGet\Install-Package Cfg-NET -Version 0.2.4
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="Cfg-NET" Version="0.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cfg-NET --version 0.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cfg-NET, 0.2.4"
#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 Cfg-NET as a Cake Addin #addin nuget:?package=Cfg-NET&version=0.2.4 // Install Cfg-NET as a Cake Tool #tool nuget:?package=Cfg-NET&version=0.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Cfg-NET is a .NET configuration handler.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
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 | 1,140 | 8/30/2022 |
0.12.0 | 1,215 | 1/3/2020 |
0.11.0 | 3,064 | 11/6/2019 |
0.10.4 | 2,662 | 9/28/2018 |
0.10.3 | 1,705 | 7/6/2018 |
0.10.2 | 2,574 | 9/13/2017 |
0.10.1 | 2,427 | 9/8/2017 |
0.10.0 | 2,097 | 2/24/2017 |
0.9.5 | 1,421 | 2/14/2017 |
0.9.4 | 1,393 | 2/8/2017 |
0.9.3 | 1,545 | 1/17/2017 |
0.9.2 | 2,608 | 1/16/2017 |
0.9.1-beta | 1,185 | 1/13/2017 |
0.9.0-beta | 1,876 | 1/13/2017 |
0.8.4 | 2,186 | 12/5/2016 |
0.8.3 | 2,115 | 12/5/2016 |
0.8.2 | 2,048 | 11/8/2016 |
0.8.1 | 2,916 | 11/2/2016 |
0.7.5 | 1,429 | 10/10/2016 |
0.7.4 | 2,570 | 6/10/2016 |
0.6.7 | 1,585 | 5/4/2016 |
0.6.6 | 1,645 | 3/30/2016 |
0.6.5 | 2,329 | 3/17/2016 |
0.6.2 | 1,633 | 3/4/2016 |
0.5.4 | 1,632 | 3/1/2016 |
0.5.3 | 1,670 | 2/15/2016 |
0.5.2 | 1,470 | 2/15/2016 |
0.5.1 | 1,574 | 1/25/2016 |
0.4.2 | 2,274 | 11/24/2015 |
0.3.9 | 1,747 | 11/16/2015 |
0.3.6 | 1,712 | 11/9/2015 |
0.3.4 | 1,628 | 10/29/2015 |
0.3.3 | 1,600 | 10/26/2015 |
0.3.2 | 1,630 | 10/20/2015 |
0.3.1 | 1,621 | 10/16/2015 |
0.3.0 | 2,353 | 10/13/2015 |
0.2.6 | 1,617 | 9/4/2015 |
0.2.5 | 1,713 | 8/26/2015 |
0.2.4 | 1,676 | 8/26/2015 |
0.2.3 | 1,886 | 8/26/2015 |
0.1.9 | 2,128 | 8/6/2015 |
0.1.8 | 2,140 | 8/6/2015 |
0.1.7 | 1,888 | 7/31/2015 |
0.1.6 | 1,815 | 7/30/2015 |
0.1.5 | 1,780 | 7/29/2015 |
0.1.4 | 2,036 | 7/23/2015 |
0.1.3 | 1,622 | 7/17/2015 |
0.1.2 | 1,828 | 7/14/2015 |
0.1.1 | 1,578 | 5/20/2015 |
0.0.7 | 1,812 | 4/16/2015 |
0.0.6 | 1,737 | 4/15/2015 |
0.0.5 | 1,729 | 4/13/2015 |
0.0.4 | 1,571 | 3/26/2015 |
0.0.3 | 1,579 | 3/12/2015 |
0.0.2 | 1,412 | 3/5/2015 |
Fixed bug with trying to validate nulls.