From 3f9d23cf804a5c8851f49e6787ed7f76322dfed6 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Thu, 29 Mar 2018 14:19:13 -0700 Subject: [PATCH] Updated version to 1.10.0.0 --- src/NmeaParser/NmeaParser.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NmeaParser/NmeaParser.csproj b/src/NmeaParser/NmeaParser.csproj index e0f0a7e..6c79bc4 100644 --- a/src/NmeaParser/NmeaParser.csproj +++ b/src/NmeaParser/NmeaParser.csproj @@ -11,7 +11,7 @@ An NMEA stream parser for serial port, bluetooth and file-based nmea simulation. nmea winrt wpf uwp xamarin gps serialport bluetooth SharpGIS.NmeaParser - 1.9.0 + 1.10.0 http://opensource.org/licenses/ms-pl.html https://github.com/dotMorten/NmeaParser https://github.com/dotMorten/NmeaParser @@ -21,7 +21,7 @@ $(OutDir) 1.9.0.0 1.9.0.0 - Added new GLONASS and GALILEO. Moved more GPS message to abstract base classes for better handling of multiple satelitte constellations. + Added SystemNmeaDevice to the Android library, which uses the NMEA stream from the system's location provider.