Skip to content

Commit

Permalink
SUSPENDED is now a status
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesemacfly committed May 20, 2015
1 parent 1fafcce commit e1dc581
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

#Nuget pack command
nuget.exe

# User-specific files
*.suo
*.user
Expand Down
2 changes: 1 addition & 1 deletion MTAServiceStatus/MTAServiceStatus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<projectUrl>https://github.com/cheesemacfly/MTAServiceStatus</projectUrl>
<licenseUrl>https://github.com/cheesemacfly/MTAServiceStatus/blob/master/LICENSE</licenseUrl>
<description>$description$</description>
<releaseNotes>Subway data is now available per line.</releaseNotes>
<releaseNotes>SUSPENDED is now a status.</releaseNotes>
<tags>MTA NYC New York City Subway</tags>
</metadata>
</package>
3 changes: 2 additions & 1 deletion MTAServiceStatus/Models/ServiceStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public enum ServiceStatus
GOOD_SERVICE,
PLANNED_WORK,
SERVICE_CHANGE,
DELAYS
DELAYS,
SUSPENDED
}
}
2 changes: 1 addition & 1 deletion MTAServiceStatus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.1.0")]
[assembly: AssemblyVersion("0.2.1.1")]

0 comments on commit e1dc581

Please sign in to comment.