Cfg-NET 0.12.0

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

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

alternative configuration handler

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETStandard 1.0

  • .NETStandard 2.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • 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 126 8/30/2022
0.12.0 817 1/3/2020
0.11.0 2,142 11/6/2019
0.10.4 2,241 9/28/2018
0.10.3 1,373 7/6/2018
0.10.2 2,114 9/13/2017
0.10.1 1,967 9/8/2017
0.10.0 1,679 2/24/2017
0.9.5 1,097 2/14/2017
0.9.4 1,092 2/8/2017
0.9.3 1,216 1/17/2017
0.9.2 2,064 1/16/2017
0.9.1-beta 920 1/13/2017
0.9.0-beta 1,515 1/13/2017
0.8.4 1,719 12/5/2016
0.8.3 1,654 12/5/2016
0.8.2 1,736 11/8/2016
0.8.1 2,481 11/2/2016
0.7.5 1,089 10/10/2016
0.7.4 2,108 6/10/2016
0.6.7 1,250 5/4/2016
0.6.6 1,287 3/30/2016
0.6.5 1,839 3/17/2016
0.6.2 1,280 3/4/2016
0.5.4 1,299 3/1/2016
0.5.3 1,297 2/15/2016
0.5.2 1,137 2/15/2016
0.5.1 1,266 1/25/2016
0.4.2 1,864 11/24/2015
0.3.9 1,390 11/16/2015
0.3.6 1,391 11/9/2015
0.3.4 1,326 10/29/2015
0.3.3 1,294 10/26/2015
0.3.2 1,301 10/20/2015
0.3.1 1,297 10/16/2015
0.3.0 1,919 10/13/2015
0.2.6 1,270 9/4/2015
0.2.5 1,365 8/26/2015
0.2.4 1,326 8/26/2015
0.2.3 1,512 8/26/2015
0.1.9 1,794 8/6/2015
0.1.8 1,826 8/6/2015
0.1.7 1,561 7/31/2015
0.1.6 1,500 7/30/2015
0.1.5 1,462 7/29/2015
0.1.4 1,662 7/23/2015
0.1.3 1,295 7/17/2015
0.1.2 1,502 7/14/2015
0.1.1 1,262 5/20/2015
0.0.7 1,491 4/16/2015
0.0.6 1,387 4/15/2015
0.0.5 1,407 4/13/2015
0.0.4 1,253 3/26/2015
0.0.3 1,248 3/12/2015
0.0.2 1,092 3/5/2015

added support for IActiveReader