Skip to content

Commit c856e3c

Browse files
Updated Assembly Version and references in ReadMe files
1 parent ecb30b0 commit c856e3c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![MTConnect.NET](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml/badge.svg)](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml)
66

7-
> **New Release 5/13/2024** : Version 6.4 Released with new Agent, Adapter, & SysML Import
7+
> **New Release 10/21/2024** : Version 6.5 Released with support for MTConnect v2.4
88
99
## Download
1010
<table>
@@ -39,7 +39,7 @@
3939
</table>
4040

4141
## Overview
42-
MTConnect.NET is a fully featured and fully Open Source **[.NET](https://dotnet.microsoft.com/)** library for **[MTConnect](https://www.mtconnect.org/)** to develop Agents, Adapters, and Clients. Supports MTConnect Versions up to 2.3. A pre-compiled Agent application is available to download as well as an Adapter application that can be easily customized.
42+
MTConnect.NET is a fully featured and fully Open Source **[.NET](https://dotnet.microsoft.com/)** library for **[MTConnect](https://www.mtconnect.org/)** to develop Agents, Adapters, and Clients. Supports MTConnect Versions up to 2.4. A pre-compiled Agent application is available to download as well as an Adapter application that can be easily customized.
4343

4444
- .NET Native MTConnect Agent
4545
- Adapter framework used to send data to an MTConnect Agent
@@ -49,7 +49,7 @@ MTConnect.NET is a fully featured and fully Open Source **[.NET](https://dotnet.
4949
- Module based Agent & Adapter architecture
5050
- Supports running as Windows Service with easy to use command line arguments
5151
- Presistent Agent Buffers that are backed up on the File System. Retains state after Agent is restarted
52-
- Fully compatible up to the latest MTConnect v2.3
52+
- Fully compatible up to the latest MTConnect v2.4
5353
- Kept up to date by utilizing the MTConnect SysML Model to generate source files
5454
- Supports multiple MTConnect Version output. Automatically removes data that is not compatible with the requested version
5555
- Full client support for requesting data from any MTConnect Agent (Probe, Current, Sample Stream, Assets, etc.).

agent/MTConnect.NET-Agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</table>
2929

3030
## Overview
31-
This project is a full implementation of an MTConnect Agent used to read data from industrial machine tools and devices. This MTConnect Agent application is fully compatible with the latest **Version 2.3 of the MTConnect Standard**.
31+
This project is a full implementation of an MTConnect Agent used to read data from industrial machine tools and devices. This MTConnect Agent application is fully compatible with the latest **Version 2.4 of the MTConnect Standard**.
3232

3333
#### Features
3434
- Plugin architecture to support Http Server, Mqtt Server, SHDR Adapters, etc.

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.7")]
4-
[assembly: AssemblyFileVersion("6.4.7")]
3+
[assembly: AssemblyVersion("6.5.0")]
4+
[assembly: AssemblyFileVersion("6.5.0")]
55
[assembly: AssemblyCompany("TrakHound Inc.")]
66
[assembly: AssemblyCopyright("Copyright (c) 2024 TrakHound Inc., All Rights Reserved.")]

libraries/MTConnect.NET/README-Nuget.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
[![MTConnect.NET](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml/badge.svg)](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml)
66

7-
> **New Release 5/13/2024** : Version 6.4 Released with new Agent, Adapter, & SysML Import
7+
> **New Release 10/21/2024** : Version 6.5 Released with support for MTConnect v2.4
88
99

1010
## Overview
11-
MTConnect.NET is a fully featured and fully Open Source **[.NET](https://dotnet.microsoft.com/)** library for **[MTConnect](https://www.mtconnect.org/)** to develop Agents, Adapters, and Clients. Supports MTConnect Versions up to 2.3. A pre-compiled Agent application is available to download as well as an Adapter application that can be easily customized.
11+
MTConnect.NET is a fully featured and fully Open Source **[.NET](https://dotnet.microsoft.com/)** library for **[MTConnect](https://www.mtconnect.org/)** to develop Agents, Adapters, and Clients. Supports MTConnect Versions up to 2.4. A pre-compiled Agent application is available to download as well as an Adapter application that can be easily customized.
1212

1313
- .NET Native MTConnect Agent
1414
- Adapter framework used to send data to an MTConnect Agent
@@ -18,7 +18,7 @@ MTConnect.NET is a fully featured and fully Open Source **[.NET](https://dotnet.
1818
- Module based Agent & Adapter architecture
1919
- Supports running as Windows Service with easy to use command line arguments
2020
- Presistent Agent Buffers that are backed up on the File System. Retains state after Agent is restarted
21-
- Fully compatible up to the latest MTConnect v2.3
21+
- Fully compatible up to the latest MTConnect v2.4
2222
- Kept up to date by utilizing the MTConnect SysML Model to generate source files
2323
- Supports multiple MTConnect Version output. Automatically removes data that is not compatible with the requested version
2424
- Full client support for requesting data from any MTConnect Agent (Probe, Current, Sample Stream, Assets, etc.).

0 commit comments

Comments
 (0)