Metadata >> NuGet >> simple-config

simple-config

Metadata

Authors Jon Bates
Copyrights Copyright Jon Bates 2013-present
Description Simple-config is an extensible, convention-based XML to C# binder, specifically designed to easily bind custom config sections without the need to write any config handlers or sections. Simply by performing a cast to the required type, SimpleConfig will perform all required mapping, without the use for any magical markup
IconUrl https://raw.githubusercontent.com/spadger/simple-config/master/icon.png
LicenseUrl http://www.gnu.org/licenses/lgpl-3.0.txt
Owners Jon Bates
ProjectUrl https://github.com/spadger/simple-config/
ReleaseNotes This is a pretty stable release, and can bind to interfaces too
RequireLicenseAcceptance False
Summary Simple-config is an extensible, convention-based XML to C# binder, specifically designed to easily bind custom config sections without the need to write any config handlers or sections. Simply by performing a cast to the required type, SimpleConfig will perform all required mapping, without the use for any magical markup
Tags simpleconfig simple-config simple config configuration bind binding configsection configurationhandler
Title Simple Config
PackageSize 40537
PackageHashAlgorithm SHA512
PackageHash ZZhr/fA2BDH1K0Zpt/37nBrmK/fifusEje1BOZtdwr83fOEoMPm0UhvfkMXQtKvIbFkGasUbAretPM1/SEG1dQ==
DownloadCount 000000
CreatedDate 2014-12-23T09:57:59

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 simple-config -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install simple-config -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 simple-config
Installing the package (HTTP Basic authentication):
Install-Package simple-config -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package simple-config -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package simple-config

OpenWrap

Installing the package:
o add-wrap simple-config
Uninstalling the package:
o remove-wrap simple-config

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.3.1