From 6204a9ebf091c75f8b4d229b5cd10c2b168ec834 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Thu, 23 Jan 2020 20:44:41 +0000 Subject: [PATCH] update NuGet packages. --- Console.Waterworks/CW_Tests/CW_Tests.csproj | 12 ++++++------ Console.Waterworks/CW_Tests/packages.config | 4 ++-- .../Console.Waterworks/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Console.Waterworks/CW_Tests/CW_Tests.csproj b/Console.Waterworks/CW_Tests/CW_Tests.csproj index 62d25b1..2d9f898 100644 --- a/Console.Waterworks/CW_Tests/CW_Tests.csproj +++ b/Console.Waterworks/CW_Tests/CW_Tests.csproj @@ -1,8 +1,8 @@  + - Debug AnyCPU @@ -42,10 +42,10 @@ - ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll @@ -84,12 +84,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}. - - + + - + \ No newline at end of file diff --git a/Console.Waterworks/CW_Tests/packages.config b/Console.Waterworks/CW_Tests/packages.config index 2cf8032..09cb43a 100644 --- a/Console.Waterworks/CW_Tests/packages.config +++ b/Console.Waterworks/CW_Tests/packages.config @@ -1,7 +1,7 @@  - - + + diff --git a/Console.Waterworks/Console.Waterworks/Properties/AssemblyInfo.cs b/Console.Waterworks/Console.Waterworks/Properties/AssemblyInfo.cs index 93761de..9563d9c 100644 --- a/Console.Waterworks/Console.Waterworks/Properties/AssemblyInfo.cs +++ b/Console.Waterworks/Console.Waterworks/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ using System.Runtime.InteropServices; // 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("1.0.0.2")] -[assembly: AssemblyFileVersion("1.0.0.2")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.0.0")] [assembly: NeutralResourcesLanguage("en-GB")]