Pandora 0.5.0-beta0001

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

// Install Pandora as a Cake Tool
#tool nuget:?package=Pandora&version=0.5.0-beta0001&prerelease                

Pandora aims to externalize the application configuration.

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 Pandora:

Package Downloads
Pandora.Consul

Integration which utilizes Consul and pandora to setup configurations

Pandora.Git

Pandora allows external configuration for your projects

Pandora.RabbitMQ

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.0 1,736 12/16/2022
3.3.0-preview.1 137 12/16/2022
3.2.1 500 8/16/2022
3.2.0 1,655 7/6/2022
3.1.1 2,406 4/23/2022
3.1.0 914 3/23/2022
3.0.1 870 12/9/2021
3.0.0 376 12/2/2021
2.0.2 1,315 8/31/2020
2.0.1 529 8/17/2020
2.0.0 3,583 3/26/2020
2.0.0-beta0002 387 3/26/2020
2.0.0-beta0001 578 10/7/2019
1.1.0 1,185 12/10/2018
1.0.2 903 11/29/2018
1.0.1 1,142 11/29/2018
1.0.0 1,141 11/15/2018
1.0.0-beta0010 854 11/13/2018
1.0.0-beta0009 721 11/13/2018
1.0.0-beta0008 860 11/7/2018
1.0.0-beta0007 875 10/2/2018
1.0.0-beta0006 1,436 9/21/2018
1.0.0-beta0005 960 9/20/2018
1.0.0-beta0004 919 9/20/2018
1.0.0-beta0003 1,265 9/19/2018
1.0.0-beta0002 1,152 9/5/2018
0.9.0 1,871 9/26/2017
0.8.2 1,795 6/20/2017
0.8.0 1,193 6/1/2017
0.8.0-beta0002 1,284 5/7/2017
0.8.0-beta0001 946 5/7/2017
0.7.2 1,263 2/23/2017
0.7.1 1,207 2/22/2017
0.7.0 1,165 2/22/2017
0.7.0-beta0001 958 2/21/2017
0.6.9 1,253 11/22/2016
0.6.8 1,580 11/21/2016
0.6.7 1,234 11/21/2016
0.6.6 1,246 11/21/2016
0.6.5 1,217 11/20/2016
0.6.4 1,242 11/16/2016
0.6.3 1,177 11/16/2016
0.6.2 1,232 11/15/2016
0.6.1 1,194 11/15/2016
0.6.0 1,382 11/15/2016
0.6.0-beta0003 985 11/14/2016
0.6.0-beta0002 945 11/12/2016
0.6.0-beta0001 1,052 11/12/2016
0.5.4 1,464 11/4/2016
0.5.3 1,495 11/4/2016
0.5.2 1,464 11/3/2016
0.5.1 1,477 11/2/2016
0.5.0 1,909 11/1/2016
0.5.0-beta0002 1,404 11/1/2016
0.5.0-beta0001 1,594 11/1/2016
0.4.0 1,335 2/3/2016
0.4.0-beta0001 992 1/25/2016
0.3.0 1,458 5/29/2015
0.2.1 1,287 5/25/2015
0.2.0 1,296 5/10/2015
0.1.18 1,299 5/9/2015
0.1.17 1,492 4/27/2015
0.1.16 1,380 4/27/2015
0.1.15 1,326 4/7/2015
0.1.14 1,316 4/7/2015
0.1.13 1,309 4/7/2015
0.1.12 1,322 4/7/2015
0.1.11 1,574 2/18/2015
0.1.10 1,521 2/18/2015
0.1.9 1,427 2/8/2015
0.1.8 1,563 12/13/2014
0.1.7 1,440 11/17/2014
0.1.6 1,527 11/17/2014
0.1.5 1,482 11/17/2014
0.1.4 1,633 11/14/2014
0.1.3 1,585 11/14/2014
0.1.2 1,797 11/14/2014
0.1.1 1,498 11/14/2014
0.1.0 1,766 11/13/2014

Adds IConfigurationRepository to abstract the configuration storage. By default WindowsEnvironmentVariables repository is used