Skip to content

Commit 4ba48f7

Browse files
release 4.2.0
Closes #25
1 parent 1cc0e26 commit 4ba48f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
66

77
## Unreleased
88

9+
## [4.2.0] - 2017-08-20
10+
911
### Added
1012

1113
- Support for .NET Core 2.0

src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>4.1.0</VersionPrefix>
4+
<VersionPrefix>4.2.0</VersionPrefix>
55
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
66
<Description>A Serilog sink sending log events over HTTP.</Description>
77
<TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>

0 commit comments

Comments
 (0)