From 1170e2f88f9e5769e1ac98bb69477259a51b7724 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sun, 3 Jun 2012 16:38:21 +0200 Subject: [PATCH] Use 'stable' update --- ILSpy/AboutPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy/AboutPage.cs b/ILSpy/AboutPage.cs index d0ef07e63..362cafce7 100644 --- a/ILSpy/AboutPage.cs +++ b/ILSpy/AboutPage.cs @@ -50,7 +50,7 @@ namespace ICSharpCode.ILSpy } static readonly Uri UpdateUrl = new Uri("http://www.ilspy.net/updates.xml"); - const string band = "beta"; + const string band = "stable"; static AvailableVersionInfo latestAvailableVersion;