Skip to content

Commit 29f67b6

Browse files
Version 2.6
1 parent e4c5657 commit 29f67b6

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

EasyModbus/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
[assembly: AssemblyTitle("EasyModbus")]
1313
[assembly: AssemblyDescription("")]
1414
[assembly: AssemblyConfiguration("")]
15-
[assembly: AssemblyCompany("")]
15+
[assembly: AssemblyCompany("Stefan Rossmann Engineering Solutions")]
1616
[assembly: AssemblyProduct("EasyModbus")]
17-
[assembly: AssemblyCopyright("Copyright 2015")]
17+
[assembly: AssemblyCopyright("Copyright 2016")]
1818
[assembly: AssemblyTrademark("")]
1919
[assembly: AssemblyCulture("")]
2020

@@ -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("1.0.*")]
31+
[assembly: AssemblyVersion("2.6.*")]

EasyModbusAdvancedClient/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyTitle("EasyModbusAdvancedClient")]
1313
[assembly: AssemblyDescription("")]
1414
[assembly: AssemblyConfiguration("")]
15-
[assembly: AssemblyCompany("")]
15+
[assembly: AssemblyCompany("Stefan Rossmann Engineering Solutions")]
1616
[assembly: AssemblyProduct("EasyModbusAdvancedClient")]
1717
[assembly: AssemblyCopyright("Copyright 2016")]
1818
[assembly: AssemblyTrademark("")]
@@ -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("1.0.*")]
31+
[assembly: AssemblyVersion("2.6.*")]

EasyModbusClientExample/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyTitle("EasyModbusClientExample")]
1313
[assembly: AssemblyDescription("")]
1414
[assembly: AssemblyConfiguration("")]
15-
[assembly: AssemblyCompany("")]
15+
[assembly: AssemblyCompany("Stefan Rossmann Engineering Solutions")]
1616
[assembly: AssemblyProduct("EasyModbusClientExample")]
1717
[assembly: AssemblyCopyright("Copyright 2016")]
1818
[assembly: AssemblyTrademark("")]
@@ -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("1.0.*")]
31+
[assembly: AssemblyVersion("2.6.*")]

EasyModbusServerSimulator/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
[assembly: AssemblyTitle("EasyModbusServerSimulator")]
1313
[assembly: AssemblyDescription("")]
1414
[assembly: AssemblyConfiguration("")]
15-
[assembly: AssemblyCompany("")]
15+
[assembly: AssemblyCompany("Stefan Rossmann Engineering Solutions")]
1616
[assembly: AssemblyProduct("EasyModbusServerSimulator")]
17-
[assembly: AssemblyCopyright("Copyright 2015")]
17+
[assembly: AssemblyCopyright("Copyright 2016")]
1818
[assembly: AssemblyTrademark("")]
1919
[assembly: AssemblyCulture("")]
2020

@@ -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("1.0.*")]
31+
[assembly: AssemblyVersion("2.6.*")]

0 commit comments

Comments
 (0)