You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent/MTConnect.NET-Agent/Program.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ public class Program
14
14
15
15
// Copyright statement for the application. If you are implementing this into your own application, you can change this to your own copyright.
16
16
// This is just what is shown in the console header. If you want to show support for the MTConnect.NET project, you can reference it using the links in the default header
17
-
privateconststringApplicationCopyright="Copyright 2024 TrakHound Inc., All Rights Reserved";
17
+
privateconststringApplicationCopyright="Copyright 2025 TrakHound Inc., All Rights Reserved";
This project uses the MTConnect.NET-Applications-Agents library (available on [Nuget](https://www.nuget.org/packages/MTConnect.NET-Applications-Agents)) to create an MTConnect Agent application. More information about this library can be found [Here](https://github.com/TrakHound/MTConnect.NET/tree/master/libraries/MTConnect.NET-Applications-Agents). The MTConnect.NET-Applications-Agents library makes creating an MTConnect Agent application simple as well as makes it easy to keep updated using Nuget. A fully functionaly MTConnect Application can be created in just a few lines of code.
0 commit comments