Skip to content

Commit

Permalink
Updated HttpAdapter Agent Module to use the configuration ID of 'http…
Browse files Browse the repository at this point in the history
…-adapter' instead of 'http-client'

- Addresses issue #65
- NOTE : This will need to be updated for any existing configurations
  • Loading branch information
PatrickRitchie committed Jun 14, 2024
1 parent 1219b61 commit 5868596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace MTConnect.Modules
{
public class Module : MTConnectAgentModule
{
public const string ConfigurationTypeId = "http-client";
public const string ConfigurationTypeId = "http-adapter";
private const string ModuleId = "HTTP Adapter";

private readonly HttpAdapterModuleConfiguration _configuration;
Expand Down
4 changes: 2 additions & 2 deletions build/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;

[assembly: AssemblyVersion("6.4.2")]
[assembly: AssemblyFileVersion("6.4.2")]
[assembly: AssemblyVersion("6.4.3")]
[assembly: AssemblyFileVersion("6.4.3")]
[assembly: AssemblyCompany("TrakHound Inc.")]
[assembly: AssemblyCopyright("Copyright (c) 2024 TrakHound Inc., All Rights Reserved.")]

0 comments on commit 5868596

Please sign in to comment.