Skip to content

Commit

Permalink
Pushed to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmann-engineering committed Jan 4, 2021
1 parent f0d0d19 commit b164eb7
Show file tree
Hide file tree
Showing 16 changed files with 877 additions and 750 deletions.
20 changes: 20 additions & 0 deletions EasyModbus/EasyModbus_Net40.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>EasyModbusTCP</id>
<version>5.6</version>
<title>EasyModbusTCP</title>
<authors>Stefan Roßmann</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>http://www.EasyModbusTCP.net</projectUrl>
<iconUrl>http://easymodbustcp.net/wp-content/uploads/2020/06/medium-e1592036520465.png</iconUrl>
<description>Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations</description>
<releaseNotes>Update to version 5.6</releaseNotes>
<copyright>Rossmann Engineering 2018-2020</copyright>
<tags>Modbus TCP RTU EasyModbusTCP</tags>
<dependencies>
<group targetFramework=".NETFramework4.0" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion EasyModbus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyVersion("5.6.0")]
Binary file added EasyModbus/nuget.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions EasyModbusClientExample/EasyModbusClientExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,8 @@
<ItemGroup>
<None Include="Resources\circle_minus.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\small.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
145 changes: 73 additions & 72 deletions EasyModbusClientExample/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b164eb7

Please sign in to comment.