Metadata >> NuGet >> ConfigManager >> 1.1.1

1.1.1

Metadata

Authors Tom Jacques
Copyrights Copyright 2013
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 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 NLog:[2.0.0.0, 3.0.0.0)|ServiceStack.Text:[3.3.0, 4.0.0)
Title ConfigManager
PackageSize 21561
PackageHashAlgorithm SHA512
PackageHash BNPQtUWCHcJscEuQEno6SHNOMDxWJVVYY04JWbZHuiOSqEIGWH8tGqMGyedw0v4ZbFz3nIZcMWEoamgjvHXIOw==
DownloadCount 000000
CreatedDate 2013-12-18T23:40:25

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 1.1.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ConfigManager -Version 1.1.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 1.1.1 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

Installing the package:
o add-wrap ConfigManager -Version 1.1.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