Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 869 Bytes

Changelog

[v2.3.0]

  • Add support for .NET Core 3.0

[v2.2.0]

Features

  • Allow specifying the periodicity for rolling log files. Defaults to Daily as before. #15 (thanks @RyanGrange)

Features

  • Allow specifying the file extension for log files. Defaults to txt. #9 (thanks @BrendanCosman)

Features:

  • Add support for recording scopes in the rolling files

Breaking Changes:

  • Requires ASP.NET Core 2.1 (previously was ASP.NET Core 2.0)