Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

v2.0.60

Compare
Choose a tag to compare
@datalust-build datalust-build released this 23 Feb 05:45
360c3c7
  • #37 - modernization (@nblumhardt)
    • Switch to Serilog.Expressions for filtering and formatting; this has the advantage of using CLEF property names natively, e.g. @m like 'TEST%' rather than @Message like 'TEST%, adding ci modifier support, #if/#each conditional blocks, and opening up more language extension possibilities
    • Publish as a .NET 6.0 single file app
    • Add support for osx-arm64
    • Publish as a .NET tool (dotnet tool install --global Datalust.ClefTool, and dotnet clef ...)
    • README updates