Skip to content

Commit

Permalink
Fixed confilicts
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHollweck committed May 1, 2017
2 parents ca7829b + 304e036 commit 694bc15
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/versions/updaterInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<version>1.0.0.0</version>
<url>https://github.com/FetzenRndy/AstroSoundboard/raw/master/public/versions/AstroKittySoundBoard.zip</url>
<changelog>https://raw.githubusercontent.com/FetzenRndy/AstroSoundboard/master/public/versions/releaseNotes.html</changelog>
</item>
</item>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>

<head>
Expand Down
8 changes: 4 additions & 4 deletions src/AstroSoundBoard/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// ****************************** Module Header ****************************** //
//
//
// Last Modified: 23:04:2017 / 16:49
// Creation: 23:04:2017
// Last Modified: 01:05:2017 / 15:59
// Creation: 01:05:2017
// Project: AstroSoundBoard
//
//
Expand Down Expand Up @@ -31,8 +31,8 @@
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]

// VERSION
[assembly: AssemblyVersion("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

// LOG4NET
[assembly: log4net.Config.XmlConfigurator(Watch = true)]
Expand Down
4 changes: 2 additions & 2 deletions src/AstroSoundBoard/WPF/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ****************************** Module Header ****************************** //
//
//
// Last Modified: 01:05:2017 / 13:22
// Last Modified: 01:05:2017 / 15:41
// Creation: 01:05:2017
// Project: AstroSoundBoard
//
Expand Down Expand Up @@ -35,7 +35,7 @@ public partial class MainWindow : Window
public MainWindow()
{
AutoUpdater.CurrentCulture = CultureInfo.CreateSpecificCulture("en");
AutoUpdater.Start("https://raw.githubusercontent.com/FetzenRndy/AstroSoundboard/develop/public/versions/updaterInfo.xml");
AutoUpdater.Start("https://raw.githubusercontent.com/FetzenRndy/AstroSoundboard/master/public/versions/updaterInfo.xml");

ViewChanger.MainWindowInstance = this;

Expand Down

0 comments on commit 694bc15

Please sign in to comment.