Pandora.Cli 1.1.0-beta0003

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

// Install Pandora.Cli as a Cake Tool
#tool nuget:?package=Pandora.Cli&version=1.1.0-beta0003&prerelease                

Pandora aims to externalize the application configuration. Usually in .NET projects the configuration is done in app/web.config with transformations. The problem arises when production configuration is needed which should not be part of the application repository because it is an OSS project for example. This is where Pandora comes. You can configure the application using the following structure and store these files in a separate repository

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 1,437 8/3/2018
1.6.0 1,124 7/17/2018
1.5.0 1,307 7/7/2017
1.4.0 1,021 6/20/2017
1.3.0 1,000 6/5/2017
1.2.3 1,056 4/12/2017
1.2.2 1,068 2/23/2017
1.2.1 1,055 2/22/2017
1.2.0 1,004 2/22/2017
1.2.0-beta0001 834 2/21/2017
1.1.4 1,067 11/27/2016
1.1.3 1,109 11/22/2016
1.1.2 1,052 11/21/2016
1.1.1 1,045 11/16/2016
1.1.0 1,087 11/15/2016
1.1.0-beta0004 764 11/15/2016
1.1.0-beta0003 775 11/14/2016
1.1.0-beta0002 849 11/12/2016
1.1.0-beta0001 827 11/12/2016
1.0.3 1,163 11/4/2016
1.0.2 1,232 11/1/2016
1.0.1 1,293 11/1/2016
1.0.0 1,058 10/26/2016
1.0.0-beta0001 945 2/3/2016
0.1.1 1,306 5/29/2015
0.1.0 1,149 5/29/2015

Changed consul provider to use the Pandora Box Implementation