nuget push

This commit is contained in:
2025-09-27 10:21:48 -05:00
parent 0c7624b5f2
commit ed44ad9ba2

View File

@@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata> <metadata>
<id>GpsClient2</id> <id>GpsClient2</id>
<version>1.0.7</version> <version>1.0.8</version>
<title>GpsClient2</title> <title>GpsClient2</title>
<authors>Russ Kollmansberger</authors> <authors>Russ Kollmansberger</authors>
<owners>Russ Kollmansberger</owners> <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> <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> <releaseNotes>Removed reference to Lambert Coordinate conversion</releaseNotes>
<tags>NuGet,Package,Helper</tags> <tags>NuGet,Package,Helper</tags>
<license type="expression">MIT</license> <license type="expression">MIT</license>
</metadata> </metadata>