File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Imports System.Management
77
88
99Public Class Compact
10- Dim version = "2.0.0β1 "
10+ Dim version = "2.0.0β2 "
1111 Private WithEvents MyProcess As Process
1212 Private Delegate Sub AppendOutputTextDelegate( ByVal text As String )
1313
@@ -619,6 +619,7 @@ Public Class Compact
619619 conOut.Items.Clear()
620620 CreateProcess( "query" )
621621 buttonCompress.Visible = False
622+ sb_Panel.Show() 'Temporary Fix - go back and work out why #124 doesn't work with WikiParser()
622623 sb_AnalysisPanel.Visible = True
623624 End Sub
624625
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232' by using the '*' as shown below:
3333' <Assembly: AssemblyVersion("1.0.*")>
3434
35- < Assembly : AssemblyVersion( "2.0.0.10 " )>
36- < Assembly : AssemblyFileVersion( "2.0.0.10 " )>
35+ < Assembly : AssemblyVersion( "2.0.0.20 " )>
36+ < Assembly : AssemblyFileVersion( "2.0.0.20 " )>
3737< Assembly : NeutralResourcesLanguage( "en" )>
You can’t perform that action at this time.
0 commit comments