Metadata >> NuGet >> ConfigManager >> 2.0.1

2.0.1

Metadata

Authors Tom Jacques
Copyrights Copyright 2014
Description Binaries for the ConfigManager library. Visit https://github.com/tejacques/ConfigManager for an overview and usage examples.
LicenseUrl https://github.com/tejacques/ConfigManager/blob/master/LICENSE
Owners Tom Jacques
ProjectUrl https://github.com/tejacques/ConfigManager
ReleaseNotes Notes: Version 2.0.1: - Fix bug where LogException was called without a null check. Version 2.0.0: - Remove Parsed object from Configuration class - GetConfig now returns a copy of the configuration so that the Configuration held by the manager is immutable. - Remove NLog Dependency, instead user can provide Log and LogException functions to ConfigManager. Version 1.1.1: - Include source files and pdbs. Version 1.1.0: - Add a delegate to retrieve the configuration from a user defined location (ex: read config from a database). - Add a delegate to run if the configuration file is newer than the configuration from the user defined location (ex: update database). - Do not log an error for a missing configuration file, only if the file existed and failed to read. Version 1.0.3: - Update dependency version compatibility Version 1.0.2: - Add a DevMode setting. If true, ConfigManager will first check for config files ending with .dev.conf. Useful for having different settings on development. Version 1.0.1: - Fix a bug in updating files where the key had an incorrect substring check Version 1.0.0: - File handlers to automatically update config data in the running program - Generic functions to retrieve configuration data as a strongly typed object
RequireLicenseAcceptance False
Summary An open source helper library for retrieving strongly typed automatically updating configuration data from config files.
Tags Config Configuration auto updating
Dependencies ServiceStack.Text:3.3.0
Title ConfigManager
PackageSize 21754
PackageHashAlgorithm SHA512
PackageHash 9DDNMYtmTOrxvjY+FLnV5dtXi6R60jYIu0lD9XIytjUPsC5yL7MkUu7JA2LWWO/inIp90yKycawpZy4hH4IUyg==
DownloadCount 000000
CreatedDate 2014-01-25T04:54:45

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ConfigManager -Version 2.0.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ConfigManager -Version 2.0.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete ConfigManager 2.0.1 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package ConfigManager -Version 2.0.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ConfigManager -Version 2.0.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap ConfigManager -Version 2.0.1
Uninstalling the package:
o remove-wrap ConfigManager

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries