From edb26d9d9a263a36a8a772021e36b6e5d3dd748d Mon Sep 17 00:00:00 2001 From: luosheng Date: Fri, 3 Mar 2023 10:37:39 +0800 Subject: [PATCH] Package description change --- .../Modbus.Net.Modbus.NA200H.csproj | 5 +++++ Modbus.Net/Modbus.Net.Modbus.NA200H/README.md | 7 +++++++ Modbus.Net/Modbus.Net.Modbus/Modbus.Net.Modbus.csproj | 6 ++++++ Modbus.Net/Modbus.Net.OPC/Modbus.Net.OPC.csproj | 6 ++++++ Modbus.Net/Modbus.Net.Siemens/Modbus.Net.Siemens.csproj | 5 +++++ Modbus.Net/Modbus.Net/Modbus.Net.csproj | 7 ++++++- 6 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 Modbus.Net/Modbus.Net.Modbus.NA200H/README.md diff --git a/Modbus.Net/Modbus.Net.Modbus.NA200H/Modbus.Net.Modbus.NA200H.csproj b/Modbus.Net/Modbus.Net.Modbus.NA200H/Modbus.Net.Modbus.NA200H.csproj index c1fb175..564990a 100644 --- a/Modbus.Net/Modbus.Net.Modbus.NA200H/Modbus.Net.Modbus.NA200H.csproj +++ b/Modbus.Net/Modbus.Net.Modbus.NA200H/Modbus.Net.Modbus.NA200H.csproj @@ -20,10 +20,15 @@ True True MIT + README.md + snupkg + + + diff --git a/Modbus.Net/Modbus.Net.Modbus.NA200H/README.md b/Modbus.Net/Modbus.Net.Modbus.NA200H/README.md new file mode 100644 index 0000000..effd5ac --- /dev/null +++ b/Modbus.Net/Modbus.Net.Modbus.NA200H/README.md @@ -0,0 +1,7 @@ +Modbus.Net.Modbus +=================== +[![NuGet](https://img.shields.io/nuget/v/Modbus.Net.Modbus.NA200H.svg)](https://www.nuget.org/packages/Modbus.Net.Modbus.NA200H/) + +NA200H Implementation of Modbus.Net + +Doc has been moved to wiki. \ No newline at end of file diff --git a/Modbus.Net/Modbus.Net.Modbus/Modbus.Net.Modbus.csproj b/Modbus.Net/Modbus.Net.Modbus/Modbus.Net.Modbus.csproj index 66cb140..c5c830d 100644 --- a/Modbus.Net/Modbus.Net.Modbus/Modbus.Net.Modbus.csproj +++ b/Modbus.Net/Modbus.Net.Modbus/Modbus.Net.Modbus.csproj @@ -20,6 +20,8 @@ True True MIT + README.md + snupkg @@ -29,4 +31,8 @@ + + + + \ No newline at end of file diff --git a/Modbus.Net/Modbus.Net.OPC/Modbus.Net.OPC.csproj b/Modbus.Net/Modbus.Net.OPC/Modbus.Net.OPC.csproj index 659a26d..aa3bef4 100644 --- a/Modbus.Net/Modbus.Net.OPC/Modbus.Net.OPC.csproj +++ b/Modbus.Net/Modbus.Net.OPC/Modbus.Net.OPC.csproj @@ -20,6 +20,8 @@ True True MIT + README.md + snupkg @@ -34,4 +36,8 @@ + + + + \ No newline at end of file diff --git a/Modbus.Net/Modbus.Net.Siemens/Modbus.Net.Siemens.csproj b/Modbus.Net/Modbus.Net.Siemens/Modbus.Net.Siemens.csproj index 62ee924..9d6c9d8 100644 --- a/Modbus.Net/Modbus.Net.Siemens/Modbus.Net.Siemens.csproj +++ b/Modbus.Net/Modbus.Net.Siemens/Modbus.Net.Siemens.csproj @@ -19,6 +19,8 @@ True True MIT + README.md + snupkg @@ -29,4 +31,7 @@ + + + \ No newline at end of file diff --git a/Modbus.Net/Modbus.Net/Modbus.Net.csproj b/Modbus.Net/Modbus.Net/Modbus.Net.csproj index bd18f9b..6b07b85 100644 --- a/Modbus.Net/Modbus.Net/Modbus.Net.csproj +++ b/Modbus.Net/Modbus.Net/Modbus.Net.csproj @@ -20,6 +20,8 @@ True True MIT + README.md + snupkg @@ -33,5 +35,8 @@ - + + + + \ No newline at end of file