From d37334ef6452fce48259b644aaf19544de1823c3 Mon Sep 17 00:00:00 2001 From: Todd Meinershagen Date: Sat, 25 Feb 2017 14:45:49 -0600 Subject: [PATCH] Upgraded the NLog to v4.0.1. --- .../NLog.SignalR.IntegrationTests.csproj | 4 ++-- src/NLog.SignalR.IntegrationTests/packages.config | 2 +- .../NLog.SignalR.Sample.Command.csproj | 4 ++-- src/NLog.SignalR.Sample.Command/packages.config | 2 +- src/NLog.SignalR.Sample.Web/NLog.SignalR.Sample.Web.csproj | 4 ++-- src/NLog.SignalR.Sample.Web/packages.config | 2 +- src/NLog.SignalR/NLog.SignalR.csproj | 4 ++-- src/NLog.SignalR/NLog.SignalR.nuspec | 5 +++-- src/NLog.SignalR/Properties/AssemblyInfo.cs | 4 ++-- src/NLog.SignalR/packages.config | 2 +- 10 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/NLog.SignalR.IntegrationTests/NLog.SignalR.IntegrationTests.csproj b/src/NLog.SignalR.IntegrationTests/NLog.SignalR.IntegrationTests.csproj index 84b2900..4532801 100644 --- a/src/NLog.SignalR.IntegrationTests/NLog.SignalR.IntegrationTests.csproj +++ b/src/NLog.SignalR.IntegrationTests/NLog.SignalR.IntegrationTests.csproj @@ -79,8 +79,8 @@ False ..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll - - ..\packages\NLog.3.2.1\lib\net45\NLog.dll + + ..\packages\NLog.4.0.1\lib\net45\NLog.dll True diff --git a/src/NLog.SignalR.IntegrationTests/packages.config b/src/NLog.SignalR.IntegrationTests/packages.config index e6f2b4d..87161fd 100644 --- a/src/NLog.SignalR.IntegrationTests/packages.config +++ b/src/NLog.SignalR.IntegrationTests/packages.config @@ -15,7 +15,7 @@ - + diff --git a/src/NLog.SignalR.Sample.Command/NLog.SignalR.Sample.Command.csproj b/src/NLog.SignalR.Sample.Command/NLog.SignalR.Sample.Command.csproj index 43ed10a..b44ae97 100644 --- a/src/NLog.SignalR.Sample.Command/NLog.SignalR.Sample.Command.csproj +++ b/src/NLog.SignalR.Sample.Command/NLog.SignalR.Sample.Command.csproj @@ -34,8 +34,8 @@ 4 - - ..\packages\NLog.3.2.1\lib\net45\NLog.dll + + ..\packages\NLog.4.0.1\lib\net45\NLog.dll True diff --git a/src/NLog.SignalR.Sample.Command/packages.config b/src/NLog.SignalR.Sample.Command/packages.config index b58eb7d..573e2fd 100644 --- a/src/NLog.SignalR.Sample.Command/packages.config +++ b/src/NLog.SignalR.Sample.Command/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/NLog.SignalR.Sample.Web/NLog.SignalR.Sample.Web.csproj b/src/NLog.SignalR.Sample.Web/NLog.SignalR.Sample.Web.csproj index 22f58ce..8baacc0 100644 --- a/src/NLog.SignalR.Sample.Web/NLog.SignalR.Sample.Web.csproj +++ b/src/NLog.SignalR.Sample.Web/NLog.SignalR.Sample.Web.csproj @@ -62,8 +62,8 @@ False ..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll - - ..\packages\NLog.3.2.1\lib\net45\NLog.dll + + ..\packages\NLog.4.0.1\lib\net45\NLog.dll True diff --git a/src/NLog.SignalR.Sample.Web/packages.config b/src/NLog.SignalR.Sample.Web/packages.config index 3dc78fb..5aa5786 100644 --- a/src/NLog.SignalR.Sample.Web/packages.config +++ b/src/NLog.SignalR.Sample.Web/packages.config @@ -30,7 +30,7 @@ - + diff --git a/src/NLog.SignalR/NLog.SignalR.csproj b/src/NLog.SignalR/NLog.SignalR.csproj index 24da706..84a745d 100644 --- a/src/NLog.SignalR/NLog.SignalR.csproj +++ b/src/NLog.SignalR/NLog.SignalR.csproj @@ -41,8 +41,8 @@ False ..\packages\Newtonsoft.Json.6.0.4\lib\net40\Newtonsoft.Json.dll - - ..\packages\NLog.3.2.1\lib\net40\NLog.dll + + ..\packages\NLog.4.0.1\lib\net40\NLog.dll True diff --git a/src/NLog.SignalR/NLog.SignalR.nuspec b/src/NLog.SignalR/NLog.SignalR.nuspec index 75dc950..6dbb5c0 100644 --- a/src/NLog.SignalR/NLog.SignalR.nuspec +++ b/src/NLog.SignalR/NLog.SignalR.nuspec @@ -13,8 +13,9 @@ Custom NLog target for send logs to a SignalR hub. This release is based on SignalR 2.0. >2.0.0 - Initial version supporting SignalR 2.0 - >2.0.1 - Fixed a [bug #4](https://github.com/toddmeinershagen/NLog.SignalR/issues/4 - ) + >2.0.1 - Fixed a [bug #4](https://github.com/toddmeinershagen/NLog.SignalR/issues/4) + >4.0.1 - Upgraded the NLog dependency to force clients to use the newer version which contains breaking changes. + Copyright 2012 nlog target signalr diff --git a/src/NLog.SignalR/Properties/AssemblyInfo.cs b/src/NLog.SignalR/Properties/AssemblyInfo.cs index 61a0640..81e2eb2 100644 --- a/src/NLog.SignalR/Properties/AssemblyInfo.cs +++ b/src/NLog.SignalR/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("4.0.1")] +[assembly: AssemblyFileVersion("4.0.1")] diff --git a/src/NLog.SignalR/packages.config b/src/NLog.SignalR/packages.config index 3092469..851ad15 100644 --- a/src/NLog.SignalR/packages.config +++ b/src/NLog.SignalR/packages.config @@ -2,5 +2,5 @@ - + \ No newline at end of file