ConfigR 0.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ConfigR --version 0.8.0
NuGet\Install-Package ConfigR -Version 0.8.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="ConfigR" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConfigR --version 0.8.0
#r "nuget: ConfigR, 0.8.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 ConfigR as a Cake Addin
#addin nuget:?package=ConfigR&version=0.8.0

// Install ConfigR as a Cake Tool
#tool nuget:?package=ConfigR&version=0.8.0

Write your .NET configuration files in C#.
Fed up with XML soup? Frustrated that app settings can only be strings? Want to do more in your configuration file than just define app settings? Then ConfigR is for you!

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on ConfigR:

Package Downloads
HumbleConfig.ConfigR

HumbleConfig is a simple abstraction on top of multiple config sources. This package includes the config source of ConfigR

ConfygureOut.ConfigRSource

A configuration source for ConfygureOut that loads configuration values from ConfigR files

ConfigR.Roslyn.CSharp

Write your .NET configuration files in C# and execute them using Roslyn.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 4,333 11/2/2016
1.0.0-beta0004-build368 1,131 5/29/2016
1.0.0-beta0003-build366 1,103 5/29/2016
1.0.0-beta0002-build362 1,118 5/27/2016
1.0.0-beta0001-build360 1,111 5/21/2016
1.0.0-alpha0001-build320 989 5/11/2016
0.14.1 5,140 4/24/2016
0.14.0 1,580 4/15/2016
0.13.0 3,364 10/19/2015
0.12.0 7,360 1/11/2015
0.11.0 6,268 6/16/2014
0.10.0 2,045 2/20/2014
0.9.0 1,411 1/10/2014
0.8.0 1,424 11/11/2013
0.7.0 1,422 10/29/2013
0.6.0 1,448 9/28/2013
0.5.0 1,421 9/14/2013
0.4.0 1,610 7/30/2013
0.3.0 1,467 7/23/2013
0.2.0 1,571 7/1/2013
0.1.0 1,800 6/16/2013

New: Methods for specifying default values - https://github.com/config-r/config-r/issues/63/

New: Support for the Visual Studio hosting process - https://github.com/config-r/config-r/issues/86/

New: Upgrade to scriptcs 0.8.1 - https://github.com/config-r/config-r/issues/117/

Fixed: Parameter names are wrong in null argument exceptions - https://github.com/config-r/config-r/issues/121/