diff --git a/src/NmeaParser/NmeaParser.csproj b/src/NmeaParser/NmeaParser.csproj index 6f8043a..fde0385 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 GPS GNSS Serialport Bluetooth Navigation NTRIP RTCM Galileo GLONASS BeiDou Garmin Trimble SharpGIS.NmeaParser - 2.3 + 2.2.1 NMEA Parser Apache-2.0 https://dotmorten.github.io/NmeaParser/ @@ -20,12 +20,7 @@ Copyright © Morten Nielsen 2015-2020 $(MSBuildThisFileDirectory)..\..\artifacts\NmeaParser\$(Configuration) ..\..\artifacts\NuGet\$(Configuration)\ - Added ITimestampedMessage interface to easily get time stamps from any message that supports it. -Added IGeographicLocation interface to easily get any message that supports reporting a location. -Added GnssMonitor for simplifying monitoring location messages and reporting a location. -Added an NTRIP client for getting RTCM correctional messages from an NTRIP Server. -Improved the buffered stream to more accurately emulate baud rates. -All messages now have a unique timestamp useful to expire older messages. + true true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb