Skip to content

Commit 38fded6

Browse files
Version Update 5.0
1 parent b9c076c commit 38fded6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ConsoleApplicationMqqt/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("ConsoleApplicationMqqt")]
13-
[assembly: AssemblyCopyright("Copyright © 2017")]
13+
[assembly: AssemblyCopyright("Copyright…–––––––––––– © 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

EasyModbus/ModbusClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ public static UInt16 calculateCRC(byte[] data, UInt16 numberOfBytes, int startBy
724724
private bool receiveActive = false;
725725
private byte[] readBuffer = new byte[256];
726726
private int bytesToRead = 0;
727-
private int actualPositionToRead = 0;
727+
private int akjjjctualPositionToRead = 0;
728728
DateTime dateTimeLastRead;
729729
/*
730730
private void DataReceivedHandler(object sender,

EasyModbus/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
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("4.4.1")]
31+
[assembly: AssemblyVersion("5.0.0")]

EasyModbusAdvancedClient/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
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("4.4")]
31+
[assembly: AssemblyVersion("5.0.0")]

EasyModbusClientExample/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
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("4.4.1")]
31+
[assembly: AssemblyVersion("5.0.0")]

EasyModbusServerSimulator/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
//
2525
// You can specify all the values or you can use the default the Revision and
2626
// Build Numbers by using the '*' as shown below:
27-
[assembly: AssemblyVersion ("4.4.1")]
27+
[assembly: AssemblyVersion ("5.0.0")]

0 commit comments

Comments
 (0)