From e114bb23d1cf3cf880f4da937ba97a6a0d3595e1 Mon Sep 17 00:00:00 2001 From: Jason Curl Date: Sat, 7 Jan 2023 00:29:20 +0100 Subject: [PATCH] SerialPortStream: Update version to 2.4.1 --- CHANGES.md | 11 +++++++++++ code/SerialPortStream.csproj | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b28811f6..a7e5f1ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,16 @@ # List of Changes with Releases +## Version 2.4.1 (libnserial 1.1.4) + +Features + +* DOTNET-698: Get port descriptions from Windows CfgMgr32. Now works on .NET + Standard as well as .NET Framework + +Bugfixes + +* DOTENT-714: Rework P/Invoke against best practices. + ## Version 2.4.0 (libnserial 1.1.4) Features diff --git a/code/SerialPortStream.csproj b/code/SerialPortStream.csproj index 84cd991e..b1448856 100644 --- a/code/SerialPortStream.csproj +++ b/code/SerialPortStream.csproj @@ -21,7 +21,7 @@ true https://github.com/jcurl/serialportstream An independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Version 3.x and later will be under the package name RJCP.SerialPortStream. - 2.4.0 + 2.4.1