dotMorten / NmeaParser

Library for handling NMEA message in Windows Desktop, Store, Phone, Universal, and Xamarin (Android + iOS), coming from files, bluetooth, serial port or any stream
https://dotmorten.github.io/NmeaParser/
Apache License 2.0
262 stars 89 forks source link

SerialPortDevice missing #101

Closed ondrasvoboda closed 2 years ago

ondrasvoboda commented 2 years ago

Hi, I've noticed that in version 2.2.1 the class SerialPortDevice is missing in .NET Framework build. I think it's because of the bug in constant definition:

<PropertyGroup Condition="'$(TargetFramework)' == 'net451'">
    <DefineConstants>$(DefineConstants);NETFX</DefineConstants>
</PropertyGroup>

net451 should be net452

Could you please check?

dotMorten commented 2 years ago

@ondrasvoboda Oops! Thank you. Fix incoming...

dotMorten commented 2 years ago

v2.2.2 published

ondrasvoboda commented 2 years ago

Thanks!

SonicScholar commented 9 months ago

v2.2.2 published

@dotMorten Could you create quickly tag 2.2.2 here? I spent a little bit of time trying to reconcile the 2.2.2 latest version on NuGet and the release here on your GitHub. Thanks!

dotMorten commented 9 months ago

@SonicScholar Thanks for the reminder. Looks like I forgot to tag that release. Done!