Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-Applications-Adapter contains classes to fully implement an MTConnect SHDR Adapter application. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-Applications-Adapter contains classes to fully implement an MTConnect SHDR Adapter application. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-AdapterModule-MQTT implements an adapter to send input data to an MQTT Broker to be read by an MTConnect Agent for Adapter Applications. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-AdapterModule-MQTT implements an adapter to send input data to an MQTT Broker to be read by an MTConnect Agent for Adapter Applications. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-AdapterModule-SHDR implements the MTConnect SHDR Protocol for Adapter Applications. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-AdapterModule-SHDR implements the MTConnect SHDR Protocol for Adapter Applications. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-Applications-Agents contains classes to fully implement an MTConnect Agent application. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-Applications-Agents contains classes to fully implement an MTConnect Agent application. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-AgentModule-HttpAdapter implements the MTConnect HTTP Client Protocol to read from other MTConnect Agents for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agent library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-AgentModule-HttpAdapter implements the MTConnect HTTP Client Protocol to read from other MTConnect Agents for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agent library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-AgentModule-HttpServer implements a server for the MTConnect HTTP REST Protocol for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agents library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-AgentModule-HttpServer implements a server for the MTConnect HTTP REST Protocol for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agents library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-AgentModule-MqttAdapter implements an Adapter to read data from an MQTT Broker for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agent library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-AgentModule-MqttAdapter implements an Adapter to read data from an MQTT Broker for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agent library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-AgentModule-MqttBroker implements an MQTT Broker for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agent library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-AgentModule-MqttBroker implements an MQTT Broker for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agent library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-AgentModule-MqttRelay implements MQTT with MTConnect to publish to an external broker. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-AgentModule-MqttRelay implements MQTT with MTConnect to publish to an external broker. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-AgentModule-ShdrAdapter implements the SHDR protocol for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agents library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-AgentModule-ShdrAdapter implements the SHDR protocol for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agents library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-AgentProcessor-Python implements using Python scripts for Agent Processing for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agent library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-AgentProcessor-Python implements using Python scripts for Agent Processing for use with the MTConnectAgentApplication class in the MTConnect.NET-Applications-Agent library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/package-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-Common/MTConnect.NET-Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-Common contains common classes for MTConnect Agents, Adapters, and Clients. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-Common contains common classes for MTConnect Agents, Adapters, and Clients. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect.DeviceFinder</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-DeviceFinder contains classes to find MTConnect Devices on a network. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-DeviceFinder contains classes to find MTConnect Devices on a network. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-HTTP/MTConnect.NET-HTTP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-HTTP implements the HTTP protocol for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-HTTP implements the HTTP protocol for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-JSON-cppagent implements the JSON Document Format used in the MTConnect Reference Agent for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-JSON-cppagent implements the JSON Document Format used in the MTConnect Reference Agent for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-JSON/MTConnect.NET-JSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-JSON implements the JSON Document Format for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-JSON implements the JSON Document Format for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-MQTT/MTConnect.NET-MQTT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-MQTT implements the MQTT Protocol for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-MQTT implements the MQTT Protocol for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-SHDR/MTConnect.NET-SHDR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-SHDR implements the SHDR Adapter Protocol for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-SHDR implements the SHDR Adapter Protocol for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-Services contains classes used to implement Windows Services. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-Services contains classes used to implement Windows Services. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-SysML/MTConnect.NET-SysML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Configurations>Debug;Release;Package</Configurations>
<Nullable>annotations</Nullable>

<Description>MTConnect.NET-SysML is used to read and process the MTConnect SysML Model for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET 6 up to .NET 9</Description>
<Description>MTConnect.NET-SysML is used to read and process the MTConnect SysML Model for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET 6 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-TLS/MTConnect.NET-TLS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-TLS implements the TLS protocol for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-TLS implements the TLS protocol for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET-XML/MTConnect.NET-XML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET-XML implements the XML Document Format for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET-XML implements the XML Document Format for use with the MTConnect.NET library. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
2 changes: 1 addition & 1 deletion libraries/MTConnect.NET/MTConnect.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<RootNamespace>MTConnect</RootNamespace>
<Configurations>Debug;Release;Package</Configurations>

<Description>MTConnect.NET is a fully featured .NET library for MTConnect Agents, Adapters, and Clients. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 9</Description>
<Description>MTConnect.NET is a fully featured .NET library for MTConnect Agents, Adapters, and Clients. Supports MTConnect versions up to 2.7. Supports .NET Framework 4.6.1 up to .NET 10</Description>
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>

<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
Expand Down
Loading