Skip to content

HOCON v1.0.0 Stable Release

Compare
Choose a tag to compare
@Aaronontheweb Aaronontheweb released this 15 Nov 21:43
· 192 commits to master since this release
84e187a

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:

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 - adds App.config and System.Configuration integration to HOCON.
  • Hocon.Extensions.Configuration - adds HOCON support for the popular Microsoft.Extensions.Configuration library used in ASP.NET Core and other parts of the new .NET Core runtime.