Skip to content

Commit

Permalink
SerialPortStream: Update version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurl committed Jan 6, 2023
1 parent c167e01 commit e114bb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/SerialPortStream.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/jcurl/serialportstream</PackageProjectUrl>
<Description>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.</Description>
<Version>2.4.0</Version>
<Version>2.4.1</Version>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug'">
Expand Down

0 comments on commit e114bb2

Please sign in to comment.