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 (2)

Showing the top 2 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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.0 1,056 12/16/2022
3.3.0-preview.1 109 12/16/2022
3.2.1 449 8/16/2022
3.2.0 1,496 7/6/2022
3.1.1 2,222 4/23/2022
3.1.0 857 3/23/2022
3.0.1 805 12/9/2021
3.0.0 329 12/2/2021
2.0.2 1,270 8/31/2020
2.0.1 487 8/17/2020
2.0.0 3,310 3/26/2020
2.0.0-beta0002 345 3/26/2020
2.0.0-beta0001 521 10/7/2019
1.1.0 1,115 12/10/2018
1.0.2 850 11/29/2018
1.0.1 1,077 11/29/2018
1.0.0 1,073 11/15/2018
1.0.0-beta0010 779 11/13/2018
1.0.0-beta0009 671 11/13/2018
1.0.0-beta0008 790 11/7/2018
1.0.0-beta0007 797 10/2/2018
1.0.0-beta0006 1,323 9/21/2018
1.0.0-beta0005 892 9/20/2018
1.0.0-beta0004 856 9/20/2018
1.0.0-beta0003 1,180 9/19/2018
1.0.0-beta0002 1,087 9/5/2018
0.9.0 1,773 9/26/2017
0.8.2 1,693 6/20/2017
0.8.0 1,114 6/1/2017
0.8.0-beta0002 1,189 5/7/2017
0.8.0-beta0001 877 5/7/2017
0.7.2 1,206 2/23/2017
0.7.1 1,128 2/22/2017
0.7.0 1,103 2/22/2017
0.7.0-beta0001 890 2/21/2017
0.6.9 1,177 11/22/2016
0.6.8 1,475 11/21/2016
0.6.7 1,155 11/21/2016
0.6.6 1,173 11/21/2016
0.6.5 1,141 11/20/2016
0.6.4 1,166 11/16/2016
0.6.3 1,095 11/16/2016
0.6.2 1,150 11/15/2016
0.6.1 1,121 11/15/2016
0.6.0 1,291 11/15/2016
0.6.0-beta0003 910 11/14/2016
0.6.0-beta0002 877 11/12/2016
0.6.0-beta0001 972 11/12/2016
0.5.4 1,397 11/4/2016
0.5.3 1,400 11/4/2016
0.5.2 1,386 11/3/2016
0.5.1 1,387 11/2/2016
0.5.0 1,800 11/1/2016
0.5.0-beta0002 1,337 11/1/2016
0.5.0-beta0001 1,472 11/1/2016
0.4.0 1,252 2/3/2016
0.4.0-beta0001 919 1/25/2016
0.3.0 1,375 5/29/2015
0.2.1 1,202 5/25/2015
0.2.0 1,220 5/10/2015
0.1.18 1,212 5/9/2015
0.1.17 1,411 4/27/2015
0.1.16 1,313 4/27/2015
0.1.15 1,245 4/7/2015
0.1.14 1,242 4/7/2015
0.1.13 1,241 4/7/2015
0.1.12 1,242 4/7/2015
0.1.11 1,496 2/18/2015
0.1.10 1,459 2/18/2015
0.1.9 1,345 2/8/2015
0.1.8 1,482 12/13/2014
0.1.7 1,366 11/17/2014
0.1.6 1,457 11/17/2014
0.1.5 1,395 11/17/2014
0.1.4 1,550 11/14/2014
0.1.3 1,501 11/14/2014
0.1.2 1,711 11/14/2014
0.1.1 1,413 11/14/2014
0.1.0 1,685 11/13/2014

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