From 8baeb9a625fb1f2d2f92bd14f18db200513ad58f Mon Sep 17 00:00:00 2001 From: Shaun Wilde Date: Sat, 6 Feb 2016 06:51:04 +1100 Subject: [PATCH] change crash reporter GUID [skip ci] --- main/OpenCover.Console/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/OpenCover.Console/Program.cs b/main/OpenCover.Console/Program.cs index e5175b8f1..f6965af0e 100644 --- a/main/OpenCover.Console/Program.cs +++ b/main/OpenCover.Console/Program.cs @@ -121,7 +121,7 @@ private static void ReportCrash(Exception exception) { AnonymousData = new AnonymousData { - ApplicationGuid = new Guid("e3933a4b-368b-4256-ad42-777bc60a9558"), + ApplicationGuid = new Guid("e6542474-21df-42f4-826b-15a12764da6f"), Exception = exception, ToEmail = "" }