Skip to content

Commit a5c6188

Browse files
authored
Merge pull request #20 from GhostwareDev/development
Development
2 parents 927c78c + 0c22893 commit a5c6188

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

GPS.NET/Ghostware.GPS.NET/Enums/GpsStatus.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
public enum GpsStatus
44
{
5+
Disabled,
56
Connecting,
6-
Connected,
7-
Disabled
7+
Connected
88
}
99
}

GPS.NET/Ghostware.GPS.NET/GPS.NET.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Ghostware.GPS.NET</id>
5-
<version>1.0.12</version>
5+
<version>1.0.13</version>
66
<title>Ghostware.GPS.NET</title>
77
<authors>Kevin Goos</authors>
88
<owners>Ghostware</owners>
@@ -18,6 +18,10 @@
1818
- Using the Windows location API. (Starting from windows 7)
1919
</description>
2020
<releaseNotes>
21+
v1.0.13:
22+
--------
23+
- Updated order of GPS status enum
24+
2125
v1.0.12:
2226
--------
2327
- Temp fix for the new nmea messages

0 commit comments

Comments
 (0)