We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a3132 commit e401b4eCopy full SHA for e401b4e
WindowsApp1/Compact.vb
@@ -6,7 +6,7 @@ Imports Ookii.Dialogs
6
Imports System.Management
7
8
Public Class Compact
9
- Dim version = "1.5.0"
+ Dim version = "1.5.1"
10
Private WithEvents MyProcess As Process
11
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)
12
WindowsApp1/My Project/AssemblyInfo.vb
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
32
' by using the '*' as shown below:
33
' <Assembly: AssemblyVersion("1.0.*")>
34
35
-<Assembly: AssemblyVersion("1.5.0.0")>
36
-<Assembly: AssemblyFileVersion("1.5.0.0")>
+<Assembly: AssemblyVersion("1.5.1.0")>
+<Assembly: AssemblyFileVersion("1.5.1.0")>
37
<Assembly: NeutralResourcesLanguage("en")>
0 commit comments