Changed UpdateDataUrl back to correct url
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Filtration
|
||||
|
||||
private void Application_Startup(object sender, StartupEventArgs e)
|
||||
{
|
||||
//DispatcherUnhandledException += OnDispatcherUnhandledException;
|
||||
DispatcherUnhandledException += OnDispatcherUnhandledException;
|
||||
|
||||
_container = new WindsorContainer();
|
||||
|
||||
|
||||
@@ -13,8 +13,7 @@ namespace Filtration.Services
|
||||
internal class UpdateCheckService : IUpdateCheckService
|
||||
{
|
||||
private readonly IHTTPService _httpService;
|
||||
//private const string UpdateDataUrl = "http://ben-wallis.github.io/Filtration/filtration_version.xml";
|
||||
private const string UpdateDataUrl = "http://xvar.net/filtration_version.xml";
|
||||
private const string UpdateDataUrl = "http://ben-wallis.github.io/Filtration/filtration_version.xml";
|
||||
|
||||
public UpdateCheckService(IHTTPService httpService)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user