From fc4090f9fdf3fe8ba9b8b11f3a6f1e07dc88948e Mon Sep 17 00:00:00 2001 From: Tomek Melissa Date: Tue, 16 Nov 2021 16:07:54 +0100 Subject: [PATCH] version and dependencies --- Common/Common.csproj | 6 ++--- Job.Download/Job.Download.csproj | 25 +++++++++++++------ Job.Download/app.config | 6 ++--- Job.Download/packages.config | 8 +++--- .../Job.ExecutionMonitor.csproj | 25 +++++++++++++------ Job.ExecutionMonitor/app.config | 6 ++--- Job.ExecutionMonitor/packages.config | 8 +++--- Job.Export/Job.Export.csproj | 25 +++++++++++++------ Job.Export/app.config | 6 ++--- Job.Export/packages.config | 8 +++--- Job.Import/Job.Import.csproj | 25 +++++++++++++------ Job.Import/app.config | 6 ++--- Job.Import/packages.config | 8 +++--- .../Job.ProcessingMonitor.csproj | 25 +++++++++++++------ Job.ProcessingMonitor/app.config | 6 ++--- Job.ProcessingMonitor/packages.config | 8 +++--- Job.Upload/Job.Upload.csproj | 25 +++++++++++++------ Job.Upload/app.config | 6 ++--- Job.Upload/packages.config | 8 +++--- Scheduler/App.config | 6 ++--- Scheduler/Scheduler.csproj | 25 +++++++++++++------ Scheduler/packages.config | 8 +++--- Server/App.config | 8 +++--- Server/Server.csproj | 25 +++++++++++++------ Server/packages.config | 8 +++--- Version.cs | 2 +- 26 files changed, 197 insertions(+), 125 deletions(-) diff --git a/Common/Common.csproj b/Common/Common.csproj index 8d69671..b9a2421 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -88,10 +88,10 @@ - 2.0.12 + 2.0.13 - 4.35.1 + 4.37.0 5.2.9 @@ -106,7 +106,7 @@ 3.3.3 - 1.2.12 + 1.2.14 2.0.0 diff --git a/Job.Download/Job.Download.csproj b/Job.Download/Job.Download.csproj index 2cd3c4b..e7ac07a 100644 --- a/Job.Download/Job.Download.csproj +++ b/Job.Download/Job.Download.csproj @@ -12,6 +12,8 @@ v4.7.2 512 + + true @@ -37,12 +39,12 @@ 8.0 - - ..\packages\log4net.2.0.12\lib\net45\log4net.dll + + ..\packages\log4net.2.0.13\lib\net45\log4net.dll - - ..\packages\Microsoft.Extensions.Logging.Abstractions.5.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll + + ..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll @@ -59,8 +61,8 @@ - - ..\packages\System.Diagnostics.DiagnosticSource.5.0.1\lib\net46\System.Diagnostics.DiagnosticSource.dll + + ..\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll @@ -70,8 +72,8 @@ ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll @@ -105,6 +107,13 @@ + + + + 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}. + + + - + @@ -100,15 +100,15 @@ - + - + - + diff --git a/Server/Server.csproj b/Server/Server.csproj index a67699f..36a097c 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -13,6 +13,8 @@ true true 8.0 + + AnyCPU @@ -35,11 +37,11 @@ false - - ..\packages\log4net.2.0.12\lib\net45\log4net.dll + + ..\packages\log4net.2.0.13\lib\net45\log4net.dll - - ..\packages\Microsoft.Extensions.Logging.Abstractions.5.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll + + ..\packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll @@ -63,8 +65,8 @@ - - ..\packages\System.Diagnostics.DiagnosticSource.5.0.1\lib\net46\System.Diagnostics.DiagnosticSource.dll + + ..\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll @@ -73,8 +75,8 @@ ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll @@ -115,4 +117,11 @@ + + + + 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/Server/packages.config b/Server/packages.config index dd2c86f..95c4fb9 100644 --- a/Server/packages.config +++ b/Server/packages.config @@ -1,17 +1,17 @@  - - + + - + - + \ No newline at end of file diff --git a/Version.cs b/Version.cs index 42231f8..4699944 100644 --- a/Version.cs +++ b/Version.cs @@ -2,4 +2,4 @@ Licensed under the MIT License. */ using System.Reflection; -[assembly: AssemblyVersion("3.4.0.0")] +[assembly: AssemblyVersion("3.5.0.0")]