Metadata >> NuGet >> SilverConfig

SilverConfig

Metadata

Authors Banane9
Description Silver Config allows you to annotate a class with attributes, similiar to those for the XmlSerializer or Json.Net, but allows to add comments for elements, define the order, and to separate them with new lines. This makes the configuration file easier to read and modify by the user.
IconUrl http://banane9.github.io/favicon.ico
Language en
LicenseUrl https://github.com/Banane9/SilverConfig/blob/master/LICENSE.md
Owners Banane9
ProjectUrl https://github.com/Banane9/SilverConfig
ReleaseNotes First Release with basic usage possibilities.
RequireLicenseAcceptance False
Summary Library for easy Configuration Generation.
Tags silver, config, xml, generation, serialization, serializer, deserialization, deserializer, simple
Title Silver Config
PackageSize 46479
PackageHashAlgorithm SHA512
PackageHash 0FdLdfNySqndaIsc8TCcAk4tAxA5HjT41pC+yFVtDMjbmY0VHMs3aOZIOmRGv/Pv0c2I4AQ/aoYv/LYwrd/LIw==
DownloadCount 000000
CreatedDate 2014-09-04T20:17:07

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

OpenWrap

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

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
0.1.0