We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc0e26 commit 4ba48f7Copy full SHA for 4ba48f7
CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
6
7
## Unreleased
8
9
+## [4.2.0] - 2017-08-20
10
+
11
### Added
12
13
- Support for .NET Core 2.0
src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <VersionPrefix>4.1.0</VersionPrefix>
+ <VersionPrefix>4.2.0</VersionPrefix>
5
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
<Description>A Serilog sink sending log events over HTTP.</Description>
<TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>
0 commit comments