DslConfig.CSharp 1.0.2-alpha

This is a prerelease version of DslConfig.CSharp.
dotnet add package DslConfig.CSharp --version 1.0.2-alpha
NuGet\Install-Package DslConfig.CSharp -Version 1.0.2-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DslConfig.CSharp" Version="1.0.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DslConfig.CSharp --version 1.0.2-alpha
#r "nuget: DslConfig.CSharp, 1.0.2-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DslConfig.CSharp as a Cake Addin
#addin nuget:?package=DslConfig.CSharp&version=1.0.2-alpha&prerelease

// Install DslConfig.CSharp as a Cake Tool
#tool nuget:?package=DslConfig.CSharp&version=1.0.2-alpha&prerelease

This configuration library is intended to give .NET Developers a simple, extendable, scaleable, fast, type safe possibility to configure all kind of .NET applications. This Package is intendend to support only the C# configuration language.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2-alpha 50 4/11/2014
1.0.1-alpha 44 3/13/2014
1.0.0 139 6/7/2014
1.0.0-alpha 46 3/2/2014

v 1.0.0
- Inital Version