From 65fc5ac3c96f3a1dde0f3a73ac274e3dfd213729 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Fri, 17 Feb 2017 20:06:28 +0100 Subject: [PATCH 1/2] Update NLog version --- NLog.Web.Tests/NLog.Web.Tests.csproj | 2 +- NLog.Web.Tests/packages.NLog.Web.Tests.config | 2 +- NLog.Web/NLog.Web.csproj | 4 ++-- NLog.Web/packages.NLog.Web.config | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NLog.Web.Tests/NLog.Web.Tests.csproj b/NLog.Web.Tests/NLog.Web.Tests.csproj index fcbb4946..f2ef0aea 100644 --- a/NLog.Web.Tests/NLog.Web.Tests.csproj +++ b/NLog.Web.Tests/NLog.Web.Tests.csproj @@ -40,7 +40,7 @@ - ..\packages\NLog.4.3.5-alpha1\lib\net45\NLog.dll + ..\packages\NLog.4.4.2\lib\net45\NLog.dll True diff --git a/NLog.Web.Tests/packages.NLog.Web.Tests.config b/NLog.Web.Tests/packages.NLog.Web.Tests.config index 5b2a0b58..c897dfc4 100644 --- a/NLog.Web.Tests/packages.NLog.Web.Tests.config +++ b/NLog.Web.Tests/packages.NLog.Web.Tests.config @@ -1,6 +1,6 @@  - + diff --git a/NLog.Web/NLog.Web.csproj b/NLog.Web/NLog.Web.csproj index fa9a32c7..18ec4d4e 100644 --- a/NLog.Web/NLog.Web.csproj +++ b/NLog.Web/NLog.Web.csproj @@ -1,4 +1,4 @@ - + @@ -41,7 +41,7 @@ - ..\packages\NLog.4.4.0\lib\net35\NLog.dll + ..\packages\NLog.4.4.2\lib\net35\NLog.dll True diff --git a/NLog.Web/packages.NLog.Web.config b/NLog.Web/packages.NLog.Web.config index 24c9440e..b27e9b10 100644 --- a/NLog.Web/packages.NLog.Web.config +++ b/NLog.Web/packages.NLog.Web.config @@ -1,4 +1,4 @@  - + \ No newline at end of file From f88d5cb0d5cdf7a3c89efc95e2c02daa3a6f7226 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Fri, 17 Feb 2017 20:07:03 +0100 Subject: [PATCH 2/2] Update version to 4.4 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ad0471c8..7ba03b0a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.3.0.{build} +version: 4.4.0.{build} clone_folder: c:\projects\nlogweb configuration: Release platform: Any CPU @@ -19,7 +19,7 @@ build: build_script: - cmd: >- - call build_aspnet.bat -nuget_version=4.3.1 + call build_aspnet.bat -nuget_version=4.4.0 call build_aspnetcore.bat