From 93c007c93e060ca4cad0cb1248420cf8ac332d05 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Fri, 6 Jan 2017 13:35:02 +1000 Subject: [PATCH] Update dependency versions Since Serilog was updated from 2.2 to 2.3, it makes sense to bump the minor version and update other dependencies where possible. --- src/Serilog.Sinks.Seq/project.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Serilog.Sinks.Seq/project.json b/src/Serilog.Sinks.Seq/project.json index 5a00f83..638713c 100644 --- a/src/Serilog.Sinks.Seq/project.json +++ b/src/Serilog.Sinks.Seq/project.json @@ -1,5 +1,5 @@ { - "version": "3.1.2-*", + "version": "3.2.0-*", "description": "Serilog sink that writes to the Seq log server over HTTP/S.", "authors": [ "Serilog Contributors" ], "packOptions": { @@ -27,8 +27,8 @@ "System.Net.Http": "" }, "dependencies": { - "Serilog.Sinks.File": "3.1.1", - "Serilog.Sinks.RollingFile": "3.0.0" + "Serilog.Sinks.File": "3.2.0", + "Serilog.Sinks.RollingFile": "3.3.0" } }, "netstandard1.1": { @@ -42,8 +42,8 @@ }, "dependencies": { "System.Net.Http": "4.1.0", - "Serilog.Sinks.File": "3.1.1", - "Serilog.Sinks.RollingFile": "3.0.0", + "Serilog.Sinks.File": "3.2.0", + "Serilog.Sinks.RollingFile": "3.3.0", "System.Threading.Timer": "4.0.1" } }