Michele Cattafesta
e59ff7d34c
Removed IPlc interface, because it was of no use.
...
Signed-off-by: Michele Cattafesta <michele.cattafesta@mesta-automation.com >
2016-05-02 00:22:54 +02:00
Michele Cattafesta
3fe7ee23eb
Revert "signed assembly with Strong Name key (issue #52 )."
...
This reverts commit bb6f9097ee .
2016-05-02 00:00:44 +02:00
Michele Cattafesta
bb6f9097ee
signed assembly with Strong Name key (issue #52 ).
...
Signed-off-by: Michele Cattafesta <michele.cattafesta@mesta-automation.com >
2016-05-01 18:33:54 +02:00
Marcos
4fd09e7db1
VS2015 .Net Core compatible solution added.
2016-02-08 22:09:18 +00:00
Johnnyxy
533a18e2cc
o changed target .NET framework to v3.5 (higher .NET versions can load and execute lower versions code)
...
x fixes compatibility to support .NET 3.5 (removed unused usings/imports and changed method calls to .NET equivalents)
2015-06-17 17:04:12 +02:00
Michele Cattafesta
968639aea9
Added a new feature: Read and Write class.
...
Signed-off-by: Michele Cattafesta <michele.cattafesta@mesta-automation.com >
2014-12-22 14:43:52 +01:00
abenedykt
452cb40bd3
fixing namespaces to c# style of coding
2014-08-08 20:56:26 +02:00
Derek Heiser
e65c0eed25
S7.NET Testability Updates
...
Removed the Controls project and existing Test projects. Added new Test
project and references to NUnit and Should projects for testing.
Extracted IPlc interface to help test projects that reference this
library. Also implemented the IDisposable interface on the Plc object so
that references to mSocket would be cleaned up appropriately when the
object is blown away.
2013-02-09 10:17:47 -06:00