Metadata >> NuGet >> ConfigMapper

ConfigMapper

Metadata

Authors Martin Burrows
Copyrights Martin Burrows 2015
Description Provides interfaced configuration objects with properties mapped from appSettings or connectionStrings. This allows your IConfiguration to be injected anywhere in your code providing a unit-testable solution to configuration management with no magic strings. See the project home page for further info.
LicenseUrl https://raw.githubusercontent.com/martinjrb/ConfigMapper/master/LICENSE
Owners Martin Burrows
ProjectUrl http://configmapper.org/
ReleaseNotes Backwards-compatiblity fix
RequireLicenseAcceptance False
Summary Provides interfaced configuration objects with properties mapped from appSettings, allowing your IConfiguration to be injected anywhere in your code in a unit-testable manner.
Tags configuration config mapper app settings configmapping
Title ConfigMapper
PackageSize 24001
PackageHashAlgorithm SHA512
PackageHash I/MvKFjFI8tSUGEnMI8FiEOkp+q5N9IMUy/GEnmzdGeFAWEWvtWWc896R9zlglKYVXULFZAVY473qppwrTVLrA==
DownloadCount 000000
CreatedDate 2015-04-28T15:16:24

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ConfigMapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ConfigMapper -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package ConfigMapper
Installing the package (HTTP Basic authentication):
Install-Package ConfigMapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ConfigMapper -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ConfigMapper

OpenWrap

Installing the package:
o add-wrap ConfigMapper
Uninstalling the package:
o remove-wrap ConfigMapper

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.1
1.1.0
1.0.1
1.0.0
0.0.6