diff --git a/changelog.md b/CHANGELOG.md similarity index 79% rename from changelog.md rename to CHANGELOG.md index e265e2c..576e3b2 100644 --- a/changelog.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [3.0.0](https://www.nuget.org/packages/Serilog.Extensions.Autofac.DependencyInjection/3.0.0) (2020-10-15) + +## Breaking changes + +* `Autofac` has been updated to version `6.0.0`. This release contains many new features but also breaking-changes. Check out this [blog-post](https://alistairevans.co.uk/2020/09/28/autofac-6-0-released/) for more information. + +## Chore +* Update `Microsoft.Extensions.Logging` to version `3.1.9` +* Update `Serilog` to version `2.10.0` + # [2.1.0](https://www.nuget.org/packages/Serilog.Extensions.Autofac.DependencyInjection/2.1.0) (2020-06-15) ## Chore diff --git a/licence.md b/LICENSE.md similarity index 96% rename from licence.md rename to LICENSE.md index 61b56b5..830b250 100644 --- a/licence.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 CleanCode-Labs +Copyright (c) 2018-2020 Sami Al Khatib Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Serilog.Extensions.Autofac.DependencyInjection.sln b/Serilog.Extensions.Autofac.DependencyInjection.sln index 4a2dd75..53e239d 100644 --- a/Serilog.Extensions.Autofac.DependencyInjection.sln +++ b/Serilog.Extensions.Autofac.DependencyInjection.sln @@ -19,13 +19,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serilog.Extensions.Autofac. EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{27C47AF0-6594-4DAF-8312-9139F1A725AF}" ProjectSection(SolutionItems) = preProject - changelog.md = changelog.md - licence.md = licence.md test.sh = test.sh publish-packages.sh = publish-packages.sh .travis.yml = .travis.yml global.json = global.json README.md = README.md + CHANGELOG.md = CHANGELOG.md + LICENSE.md = LICENSE.md EndProjectSection EndProject Global diff --git a/src/Serilog.Extensions.Autofac.DependencyInjection/Serilog.Extensions.Autofac.DependencyInjection.csproj b/src/Serilog.Extensions.Autofac.DependencyInjection/Serilog.Extensions.Autofac.DependencyInjection.csproj index 01d92b5..5c5c05c 100644 --- a/src/Serilog.Extensions.Autofac.DependencyInjection/Serilog.Extensions.Autofac.DependencyInjection.csproj +++ b/src/Serilog.Extensions.Autofac.DependencyInjection/Serilog.Extensions.Autofac.DependencyInjection.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 7.2 + 8.0 3.0.0 3.0.0.0 2020©Sami Al Khatib @@ -10,6 +10,7 @@ Serilog with Microsoft logging and Autofac An extension for Autofac-IoC to use Serilog and Microsoft's logging abstractions with ease. https://github.com/alsami/Serilog.Extensions.Autofac.DependencyInjection + https://github.com/alsami/Serilog.Extensions.Autofac.DependencyInjection/blob/master/changelog.md Serilog, Microsoft, Logging, Extensions, Autofac, IoC https://raw.githubusercontent.com/alsami/Serilog.Extensions.Autofac.DependencyInjection/master/assets/nuget-icon.png git