From d3de175a563a819e76ee207560327cf2f3cfd58b Mon Sep 17 00:00:00 2001 From: Jan Scholtyssek Date: Fri, 24 Jan 2020 19:56:43 +0100 Subject: [PATCH] Updated NuGet packages --- CentralMonitorGUI/CentralMonitorGUI.csproj | 18 ++++++++++-------- CentralMonitorGUI/Properties/AssemblyInfo.cs | 4 ++-- CentralMonitorGUI/packages.config | 8 ++++---- .../HealforceEcgFileDecoder.csproj | 8 ++++---- HealforceEcgFileDecoder/packages.config | 4 ++-- .../NetworkCommunication.csproj | 8 ++++---- NetworkCommunication/packages.config | 4 ++-- .../NetworkCommunicationTest.csproj | 16 ++++++++-------- NetworkCommunicationTest/packages.config | 6 +++--- 9 files changed, 39 insertions(+), 37 deletions(-) diff --git a/CentralMonitorGUI/CentralMonitorGUI.csproj b/CentralMonitorGUI/CentralMonitorGUI.csproj index 7ef2453..68e41ca 100644 --- a/CentralMonitorGUI/CentralMonitorGUI.csproj +++ b/CentralMonitorGUI/CentralMonitorGUI.csproj @@ -35,20 +35,22 @@ 4 - - ..\packages\mindleaving.Commons.1.1.13\lib\net461\Commons.dll + + ..\packages\mindleaving.Commons.2.1.5\lib\netstandard2.0\Commons.dll - - ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - ..\packages\OxyPlot.Core.1.0.0\lib\net45\OxyPlot.dll + + ..\packages\OxyPlot.Core.2.0.0\lib\net45\OxyPlot.dll - - ..\packages\OxyPlot.Wpf.1.0.0\lib\net45\OxyPlot.Wpf.dll + + ..\packages\OxyPlot.Wpf.2.0.0\lib\net45\OxyPlot.Wpf.dll + + diff --git a/CentralMonitorGUI/Properties/AssemblyInfo.cs b/CentralMonitorGUI/Properties/AssemblyInfo.cs index 028c66d..dedfa60 100644 --- a/CentralMonitorGUI/Properties/AssemblyInfo.cs +++ b/CentralMonitorGUI/Properties/AssemblyInfo.cs @@ -49,5 +49,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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/CentralMonitorGUI/packages.config b/CentralMonitorGUI/packages.config index 12697ae..5c84780 100644 --- a/CentralMonitorGUI/packages.config +++ b/CentralMonitorGUI/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/HealforceEcgFileDecoder/HealforceEcgFileDecoder.csproj b/HealforceEcgFileDecoder/HealforceEcgFileDecoder.csproj index 10c65dd..4d64f59 100644 --- a/HealforceEcgFileDecoder/HealforceEcgFileDecoder.csproj +++ b/HealforceEcgFileDecoder/HealforceEcgFileDecoder.csproj @@ -33,11 +33,11 @@ 4 - - ..\packages\mindleaving.Commons.1.1.13\lib\net461\Commons.dll + + ..\packages\mindleaving.Commons.2.1.5\lib\netstandard2.0\Commons.dll - - ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/HealforceEcgFileDecoder/packages.config b/HealforceEcgFileDecoder/packages.config index 283e50b..d37239a 100644 --- a/HealforceEcgFileDecoder/packages.config +++ b/HealforceEcgFileDecoder/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/NetworkCommunication/NetworkCommunication.csproj b/NetworkCommunication/NetworkCommunication.csproj index 4dd697e..7dd7a9f 100644 --- a/NetworkCommunication/NetworkCommunication.csproj +++ b/NetworkCommunication/NetworkCommunication.csproj @@ -32,11 +32,11 @@ 4 - - ..\packages\mindleaving.Commons.1.1.13\lib\net461\Commons.dll + + ..\packages\mindleaving.Commons.2.1.5\lib\netstandard2.0\Commons.dll - - ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/NetworkCommunication/packages.config b/NetworkCommunication/packages.config index 283e50b..d37239a 100644 --- a/NetworkCommunication/packages.config +++ b/NetworkCommunication/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/NetworkCommunicationTest/NetworkCommunicationTest.csproj b/NetworkCommunicationTest/NetworkCommunicationTest.csproj index 8c083c1..c850368 100644 --- a/NetworkCommunicationTest/NetworkCommunicationTest.csproj +++ b/NetworkCommunicationTest/NetworkCommunicationTest.csproj @@ -1,6 +1,6 @@  - + Debug @@ -33,14 +33,14 @@ 4 - - ..\packages\mindleaving.Commons.1.1.13\lib\net461\Commons.dll + + ..\packages\mindleaving.Commons.2.1.5\lib\netstandard2.0\Commons.dll - - ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll + + ..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll @@ -75,6 +75,6 @@ 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/NetworkCommunicationTest/packages.config b/NetworkCommunicationTest/packages.config index b62c16c..a2d324c 100644 --- a/NetworkCommunicationTest/packages.config +++ b/NetworkCommunicationTest/packages.config @@ -1,6 +1,6 @@  - - - + + + \ No newline at end of file