Skip to content

Commit e66f794

Browse files
committed
* Fixed window not closing after pressing the download button
1 parent e11d92a commit e66f794

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

UpdateManager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.1.0")]
36-
[assembly: AssemblyFileVersion("1.3.1.0")]
35+
[assembly: AssemblyVersion("1.3.2.0")]
36+
[assembly: AssemblyFileVersion("1.3.2.0")]

UpdateManager/Windows/UpdateWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ private void BtnDownload_OnClick(object sender, RoutedEventArgs e)
133133
try
134134
{
135135
System.Diagnostics.Process.Start(DownloadUrl);
136+
Close();
136137
}
137138
catch (Exception ex)
138139
{

0 commit comments

Comments
 (0)