mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-01 06:10:17 +01:00
Updated package info
This commit is contained in:
parent
805e10ccb9
commit
dce526f383
|
|
@ -9,7 +9,7 @@
|
|||
<Authors>Morten Nielsen</Authors>
|
||||
<Company>Morten Nielsen</Company>
|
||||
<Description>An NMEA stream parser for serial port, bluetooth and file-based nmea simulation.</Description>
|
||||
<PackageTags>nmea winrt wpf uwp xamarin gps serialport bluetooth</PackageTags>
|
||||
<PackageTags>NMEA GPS GNSS Serialport Bluetooth Navigation NTRIP RTCM Galileo GLONASS BeiDou Garmin Trimble</PackageTags>
|
||||
<PackageId>SharpGIS.NmeaParser</PackageId>
|
||||
<Version>2.1</Version>
|
||||
<Product>NMEA Parser</Product>
|
||||
|
|
@ -20,7 +20,11 @@
|
|||
<Copyright>Copyright © Morten Nielsen 2015-2020</Copyright>
|
||||
<OutputPath>$(MSBuildThisFileDirectory)..\..\artifacts\NmeaParser\$(Configuration)</OutputPath>
|
||||
<PackageOutputPath>..\..\artifacts\NuGet\$(Configuration)\</PackageOutputPath>
|
||||
<PackageReleaseNotes>Added ITimestampedMessage interface to easily get time stamps from any message that supports it</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>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.</PackageReleaseNotes>
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
||||
|
|
|
|||
Loading…
Reference in a new issue