Browse Source

Use 'stable' update

pull/344/head 2.1
Daniel Grunwald 13 years ago
parent
commit
1170e2f88f
  1. 2
      ILSpy/AboutPage.cs

2
ILSpy/AboutPage.cs

@ -50,7 +50,7 @@ namespace ICSharpCode.ILSpy
} }
static readonly Uri UpdateUrl = new Uri("http://www.ilspy.net/updates.xml"); static readonly Uri UpdateUrl = new Uri("http://www.ilspy.net/updates.xml");
const string band = "beta"; const string band = "stable";
static AvailableVersionInfo latestAvailableVersion; static AvailableVersionInfo latestAvailableVersion;

Loading…
Cancel
Save