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 5af9803 commit bc127fcCopy full SHA for bc127fc
CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
6
7
## Unreleased
8
9
+## [5.0.1] - 2018-09-24
10
+
11
### :syringe: Fixed
12
13
- [#54](https://github.com/FantasticFiasco/serilog-sinks-http/issues/54) Prevent durable HTTP sink from posting partially written log events
src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <VersionPrefix>5.0.0</VersionPrefix>
+ <VersionPrefix>5.0.1</VersionPrefix>
5
<AssemblyName>Serilog.Sinks.Http</AssemblyName>
<Description>A Serilog sink sending log events over HTTP.</Description>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
0 commit comments