Skip to content

Commit 5868596

Browse files
Updated HttpAdapter Agent Module to use the configuration ID of 'http-adapter' instead of 'http-client'
- Addresses issue #65 - NOTE : This will need to be updated for any existing configurations
1 parent 1219b61 commit 5868596

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

agent/Modules/MTConnect.NET-AgentModule-HttpAdapter/Module.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace MTConnect.Modules
1717
{
1818
public class Module : MTConnectAgentModule
1919
{
20-
public const string ConfigurationTypeId = "http-client";
20+
public const string ConfigurationTypeId = "http-adapter";
2121
private const string ModuleId = "HTTP Adapter";
2222

2323
private readonly HttpAdapterModuleConfiguration _configuration;

build/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("6.4.2")]
4-
[assembly: AssemblyFileVersion("6.4.2")]
3+
[assembly: AssemblyVersion("6.4.3")]
4+
[assembly: AssemblyFileVersion("6.4.3")]
55
[assembly: AssemblyCompany("TrakHound Inc.")]
66
[assembly: AssemblyCopyright("Copyright (c) 2024 TrakHound Inc., All Rights Reserved.")]

0 commit comments

Comments
 (0)