[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Kirthi Krishnamraju 59e8430ef5 Fix #198 : Find a better namespace name than ConfigurationModel 2015-05-20 14:37:12 -07:00
src Fix #198 : Find a better namespace name than ConfigurationModel 2015-05-20 14:37:12 -07:00
test Fix #198 : Find a better namespace name than ConfigurationModel 2015-05-20 14:37:12 -07:00
.gitattributes Add common build files. 2014-01-28 15:58:56 -08:00
.gitignore Add project.lock.json to .gitignore 2015-02-16 11:00:08 -08:00
.travis.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:14:04 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:43 -07:00
Configuration.sln Fix #198 : Find a better namespace name than ConfigurationModel 2015-05-20 14:37:12 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:45:24 -07:00
NuGet.Config Fixing the nuget.config 2015-03-30 10:58:45 -07:00
README.md Adding status badges 2015-04-01 18:05:40 -07:00
appveyor.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:14:04 -07:00
build.cmd Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:20 -07:00
build.sh Add travis and appveyor CI support. 2015-04-01 14:43:41 -07:00
global.json Update global.json, sources=>projects 2015-04-02 09:19:50 -07:00
makefile.shade Change the default author in makefile.shade 2014-06-18 16:04:04 -07:00

README.md

Configuration

AppVeyor: AppVeyor

Travis: Travis

Configuration is a framework for accessing Key/Value based configuration settings in an application.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.

Blog posts