Cfg-NET 0.6.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cfg-NET --version 0.6.7                
NuGet\Install-Package Cfg-NET -Version 0.6.7                
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.6.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cfg-NET --version 0.6.7                
#r "nuget: Cfg-NET, 0.6.7"                
#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.6.7

// Install Cfg-NET as a Cake Tool
#tool nuget:?package=Cfg-NET&version=0.6.7                

Cfg-NET is a .NET configuration handler.

Product 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,001 8/30/2022
0.12.0 1,166 1/3/2020
0.11.0 3,037 11/6/2019
0.10.4 2,655 9/28/2018
0.10.3 1,698 7/6/2018
0.10.2 2,556 9/13/2017
0.10.1 2,422 9/8/2017
0.10.0 2,085 2/24/2017
0.9.5 1,414 2/14/2017
0.9.4 1,389 2/8/2017
0.9.3 1,540 1/17/2017
0.9.2 2,605 1/16/2017
0.9.1-beta 1,182 1/13/2017
0.9.0-beta 1,873 1/13/2017
0.8.4 2,183 12/5/2016
0.8.3 2,095 12/5/2016
0.8.2 2,039 11/8/2016
0.8.1 2,912 11/2/2016
0.7.5 1,426 10/10/2016
0.7.4 2,563 6/10/2016
0.6.7 1,578 5/4/2016
0.6.6 1,640 3/30/2016
0.6.5 2,322 3/17/2016
0.6.2 1,628 3/4/2016
0.5.4 1,628 3/1/2016
0.5.3 1,665 2/15/2016
0.5.2 1,466 2/15/2016
0.5.1 1,570 1/25/2016
0.4.2 2,269 11/24/2015
0.3.9 1,743 11/16/2015
0.3.6 1,706 11/9/2015
0.3.4 1,624 10/29/2015
0.3.3 1,590 10/26/2015
0.3.2 1,623 10/20/2015
0.3.1 1,615 10/16/2015
0.3.0 2,349 10/13/2015
0.2.6 1,614 9/4/2015
0.2.5 1,705 8/26/2015
0.2.4 1,670 8/26/2015
0.2.3 1,880 8/26/2015
0.1.9 2,123 8/6/2015
0.1.8 2,135 8/6/2015
0.1.7 1,882 7/31/2015
0.1.6 1,810 7/30/2015
0.1.5 1,773 7/29/2015
0.1.4 2,029 7/23/2015
0.1.3 1,617 7/17/2015
0.1.2 1,823 7/14/2015
0.1.1 1,574 5/20/2015
0.0.7 1,809 4/16/2015
0.0.6 1,732 4/15/2015
0.0.5 1,725 4/13/2015
0.0.4 1,562 3/26/2015
0.0.3 1,576 3/12/2015
0.0.2 1,410 3/5/2015

Added name attribute for serialization.
Removed obsolete attributes.