Skip to content

Commit b164eb7

Browse files
Pushed to NuGet
1 parent f0d0d19 commit b164eb7

16 files changed

+877
-750
lines changed

EasyModbus/EasyModbus_Net40.nuspec

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package >
3+
<metadata>
4+
<id>EasyModbusTCP</id>
5+
<version>5.6</version>
6+
<title>EasyModbusTCP</title>
7+
<authors>Stefan Roßmann</authors>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<license type="expression">MIT</license>
10+
<projectUrl>http://www.EasyModbusTCP.net</projectUrl>
11+
<iconUrl>http://easymodbustcp.net/wp-content/uploads/2020/06/medium-e1592036520465.png</iconUrl>
12+
<description>Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations</description>
13+
<releaseNotes>Update to version 5.6</releaseNotes>
14+
<copyright>Rossmann Engineering 2018-2020</copyright>
15+
<tags>Modbus TCP RTU EasyModbusTCP</tags>
16+
<dependencies>
17+
<group targetFramework=".NETFramework4.0" />
18+
</dependencies>
19+
</metadata>
20+
</package>

EasyModbus/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("5.5.0")]
31+
[assembly: AssemblyVersion("5.6.0")]

EasyModbus/nuget.exe

6.41 MB
Binary file not shown.

EasyModbusClientExample/EasyModbusClientExample.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,8 @@
127127
<ItemGroup>
128128
<None Include="Resources\circle_minus.png" />
129129
</ItemGroup>
130+
<ItemGroup>
131+
<Content Include="Resources\small.png" />
132+
</ItemGroup>
130133
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131134
</Project>

EasyModbusClientExample/MainForm.Designer.cs

+73-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)