We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6bc710 + 07cabea commit be0d0c3Copy full SHA for be0d0c3
CMakeLists.txt
@@ -2,7 +2,7 @@
2
set(AGENT_VERSION_MAJOR 2)
3
set(AGENT_VERSION_MINOR 4)
4
set(AGENT_VERSION_PATCH 0)
5
-set(AGENT_VERSION_BUILD 7)
+set(AGENT_VERSION_BUILD 8)
6
set(AGENT_VERSION_RC "")
7
8
# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent
src/mtconnect/configuration/agent_config.cpp
@@ -1034,6 +1034,7 @@ namespace mtconnect::configuration {
1034
{
1035
// Set the UUID of the device
1036
m_agent->deviceChanged(device, *uuid);
1037
+ adapterOptions[configuration::Device] = *uuid;
1038
}
1039
1040
auto preserve = GetOption<bool>(adapterOptions, configuration::PreserveUUID);
0 commit comments