HOCON v1.0.0 Stable Release
1.0.0 November 14th 2018
HOCON 1.0.0 is a complete and total rewrite of the HOCON parsing engine, designed to work with both the .NET Framework (4.5 and later) and .NET Standard 1.3.
The performance has significantly improved, as have the range of features supported by this library, including:
- Built-in enviroment variable substitution;
- Support for better byte and time formats;
- Improved object substitution and merging;
- and many more features.
This library will be developed and released independently from Akka.NET itself, but beginning with Akka.NET v1.4 it will be taken as a dependency by the core Akka libraries.
HOCON ships as two NuGet packages:
Hocon
- includes all core parser, substitution, tokenization, and other functionality;Hocon.Configuration
- addsApp.config
andSystem.Configuration
integration to HOCON.Hocon.Extensions.Configuration
- adds HOCON support for the popularMicrosoft.Extensions.Configuration
library used in ASP.NET Core and other parts of the new .NET Core runtime.