Added to Nuget, included bug fixes found along the way

This commit is contained in:
2025-09-27 09:25:52 -05:00
parent 13a3044bbf
commit 1129c6c4be
6 changed files with 127 additions and 24 deletions

14
GpsClient2.nuspec Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>GpsClient2</id>
<version>1.0.7</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>Updated to include various bug fixes in COM GPS Client and spelling corrections.</releaseNotes>
<tags>NuGet,Package,Helper</tags>
<license type="expression">MIT</license>
</metadata>
</package>