Skip to content

Commit

Permalink
Show the progress bar in the taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaifm committed Nov 10, 2020
1 parent dbcf7b4 commit 5f2bd7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions HIBPOfflineCheck/ProgressDisplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public ProgressDisplay()
{
InitializeComponent();
UserTerminated = false;
ShowInTaskbar = true;
}

private void buttonCancel_Click(object sender, EventArgs e)
Expand Down
4 changes: 2 additions & 2 deletions HIBPOfflineCheck/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.3.0")]
[assembly: AssemblyFileVersion("1.7.3.0")]
[assembly: AssemblyVersion("1.7.4.0")]
[assembly: AssemblyFileVersion("1.7.4.0")]
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
HIBPOfflineCheck:1.7.3.0
HIBPOfflineCheck:1.7.4.0
:

0 comments on commit 5f2bd7e

Please sign in to comment.