3.0.0
Breaking Change
Removed LibLog and replaced it with ILogger from Microsoft.Extensions.Logging. You just have to make sure ILogger has been registered which happens automatically in aspnetcore.
What's Changed
- build(deps): bump actions/download-artifact from 2 to 3 by @dependabot in #203
- build(deps): bump actions/setup-dotnet from 1 to 2 by @dependabot in #201
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #202
- build(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #200
- Remove liblog and add Microsoft.Extensions.Logging by @holytshirt in #204
- build(deps): bump actions/setup-dotnet from 2 to 3 by @dependabot in #212
New Contributors
- @holytshirt made their first contribution in #204
Full Changelog: 2.0.79...3.0.0