File tree Expand file tree Collapse file tree
agent/Modules/MTConnect.NET-AgentModule-HttpAdapter Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 11using 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." ) ]
You can’t perform that action at this time.
0 commit comments