Skip to content

Commit b1eeee3

Browse files
author
Stefan Ruepp
committed
merge removed sound bug fix, fixed again
1 parent 76ac7bf commit b1eeee3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>2.8.3.0</version>
4-
<url>https://github.com/MyUncleSam/EveChatNotifier/releases/download/2.8.3.0/EveChatNotifier.2.8.3.0.zip</url>
3+
<version>2.8.6.0</version>
4+
<url>https://github.com/MyUncleSam/EveChatNotifier/releases/download/2.8.6.0/EveChatNotifier.2.8.6.0.zip</url>
55
<changelog>https://github.com/MyUncleSam/EveChatNotifier/releases</changelog>
66
<mandatory>false</mandatory>
77
</item>

EveChatNotifier/FormMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public void CheckForUpdate()
310310
// check for new version
311311
if (Properties.Settings.Default.CheckForUpdates)
312312
{
313-
Github.GithubUpdateCheck.UpdateUsingLocalXmlFile("MyUncleSam", "EveChatNotifier");
313+
Github.GithubUpdateCheck.UpdateUsingLocalXmlFile("MyUncleSam", "EveChatNotifier", Properties.Settings.Default.SoundFilePath);
314314
}
315315
}
316316

EveChatNotifier/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
3333
// übernehmen, indem Sie "*" eingeben:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.8.5.0")]
36-
[assembly: AssemblyFileVersion("2.8.5.0")]
35+
[assembly: AssemblyVersion("2.8.6.0")]
36+
[assembly: AssemblyFileVersion("2.8.6.0")]

0 commit comments

Comments
 (0)