File tree 2 files changed +3
-3
lines changed
agent/Modules/MTConnect.NET-AgentModule-HttpAdapter 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace MTConnect.Modules
17
17
{
18
18
public class Module : MTConnectAgentModule
19
19
{
20
- public const string ConfigurationTypeId = "http-client " ;
20
+ public const string ConfigurationTypeId = "http-adapter " ;
21
21
private const string ModuleId = "HTTP Adapter" ;
22
22
23
23
private readonly HttpAdapterModuleConfiguration _configuration ;
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
- [ assembly: AssemblyVersion ( "6.4.2 " ) ]
4
- [ assembly: AssemblyFileVersion ( "6.4.2 " ) ]
3
+ [ assembly: AssemblyVersion ( "6.4.3 " ) ]
4
+ [ assembly: AssemblyFileVersion ( "6.4.3 " ) ]
5
5
[ assembly: AssemblyCompany ( "TrakHound Inc." ) ]
6
6
[ assembly: AssemblyCopyright ( "Copyright (c) 2024 TrakHound Inc., All Rights Reserved." ) ]
You can’t perform that action at this time.
0 commit comments