Skip to content

Commit

Permalink
Merge pull request #20 from GhostwareDev/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
kevingoos authored Apr 14, 2017
2 parents 927c78c + 0c22893 commit a5c6188
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GPS.NET/Ghostware.GPS.NET/Enums/GpsStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
public enum GpsStatus
{
Disabled,
Connecting,
Connected,
Disabled
Connected
}
}
6 changes: 5 additions & 1 deletion GPS.NET/Ghostware.GPS.NET/GPS.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -18,6 +18,10 @@
- Using the Windows location API. (Starting from windows 7)
</description>
<releaseNotes>
v1.0.13:
--------
- Updated order of GPS status enum

v1.0.12:
--------
- Temp fix for the new nmea messages
Expand Down

0 comments on commit a5c6188

Please sign in to comment.