Skip to content

SerialPortStream Library - 2.1.3

Compare
Choose a tag to compare
@jcurl jcurl released this 27 Apr 06:46
· 90 commits to v2.x since this release
release/2.1.3.0

This is the most stable version with various bugfixes and updates with real world usage.

Supported Platforms:

  • Windows XP SP3 x86, .NET 4.0
  • Windows Vista, 7, 8, 8.1, 10, architecture x86 or x64, with .NET 4.0 or .NET 4.5 or compatible
  • Ubuntu Mono 5.x

Tested On:

  • Windows 7 SP1 x64 with .NET 4.6
  • Windows 10 x64 with .NET 4.7
  • Ubuntu 16.04 with Mono 5.10.1.20

Installation Notes:

The DLL is compiled with strong signing. You can install the DLL alongside your application
or in the GAC. It is not specific to a particular architecture.

Changes since version 2.1.2

This is a bugfix release. There are is one minor external API change, but considered a bugfix so that only the minor version is increased.

  • .NET Core upgraded for .NET Core 1.0.4
  • Make IsDisposable read only. This is an API change
  • Fix a deadlock reported in #50