Skip to content

Commit 2e64152

Browse files
Merge pull request #200 from TrakHound/v7.0-prerelease
V7.0 prerelease
2 parents b30d6b1 + 4c0af17 commit 2e64152

25 files changed

Lines changed: 23 additions & 23 deletions

File tree

adapter/MTConnect.NET-Applications-Adapter/MTConnect.NET-Applications-Adapter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222

2323
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>

adapter/Modules/MTConnect.NET-AdapterModule-MQTT/MTConnect.NET-AdapterModule-MQTT.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>
2323

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

adapter/Modules/MTConnect.NET-AdapterModule-SHDR/MTConnect.NET-AdapterModule-SHDR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>
2323

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

agent/MTConnect.NET-Applications-Agents/MTConnect.NET-Applications-Agents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222

2323
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>

agent/Modules/MTConnect.NET-AgentModule-HttpAdapter/MTConnect.NET-AgentModule-HttpAdapter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>
2323

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

agent/Modules/MTConnect.NET-AgentModule-HttpServer/MTConnect.NET-AgentModule-HttpServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>
2323

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

agent/Modules/MTConnect.NET-AgentModule-MqttAdapter/MTConnect.NET-AgentModule-MqttAdapter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>
2323

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

agent/Modules/MTConnect.NET-AgentModule-MqttBroker/MTConnect.NET-AgentModule-MqttBroker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>
2323

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

agent/Modules/MTConnect.NET-AgentModule-MqttRelay/MTConnect.NET-AgentModule-MqttRelay.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>
2323

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

agent/Modules/MTConnect.NET-AgentModule-ShdrAdapter/MTConnect.NET-AgentModule-ShdrAdapter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<RootNamespace>MTConnect</RootNamespace>
1919
<Configurations>Debug;Release;Package</Configurations>
2020

21-
<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>
21+
<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>
2222
<PackageReadmeFile>README-Nuget.md</PackageReadmeFile>
2323

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

0 commit comments

Comments
 (0)