We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade5aeb commit cbe086bCopy full SHA for cbe086b
WindowsApp1/Compact.vb
@@ -7,7 +7,7 @@ Imports System.Management
7
8
9
Public Class Compact
10
- Dim version = "1.7.0"
+ Dim version = "1.7.1"
11
Private WithEvents MyProcess As Process
12
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)
13
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.7.0.0")>
36
-<Assembly: AssemblyFileVersion("1.7.0.0")>
+<Assembly: AssemblyVersion("1.7.1.0")>
+<Assembly: AssemblyFileVersion("1.7.1.0")>
37
<Assembly: NeutralResourcesLanguage("en")>
0 commit comments