DslConfig 0.9.6
See the version list below for details.
dotnet add package DslConfig --version 0.9.6
NuGet\Install-Package DslConfig -Version 0.9.6
<PackageReference Include="DslConfig" Version="0.9.6" />
paket add DslConfig --version 0.9.6
#r "nuget: DslConfig, 0.9.6"
// Install DslConfig as a Cake Addin #addin nuget:?package=DslConfig&version=0.9.6 // Install DslConfig as a Cake Tool #tool nuget:?package=DslConfig&version=0.9.6
This project is intended to give .NET Developers a simple and scaleable possibility
to configure applications which may run (but must not) on different stages like Local Developer Hosts,
Testsystems, Integrationsystems and Productionsystems.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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.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,134 | 6/13/2014 |
1.0.6-alpha | 14,764 | 4/11/2014 |
1.0.5-alpha | 1,052 | 3/13/2014 |
1.0.4-alpha | 1,078 | 3/2/2014 |
1.0.3-alpha | 1,035 | 2/26/2014 |
1.0.2-alpha | 1,000 | 2/23/2014 |
1.0.1-alpha | 992 | 2/11/2014 |
1.0.0 | 2,781 | 6/7/2014 |
0.9.91 | 1,633 | 8/31/2012 |
0.9.90 | 1,369 | 8/24/2012 |
0.9.9 | 1,534 | 3/22/2012 |
0.9.8 | 1,381 | 3/22/2012 |
0.9.7 | 1,453 | 2/26/2012 |
0.9.6 | 1,432 | 2/22/2012 |
0.9.5 | 1,357 | 2/18/2012 |
0.9.4 | 1,402 | 2/13/2012 |
0.9.3 | 1,413 | 1/28/2012 |
0.9.2 | 1,428 | 1/28/2012 |
0.9.1 | 1,524 | 12/12/2011 |
0.9.0 | 1,438 | 12/12/2011 |
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