Skip to content

Commit

Permalink
Merge pull request #46 from serilog/dev
Browse files Browse the repository at this point in the history
Release 2.1.3
  • Loading branch information
merbla authored Mar 3, 2017
2 parents 95baa54 + 831860c commit f3c8d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.2",
"version": "2.1.3",
"buildOptions": {
"emitEntryPoint": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private async Task Send(IEnumerable<LogEvent> events)
}

var request = new EventCollectorRequest(_splunkHost, allEvents.ToString(), _uriPath);
var response = await _httpClient.SendAsync(request);
var response = await _httpClient.SendAsync(request).ConfigureAwait(false);

if (response.IsSuccessStatusCode)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Splunk/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.2-*",
"version": "2.1.3-*",
"description": "The Splunk Sink for Serilog",
"authors": [
"Matthew Erbs, Serilog Contributors"
Expand Down

0 comments on commit f3c8d59

Please sign in to comment.