mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-21 06:13:58 +00:00
Updated version to 1.10.0.0
This commit is contained in:
parent
092ec7b6f7
commit
b7bd8afec0
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
<Description>An NMEA stream parser for serial port, bluetooth and file-based nmea simulation.</Description>
|
<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 winrt wpf uwp xamarin gps serialport bluetooth</PackageTags>
|
||||||
<PackageId>SharpGIS.NmeaParser</PackageId>
|
<PackageId>SharpGIS.NmeaParser</PackageId>
|
||||||
<Version>1.9.0</Version>
|
<Version>1.10.0</Version>
|
||||||
<PackageLicenseUrl>http://opensource.org/licenses/ms-pl.html</PackageLicenseUrl>
|
<PackageLicenseUrl>http://opensource.org/licenses/ms-pl.html</PackageLicenseUrl>
|
||||||
<PackageProjectUrl>https://github.com/dotMorten/NmeaParser</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/dotMorten/NmeaParser</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/dotMorten/NmeaParser</RepositoryUrl>
|
<RepositoryUrl>https://github.com/dotMorten/NmeaParser</RepositoryUrl>
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
<PackageOutputPath>$(OutDir)</PackageOutputPath>
|
<PackageOutputPath>$(OutDir)</PackageOutputPath>
|
||||||
<AssemblyVersion>1.9.0.0</AssemblyVersion>
|
<AssemblyVersion>1.9.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.9.0.0</FileVersion>
|
<FileVersion>1.9.0.0</FileVersion>
|
||||||
<PackageReleaseNotes>Added new GLONASS and GALILEO. Moved more GPS message to abstract base classes for better handling of multiple satelitte constellations.</PackageReleaseNotes>
|
<PackageReleaseNotes>Added SystemNmeaDevice to the Android library, which uses the NMEA stream from the system's location provider.</PackageReleaseNotes>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.4'">
|
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.4'">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue