Skip to content

Commit

Permalink
Merge pull request #153 from mcrossley/master
Browse files Browse the repository at this point in the history
b3196 - fix Is Raining alarm emails
  • Loading branch information
mcrossley authored Jul 24, 2022
2 parents 064136e + 19d0abc commit e6aa6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CumulusMX/Cumulus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6270,6 +6270,7 @@ private void ReadStringsFile()
UpgradeAlarm.EmailMsg = ini.GetValue("AlarmEmails", "upgrade", "An upgrade to Cumulus MX is now available.");
HttpUploadAlarm.EmailMsg = ini.GetValue("AlarmEmails", "httpStopped", "HTTP uploads are failing.");
MySqlUploadAlarm.EmailMsg = ini.GetValue("AlarmEmails", "mySqlStopped", "MySQL uploads are failing.");
IsRainingAlarm.EmailMsg = ini.GetValue("AlarmEmails", "isRaining", "It has started to rain.");
}


Expand Down
6 changes: 3 additions & 3 deletions CumulusMX/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Cumulus MX")]
[assembly: AssemblyDescription("Version 3.19.2 - Build 3195")]
[assembly: AssemblyDescription("Version 3.19.3 - Build 3196")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Cumulus MX")]
Expand All @@ -32,5 +32,5 @@
// 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("3.19.2.3195")]
[assembly: AssemblyFileVersion("3.19.2.3195")]
[assembly: AssemblyVersion("3.19.3.3196")]
[assembly: AssemblyFileVersion("3.19.3.3196")]

0 comments on commit e6aa6f9

Please sign in to comment.