From ada4e79e6dba0865b8bca9566b23d7e2e504187b Mon Sep 17 00:00:00 2001 From: Jonathon Marolf Date: Wed, 18 May 2016 17:30:49 -0700 Subject: [PATCH] Update nuget packages and generate nuget package on build --- xunit.runner.wpf/packages.config | 19 ++++++++-------- xunit.runner.wpf/xunit.runner.wpf.csproj | 29 ++++++++++++------------ xunit.runner.wpf/xunit.runner.wpf.nuspec | 21 +++++++++++++++++ 3 files changed, 46 insertions(+), 23 deletions(-) create mode 100644 xunit.runner.wpf/xunit.runner.wpf.nuspec diff --git a/xunit.runner.wpf/packages.config b/xunit.runner.wpf/packages.config index 9fd76a3..6e6a897 100644 --- a/xunit.runner.wpf/packages.config +++ b/xunit.runner.wpf/packages.config @@ -1,18 +1,19 @@  - - - + + + + - - + + - - - - + + + + diff --git a/xunit.runner.wpf/xunit.runner.wpf.csproj b/xunit.runner.wpf/xunit.runner.wpf.csproj index e1fd521..8ab5099 100644 --- a/xunit.runner.wpf/xunit.runner.wpf.csproj +++ b/xunit.runner.wpf/xunit.runner.wpf.csproj @@ -41,24 +41,24 @@ Artwork\Application.ico - - ..\packages\MvvmLightLibs.5.1.1.0\lib\net45\GalaSoft.MvvmLight.dll + + ..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.dll True - - ..\packages\MvvmLightLibs.5.1.1.0\lib\net45\GalaSoft.MvvmLight.Extras.dll + + ..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.Extras.dll True - - ..\packages\MvvmLightLibs.5.1.1.0\lib\net45\GalaSoft.MvvmLight.Platform.dll + + ..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.Platform.dll True ..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll True - - ..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll + + ..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll True @@ -72,7 +72,7 @@ - ..\packages\MvvmLightLibs.5.1.1.0\lib\net45\System.Windows.Interactivity.dll + ..\packages\MvvmLightLibs.5.3.0.0\lib\net45\System.Windows.Interactivity.dll True @@ -154,6 +154,9 @@ Settings.Designer.cs + + PreserveNewest + @@ -195,11 +198,9 @@ - \ No newline at end of file diff --git a/xunit.runner.wpf/xunit.runner.wpf.nuspec b/xunit.runner.wpf/xunit.runner.wpf.nuspec new file mode 100644 index 0000000..d6fc2a5 --- /dev/null +++ b/xunit.runner.wpf/xunit.runner.wpf.nuspec @@ -0,0 +1,21 @@ + + + + xUnit.Runner.WPF + 1.0.0 + xUnit.Runner.WPF + Pilchie + Pilchie + https://github.com/Pilchie/xunit.runner.wpf + false + XUnit Gui written in WPF + Summary of changes made in this release of the package. + Copyright 2016 + XUnit Gui test runner + + + + + + + \ No newline at end of file