We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 927c78c + 0c22893 commit a5c6188Copy full SHA for a5c6188
GPS.NET/Ghostware.GPS.NET/Enums/GpsStatus.cs
@@ -2,8 +2,8 @@
2
{
3
public enum GpsStatus
4
5
+ Disabled,
6
Connecting,
- Connected,
7
- Disabled
+ Connected
8
}
9
GPS.NET/Ghostware.GPS.NET/GPS.NET.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>Ghostware.GPS.NET</id>
- <version>1.0.12</version>
+ <version>1.0.13</version>
<title>Ghostware.GPS.NET</title>
<authors>Kevin Goos</authors>
<owners>Ghostware</owners>
@@ -18,6 +18,10 @@
18
- Using the Windows location API. (Starting from windows 7)
19
</description>
20
<releaseNotes>
21
+ v1.0.13:
22
+ --------
23
+ - Updated order of GPS status enum
24
+
25
v1.0.12:
26
--------
27
- Temp fix for the new nmea messages
0 commit comments