jcurl / RJCP.DLL.SerialPortStream

SerialPortStream is an independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Default branch is 2.x and now has support for Mono with help of a C library.
Microsoft Public License
614 stars 196 forks source link

Version 3.x ? #138

Closed StefH closed 1 year ago

StefH commented 1 year ago

The NuGet for SerialPortStream describes:

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.

However, I cannot find RJCP.SerialPortStream at all?

jcurl commented 1 year ago

For now, just use SerialPortStream, which is 2.x. The new version 3.x will have a bunch of new dependencies which haven't been released yet as I did refactoring. The functionality between the two are the same.

https://www.nuget.org/packages/SerialPortStream

tyouard commented 3 months ago

Hi Jason. Is this advice still valid? I have been using 3.x version but just noticed that 2.x release is listed on the repo main page.

jcurl commented 3 months ago

I will continue with version 2.x for bugfixes only and it won't receive any major refactoring. Version 3.x is updated for newer versions of .NET Core.

It does look like I forgot to make the "release" for tags 3.0.0 and 3.0.1.