Skip to content

Version 5.0

Compare
Choose a tag to compare
@Marfusios Marfusios released this 07 Sep 09:31
· 7 commits to master since this release
ca291cb

Breaking changes

  • removed LibLog in favor of Microsoft.Extensions.Logging. You need to provide ILogger instance in the constructor parameter.
  • library no longer targeting netstandard2.0 and net5

Features

  • nullable reference types enabled, you should now get a better info on what can be null