Revision b517d0d3 trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs

b/trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
318 318

  
319 319
        private void InitializeSparkle()
320 320
        {
321
            _sparkle = new Sparkle(Settings.UpdateUrl);
321
            _sparkle = new Sparkle(Settings.UpdateUrl+"?Version="+Assembly.GetExecutingAssembly().GetName().Version);
322 322
            _sparkle.updateDetected += OnUpgradeDetected;
323 323
            _sparkle.checkLoopFinished += OnCheckFinished;
324 324
            _sparkle.ShowDiagnosticWindow = Settings.UpdateDiagnostics;

Also available in: Unified diff