This commit is contained in:
Jeffrey Ye 2018-09-07 06:23:13 +02:00
Родитель 63a626e7fb
Коммит 18210df681
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -51,7 +51,7 @@ namespace ICSharpCode.ILSpy
Display(decompilerTextView);
}
static readonly Uri UpdateUrl = new Uri("https://github.com/jeffreye/AvaloniaILSpy/raw/master/updates.xml");
static readonly Uri UpdateUrl = new Uri("https://github.com/icsharpcode/AvaloniaILSpy/raw/master/updates.xml");
const string band = "stable";
static AvailableVersionInfo latestAvailableVersion;

Просмотреть файл

@ -3,7 +3,7 @@
<band id="alpha">
<latestVersion>4.0.0.0</latestVersion>
<downloadUrl>
https://ci.appveyor.com/project/jeffreye/avaloniailspy/build/artifacts
https://ci.appveyor.com/project/icsharpcode/avaloniailspy/build/artifacts
</downloadUrl>
</band>
</updateInfo>