From 9816dfa562c62c6e504dcdd033cc3ea27e067664 Mon Sep 17 00:00:00 2001 From: Dirk Rombauts Date: Sat, 28 Apr 2018 20:47:26 +0200 Subject: [PATCH] Verson 2.18.2 --- CHANGELOG.md | 10 + build.bat | 2 +- chocolatey.fsx | 1 + chocolatey/picklesui.nuspec | 1 + .../Pickles.CommandLine.UnitTests.csproj | 13 +- .../packages.config | 2 +- src/Pickles/Pickles.CommandLine/NLog.xsd | 694 ++++++++++-------- .../Pickles.CommandLine.csproj | 10 +- .../Pickles.CommandLine/packages.config | 8 +- ...entationBuilders.Cucumber.UnitTests.csproj | 14 +- .../packages.config | 6 +- ...kles.DocumentationBuilders.Cucumber.csproj | 9 +- .../packages.config | 4 +- ...cumentationBuilders.Dhtml.UnitTests.csproj | 13 +- .../packages.config | 2 +- ...Pickles.DocumentationBuilders.Dhtml.csproj | 10 +- .../packages.config | 4 +- ...cumentationBuilders.Excel.UnitTests.csproj | 17 +- .../packages.config | 4 +- ...Pickles.DocumentationBuilders.Excel.csproj | 10 +- .../packages.config | 4 +- ...ocumentationBuilders.Html.UnitTests.csproj | 20 +- .../packages.config | 8 +- .../Pickles.DocumentationBuilders.Html.csproj | 10 +- .../packages.config | 4 +- ...ocumentationBuilders.Json.UnitTests.csproj | 17 +- .../packages.config | 4 +- .../Pickles.DocumentationBuilders.Json.csproj | 12 +- .../packages.config | 6 +- ...ocumentationBuilders.Word.UnitTests.csproj | 17 +- .../packages.config | 4 +- .../Pickles.DocumentationBuilders.Word.csproj | 10 +- .../packages.config | 4 +- .../Pickles.MSBuild/Pickles.MSBuild.csproj | 4 +- src/Pickles/Pickles.MSBuild/packages.config | 2 +- .../Pickles.PowerShell.csproj | 4 +- .../Pickles.PowerShell/packages.config | 2 +- src/Pickles/Pickles.Test/Pickles.Test.csproj | 19 +- src/Pickles/Pickles.Test/packages.config | 6 +- .../Pickles.TestFrameworks.UnitTests.csproj | 17 +- .../packages.config | 4 +- .../Pickles.TestFrameworks.csproj | 2 +- .../Pickles.TestFrameworks/packages.config | 2 +- src/Pickles/Pickles.UserInterface/NLog.xsd | 694 ++++++++++-------- .../Pickles.UserInterface.csproj | 18 +- src/Pickles/Pickles.UserInterface/app.config | 4 + .../Pickles.UserInterface/packages.config | 12 +- src/Pickles/Pickles/Pickles.csproj | 12 +- src/Pickles/Pickles/packages.config | 6 +- src/Pickles/VersionInfo.cs | 8 +- 50 files changed, 1017 insertions(+), 753 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be832956a..4d94ecb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,16 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### Security +## [2.18.2] - 2018-04-28 + +### Changed + +- Updated several external libraries + +### Fixed + +- Problem with Chocolatey Deployment + ## [2.18.1] - 2018-04-20 ### Fixed diff --git a/build.bat b/build.bat index e2e4a54d8..79b45ef10 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ @echo off -set "picklesVersion=2.18.1" +set "picklesVersion=2.18.2" cls diff --git a/chocolatey.fsx b/chocolatey.fsx index 744ef941f..e2eebc6f6 100644 --- a/chocolatey.fsx +++ b/chocolatey.fsx @@ -68,6 +68,7 @@ Target "CreatePackage GUI" (fun _ -> guiDir + "MahApps.Metro.dll"; guiDir + "MarkdownDeep.dll"; guiDir + "CommonServiceLocator.dll"; + guiDir + "ControlzEx.dll"; guiDir + "Newtonsoft.Json.dll"; guiDir + "NLog.dll"; guiDir + "NlogViewer.dll"; diff --git a/chocolatey/picklesui.nuspec b/chocolatey/picklesui.nuspec index b5ffb4e05..4177c051a 100644 --- a/chocolatey/picklesui.nuspec +++ b/chocolatey/picklesui.nuspec @@ -46,6 +46,7 @@ Optionally, *Pickles* can **integrate test results**, so that your stakeholders + diff --git a/src/Pickles/Pickles.CommandLine.UnitTests/Pickles.CommandLine.UnitTests.csproj b/src/Pickles/Pickles.CommandLine.UnitTests/Pickles.CommandLine.UnitTests.csproj index 26c959648..e493b766f 100644 --- a/src/Pickles/Pickles.CommandLine.UnitTests/Pickles.CommandLine.UnitTests.csproj +++ b/src/Pickles/Pickles.CommandLine.UnitTests/Pickles.CommandLine.UnitTests.csproj @@ -1,5 +1,6 @@  + Debug AnyCPU @@ -16,6 +17,8 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest + + true @@ -39,8 +42,8 @@ ..\packages\NFluent.2.2.0\lib\net45\NFluent.dll - - ..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll + + ..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll @@ -107,6 +110,12 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +