Skip to content

Commit

Permalink
Domain change.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalis committed Oct 26, 2014
1 parent 9c26b38 commit 3105627
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
5 changes: 4 additions & 1 deletion LiveSplit.HaloSplit.UI/HaloSplitUIFactory.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
using System.Reflection;
using LiveSplit.HaloSplit.UI;
using LiveSplit.UI.Components;
using System;
using LiveSplit.Model;

[assembly: ComponentFactory(typeof(HaloSplitUIFactory))]

namespace LiveSplit.HaloSplit.UI
{
public class HaloSplitUIFactory : IComponentFactory
Expand Down Expand Up @@ -34,7 +37,7 @@ public string UpdateName

public string UpdateURL
{
get { return "http://fatalis.hive.ai/livesplit/update/"; }
get { return "http://fatalis.pw/livesplit/update/"; }
}

public Version Version
Expand Down
4 changes: 0 additions & 4 deletions LiveSplit.HaloSplit.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
using LiveSplit.HaloSplit.UI;
using LiveSplit.UI.Components;

[assembly: AssemblyTitle("LiveSplit.HaloSplit.UI")]
[assembly: AssemblyDescription("")]
Expand Down Expand Up @@ -35,5 +33,3 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: ComponentFactory(typeof(HaloSplitUIFactory))]
5 changes: 4 additions & 1 deletion LiveSplit.HaloSplit/HaloSplitFactory.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
using System.Reflection;
using LiveSplit.HaloSplit;
using LiveSplit.UI.Components;
using System;
using LiveSplit.Model;

[assembly: ComponentFactory(typeof(HaloSplitFactory))]

namespace LiveSplit.HaloSplit
{
public class HaloSplitFactory : IComponentFactory
Expand Down Expand Up @@ -34,7 +37,7 @@ public string UpdateName

public string UpdateURL
{
get { return "http://fatalis.hive.ai/livesplit/update/"; }
get { return "http://fatalis.pw/livesplit/update/"; }
}

public Version Version
Expand Down
4 changes: 0 additions & 4 deletions LiveSplit.HaloSplit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
using LiveSplit.HaloSplit;
using LiveSplit.UI.Components;

[assembly: AssemblyTitle("LiveSplit.HaloSplit")]
[assembly: AssemblyDescription("")]
Expand Down Expand Up @@ -35,5 +33,3 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]

[assembly: ComponentFactory(typeof(HaloSplitFactory))]

0 comments on commit 3105627

Please sign in to comment.