DslConfig 1.0.0
See the version list below for details.
dotnet add package DslConfig --version 1.0.0
NuGet\Install-Package DslConfig -Version 1.0.0
<PackageReference Include="DslConfig" Version="1.0.0" />
paket add DslConfig --version 1.0.0
#r "nuget: DslConfig, 1.0.0"
// Install DslConfig as a Cake Addin #addin nuget:?package=DslConfig&version=1.0.0 // Install DslConfig as a Cake Tool #tool nuget:?package=DslConfig&version=1.0.0
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 supports the boo (DslConfig.Boo) and C# (DslConfig.CSharp) configuration language.
Product | Versions 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. |
-
- Common.Logging (>= 2.1.1)
- DslConfig.Abstractions (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.7-alpha | 1,129 | 6/13/2014 |
1.0.6-alpha | 14,581 | 4/11/2014 |
1.0.5-alpha | 1,049 | 3/13/2014 |
1.0.4-alpha | 1,075 | 3/2/2014 |
1.0.3-alpha | 1,032 | 2/26/2014 |
1.0.2-alpha | 995 | 2/23/2014 |
1.0.1-alpha | 989 | 2/11/2014 |
1.0.0 | 2,778 | 6/7/2014 |
0.9.91 | 1,630 | 8/31/2012 |
0.9.90 | 1,366 | 8/24/2012 |
0.9.9 | 1,531 | 3/22/2012 |
0.9.8 | 1,378 | 3/22/2012 |
0.9.7 | 1,448 | 2/26/2012 |
0.9.6 | 1,429 | 2/22/2012 |
0.9.5 | 1,354 | 2/18/2012 |
0.9.4 | 1,399 | 2/13/2012 |
0.9.3 | 1,410 | 1/28/2012 |
0.9.2 | 1,425 | 1/28/2012 |
0.9.1 | 1,521 | 12/12/2011 |
0.9.0 | 1,435 | 12/12/2011 |
v 1.0.0
- Add Support for CSharp DslConfig
- Remove RhinoDsl Dependency
- Restructure Boo DslConfig
- Create DslConfig.Abstractions
- Only Support .NET 4.5 and above
v 0.9.91
- Common.Logging 2.1.1
v 0.9.90
- Strong Name assembly
v 0.9.9
- Add Logging for Variable requests
v 0.9.8
- Change verbose logging from Info level to Tracing level
v 0.9.7
- Add lots of unit tests
- Change Recompilation Event signature
- remove public constructor with config argument
- add protected constructor for unit testing
- use config section base directory instead of rhino dsl base directory
- Add static property to get startup errors
v 0.9.6
- Add support for var[""] and Var[""]
- Fix: Get FriendlyName of Web Apps
- Add pdb file for easier error fixing
v 0.9.5
- Use RhinoDsl Caching (improved performance)
- Do not throw exceptions on GetVariable if "throwsException=false" is configured
v 0.9.4
- Add ILMerge(only one assembly + common.logging)
- Add Logging for startup
v 0.9.3
- Add DslConfig Text Editor
- Add DslConfig Text Editor Installer
- Add MIT License