Skip to content

Commit 0a6ada6

Browse files
committed
Released v1.5.2.
1 parent f434124 commit 0a6ada6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LibDmd/Version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ namespace LibDmd
88
{
99
public class Version
1010
{
11-
public const string AssemblyVersion = "1.5.1.0";
12-
public const string AssemblyFileVersion = "1.5.1.0";
13-
public const string AssemblyInformationalVersionAttribute = "1.5.1";
11+
public const string AssemblyVersion = "1.5.2.0";
12+
public const string AssemblyFileVersion = "1.5.2.0";
13+
public const string AssemblyInformationalVersionAttribute = "1.5.2";
1414
}
1515
}

PinMameDevice/DmdExt.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ private static void CurrentDomain_UnhandledException(object sender, UnhandledExc
469469
if (ex != null) {
470470
Logger.Error(ex.ToString());
471471
}
472+
Raygun.ApplicationVersion = LibDmd.Version.AssemblyInformationalVersionAttribute;
472473
Raygun.Send(ex,
473474
new List<string> { System.Diagnostics.Process.GetCurrentProcess().ProcessName },
474475
new Dictionary<string, string> { {"log", string.Join("\n", MemLogger.Logs) } }

0 commit comments

Comments
 (0)