From f330878e1edea302d673cf4153b33fe07438449e Mon Sep 17 00:00:00 2001 From: Christian Hammacher Date: Fri, 2 Dec 2022 14:56:25 +0100 Subject: [PATCH] Version 3.4.5 --- src/CodeConsole/CodeConsole.csproj | 2 +- src/CodeLogger/CodeLogger.csproj | 2 +- src/CodeStream/CodeStream.csproj | 2 +- src/CustomHttpEndpoint/CustomHttpEndpoint.csproj | 2 +- src/DocGen/DocGen.csproj | 2 +- src/Documentation/Documentation.csproj | 3 +-- src/DuetAPI/DuetAPI.csproj | 4 ++-- src/DuetAPIClient/DuetAPIClient.csproj | 2 +- src/DuetControlServer/DuetControlServer.csproj | 6 +++--- src/DuetHttpClient/DuetHttpClient.csproj | 2 +- src/DuetPiManagementPlugin/DuetPiManagementPlugin.csproj | 2 +- src/DuetPluginService/DuetPluginService.csproj | 4 ++-- src/DuetWebServer/DuetWebServer.csproj | 2 +- src/LinuxApi/LinuxApi.csproj | 2 +- src/ModelObserver/ModelObserver.csproj | 2 +- src/PluginManager/PluginManager.csproj | 2 +- src/UnitTests/UnitTests.csproj | 4 ++-- 17 files changed, 22 insertions(+), 23 deletions(-) diff --git a/src/CodeConsole/CodeConsole.csproj b/src/CodeConsole/CodeConsole.csproj index 28fc01439..672cafd32 100644 --- a/src/CodeConsole/CodeConsole.csproj +++ b/src/CodeConsole/CodeConsole.csproj @@ -3,7 +3,7 @@ Exe net6.0 true - 3.4.4 + 3.4.5 git https://github.com/Duet3D/DuetSoftwareFramework.git GPL-3.0 diff --git a/src/CodeLogger/CodeLogger.csproj b/src/CodeLogger/CodeLogger.csproj index de653b6af..6ca7f4a66 100644 --- a/src/CodeLogger/CodeLogger.csproj +++ b/src/CodeLogger/CodeLogger.csproj @@ -3,7 +3,7 @@ Exe net6.0 true - 3.4.4 + 3.4.5 https://github.com/Duet3D/DuetSoftwareFramework.git git Christian Hammacher diff --git a/src/CodeStream/CodeStream.csproj b/src/CodeStream/CodeStream.csproj index 4de616572..ddcdfad5a 100644 --- a/src/CodeStream/CodeStream.csproj +++ b/src/CodeStream/CodeStream.csproj @@ -3,7 +3,7 @@ Exe net6.0 true - 3.4.4 + 3.4.5 git https://github.com/Duet3D/DuetSoftwareFramework.git GPL-3.0 diff --git a/src/CustomHttpEndpoint/CustomHttpEndpoint.csproj b/src/CustomHttpEndpoint/CustomHttpEndpoint.csproj index a5fda882d..cf0992fc3 100644 --- a/src/CustomHttpEndpoint/CustomHttpEndpoint.csproj +++ b/src/CustomHttpEndpoint/CustomHttpEndpoint.csproj @@ -2,7 +2,7 @@ Exe net6.0 - 3.4.4 + 3.4.5 https://github.com/Duet3D/DuetSoftwareFramework.git git Christian Hammacher diff --git a/src/DocGen/DocGen.csproj b/src/DocGen/DocGen.csproj index 2a7fd2455..9da017efa 100644 --- a/src/DocGen/DocGen.csproj +++ b/src/DocGen/DocGen.csproj @@ -5,7 +5,7 @@ default Christian Hammacher Duet3D Ltd - 3.4.4 + 3.4.5 GPL-3.0 true https://github.com/Duet3D/DuetSoftwareFramework.git diff --git a/src/Documentation/Documentation.csproj b/src/Documentation/Documentation.csproj index 44f15e3d9..0c74470d8 100644 --- a/src/Documentation/Documentation.csproj +++ b/src/Documentation/Documentation.csproj @@ -2,9 +2,8 @@ net6.0 - - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/DuetAPI/DuetAPI.csproj b/src/DuetAPI/DuetAPI.csproj index ac7420a0d..a1c222617 100644 --- a/src/DuetAPI/DuetAPI.csproj +++ b/src/DuetAPI/DuetAPI.csproj @@ -3,7 +3,7 @@ netstandard2.0;netstandard2.1;net6.0 Christian Hammacher Duet3D Ltd - 3.4.4.2 + 3.4.5 true LGPL-3.0-or-later true @@ -29,6 +29,6 @@ - + diff --git a/src/DuetAPIClient/DuetAPIClient.csproj b/src/DuetAPIClient/DuetAPIClient.csproj index 95523e5b4..2e23d2d49 100644 --- a/src/DuetAPIClient/DuetAPIClient.csproj +++ b/src/DuetAPIClient/DuetAPIClient.csproj @@ -5,7 +5,7 @@ Duet3D Ltd true LGPL-3.0-or-later - 3.4.4 + 3.4.5 true Official client API library for Duet Software Framework (Duet 3) by Duet3D https://github.com/Duet3D/DuetSoftwareFramework diff --git a/src/DuetControlServer/DuetControlServer.csproj b/src/DuetControlServer/DuetControlServer.csproj index da3c98e2d..80de4899e 100644 --- a/src/DuetControlServer/DuetControlServer.csproj +++ b/src/DuetControlServer/DuetControlServer.csproj @@ -5,7 +5,7 @@ default Christian Hammacher Duet3D Ltd - 3.4.4 + 3.4.5 GPL-3.0 true https://github.com/Duet3D/DuetSoftwareFramework.git @@ -28,9 +28,9 @@ - + - + diff --git a/src/DuetHttpClient/DuetHttpClient.csproj b/src/DuetHttpClient/DuetHttpClient.csproj index adb3ae49f..f893c653d 100644 --- a/src/DuetHttpClient/DuetHttpClient.csproj +++ b/src/DuetHttpClient/DuetHttpClient.csproj @@ -5,7 +5,7 @@ Duet3D Ltd true LGPL-3.0-or-later - 3.4.4.2 + 3.4.5 true Official remote HTTP API client for Duet3D boards (supports standalone and SBC mode) https://github.com/Duet3D/DuetSoftwareFramework diff --git a/src/DuetPiManagementPlugin/DuetPiManagementPlugin.csproj b/src/DuetPiManagementPlugin/DuetPiManagementPlugin.csproj index a29bd5ac7..63c913938 100644 --- a/src/DuetPiManagementPlugin/DuetPiManagementPlugin.csproj +++ b/src/DuetPiManagementPlugin/DuetPiManagementPlugin.csproj @@ -2,7 +2,7 @@ Exe net6.0 - 3.4.4 + 3.4.5 Duet3D Ltd Duet3D Ltd GPL-3.0 diff --git a/src/DuetPluginService/DuetPluginService.csproj b/src/DuetPluginService/DuetPluginService.csproj index c93684ca0..e33173e6c 100644 --- a/src/DuetPluginService/DuetPluginService.csproj +++ b/src/DuetPluginService/DuetPluginService.csproj @@ -5,7 +5,7 @@ default Christian Hammacher Duet3D Ltd - 3.4.4 + 3.4.5 GPL-3.0 true https://github.com/Duet3D/DuetSoftwareFramework.git @@ -16,7 +16,7 @@ - + diff --git a/src/DuetWebServer/DuetWebServer.csproj b/src/DuetWebServer/DuetWebServer.csproj index 174133e46..6ee6fa4ab 100644 --- a/src/DuetWebServer/DuetWebServer.csproj +++ b/src/DuetWebServer/DuetWebServer.csproj @@ -4,7 +4,7 @@ InProcess Christian Hammacher Duet3D Ltd - 3.4.4 + 3.4.5 GPL-3.0 true https://github.com/Duet3D/DuetSoftwareFramework.git diff --git a/src/LinuxApi/LinuxApi.csproj b/src/LinuxApi/LinuxApi.csproj index f915e6f84..201217159 100644 --- a/src/LinuxApi/LinuxApi.csproj +++ b/src/LinuxApi/LinuxApi.csproj @@ -3,7 +3,7 @@ net6.0 true LGPL-3.0 - 3.4.4 + 3.4.5 diff --git a/src/ModelObserver/ModelObserver.csproj b/src/ModelObserver/ModelObserver.csproj index 40f5ff8c7..110d0c8cc 100644 --- a/src/ModelObserver/ModelObserver.csproj +++ b/src/ModelObserver/ModelObserver.csproj @@ -3,7 +3,7 @@ Exe net6.0 true - 3.4.4 + 3.4.5 https://github.com/Duet3D/DuetSoftwareFramework.git git GPL-3.0 diff --git a/src/PluginManager/PluginManager.csproj b/src/PluginManager/PluginManager.csproj index be2465067..11d2ae212 100644 --- a/src/PluginManager/PluginManager.csproj +++ b/src/PluginManager/PluginManager.csproj @@ -9,7 +9,7 @@ https://github.com/Duet3D/DuetSoftwareFramework https://github.com/Duet3D/DuetSoftwareFramework.git git - 3.4.4 + 3.4.5 diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index 6e7e5e865..81e24e6f2 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -11,11 +11,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - +