diff --git a/README.md b/README.md index c172358d..32cbc00c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![MTConnect.NET](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml/badge.svg)](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml) -> **New Release 5/13/2024** : Version 6.4 Released with new Agent, Adapter, & SysML Import +> **New Release 10/21/2024** : Version 6.5 Released with support for MTConnect v2.4 ## Download @@ -39,7 +39,7 @@
## Overview -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. +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. - .NET Native MTConnect Agent - 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. - Module based Agent & Adapter architecture - Supports running as Windows Service with easy to use command line arguments - Presistent Agent Buffers that are backed up on the File System. Retains state after Agent is restarted -- Fully compatible up to the latest MTConnect v2.3 +- Fully compatible up to the latest MTConnect v2.4 - Kept up to date by utilizing the MTConnect SysML Model to generate source files - Supports multiple MTConnect Version output. Automatically removes data that is not compatible with the requested version - Full client support for requesting data from any MTConnect Agent (Probe, Current, Sample Stream, Assets, etc.). diff --git a/agent/MTConnect.NET-Agent/README.md b/agent/MTConnect.NET-Agent/README.md index b4dc52b2..19ad0ae2 100644 --- a/agent/MTConnect.NET-Agent/README.md +++ b/agent/MTConnect.NET-Agent/README.md @@ -28,7 +28,7 @@ ## Overview -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**. +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**. #### Features - Plugin architecture to support Http Server, Mqtt Server, SHDR Adapters, etc. diff --git a/build/AssemblyInfo.cs b/build/AssemblyInfo.cs index 71cc1129..6d8629e0 100644 --- a/build/AssemblyInfo.cs +++ b/build/AssemblyInfo.cs @@ -1,6 +1,6 @@ using System.Reflection; -[assembly: AssemblyVersion("6.4.7")] -[assembly: AssemblyFileVersion("6.4.7")] +[assembly: AssemblyVersion("6.5.0")] +[assembly: AssemblyFileVersion("6.5.0")] [assembly: AssemblyCompany("TrakHound Inc.")] [assembly: AssemblyCopyright("Copyright (c) 2024 TrakHound Inc., All Rights Reserved.")] diff --git a/libraries/MTConnect.NET/README-Nuget.md b/libraries/MTConnect.NET/README-Nuget.md index b2585484..d0f2c070 100644 --- a/libraries/MTConnect.NET/README-Nuget.md +++ b/libraries/MTConnect.NET/README-Nuget.md @@ -4,11 +4,11 @@ [![MTConnect.NET](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml/badge.svg)](https://github.com/TrakHound/MTConnect.NET/actions/workflows/dotnet.yml) -> **New Release 5/13/2024** : Version 6.4 Released with new Agent, Adapter, & SysML Import +> **New Release 10/21/2024** : Version 6.5 Released with support for MTConnect v2.4 ## Overview -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. +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. - .NET Native MTConnect Agent - 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. - Module based Agent & Adapter architecture - Supports running as Windows Service with easy to use command line arguments - Presistent Agent Buffers that are backed up on the File System. Retains state after Agent is restarted -- Fully compatible up to the latest MTConnect v2.3 +- Fully compatible up to the latest MTConnect v2.4 - Kept up to date by utilizing the MTConnect SysML Model to generate source files - Supports multiple MTConnect Version output. Automatically removes data that is not compatible with the requested version - Full client support for requesting data from any MTConnect Agent (Probe, Current, Sample Stream, Assets, etc.).