Files
GpsClient2/GpsClient2.nuspec
2025-09-27 10:21:48 -05:00

15 lines
627 B
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>GpsClient2</id>
<version>1.0.8</version>
<title>GpsClient2</title>
<authors>Russ Kollmansberger</authors>
<owners>Russ Kollmansberger</owners>
<description>Package that allows users to receive and process GPS NMEA sentences or utilize Windows Location Services to report the device's current location.</description>
<releaseNotes>Removed reference to Lambert Coordinate conversion</releaseNotes>
<tags>NuGet,Package,Helper</tags>
<license type="expression">MIT</license>
</metadata>
</package>