diff --git a/Update/UpdateCheck.cs b/Update/UpdateCheck.cs index 6acd561..f718147 100644 --- a/Update/UpdateCheck.cs +++ b/Update/UpdateCheck.cs @@ -28,7 +28,7 @@ namespace Common.Update public static Version LocalVersion { - get { return Assembly.GetExecutingAssembly().GetName().Version; } + get { return Assembly.GetEntryAssembly().GetName().Version; } } public static bool CheckForUpdate()