https://github.com/quintsys/enviromentconfigurationmanager
Provides access to configuration files and environment variables for client applications.
https://github.com/quintsys/enviromentconfigurationmanager
Last synced: 6 months ago
JSON representation
Provides access to configuration files and environment variables for client applications.
- Host: GitHub
- URL: https://github.com/quintsys/enviromentconfigurationmanager
- Owner: quintsys
- License: apache-2.0
- Created: 2014-05-29T14:42:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T15:11:42.000Z (about 12 years ago)
- Last Synced: 2025-01-20T19:14:38.577Z (over 1 year ago)
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quintsys.EnviromentConfigurationManager
=======================================
Provides access to configuration files and environment variables for client applications.
###Installation
To install EnviromentConfigurationManager, run the following command in the Package Manager Console
````
PM> Install-Package Quintsys.EnviromentConfigurationManager
````