Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alsami committed Oct 15, 2020
1 parent dc8bfb4 commit e9db83f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions changelog.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion licence.md → LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Serilog.Extensions.Autofac.DependencyInjection.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>7.2</LangVersion>
<LangVersion>8.0</LangVersion>
<Version>3.0.0</Version>
<FileVersion>3.0.0.0</FileVersion>
<Copyright>2020©Sami Al Khatib</Copyright>
<Authors>Sami Al Khatib</Authors>
<Title>Serilog with Microsoft logging and Autofac</Title>
<Description>An extension for Autofac-IoC to use Serilog and Microsoft's logging abstractions with ease.</Description>
<PackageProjectUrl>https://github.com/alsami/Serilog.Extensions.Autofac.DependencyInjection</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/alsami/Serilog.Extensions.Autofac.DependencyInjection/blob/master/changelog.md</PackageReleaseNotes>
<PackageTags>Serilog, Microsoft, Logging, Extensions, Autofac, IoC</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/alsami/Serilog.Extensions.Autofac.DependencyInjection/master/assets/nuget-icon.png</PackageIconUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit e9db83f

Please sign in to comment.