Skip to content

Commit

Permalink
release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Sep 24, 2018
1 parent 5af9803 commit bc127fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi

## Unreleased

## [5.0.1] - 2018-09-24

### :syringe: Fixed

- [#54](https://github.com/FantasticFiasco/serilog-sinks-http/issues/54) Prevent durable HTTP sink from posting partially written log events
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionPrefix>5.0.1</VersionPrefix>
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
<Description>A Serilog sink sending log events over HTTP.</Description>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
Expand Down

0 comments on commit bc127fc

Please sign in to comment.