Skip to content

Commit cbe086b

Browse files
committed
Version to 1.7.1
1 parent ade5aeb commit cbe086b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WindowsApp1/Compact.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Imports System.Management
77

88

99
Public Class Compact
10-
Dim version = "1.7.0"
10+
Dim version = "1.7.1"
1111
Private WithEvents MyProcess As Process
1212
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)
1313

WindowsApp1/My Project/AssemblyInfo.vb

+2-2
Original file line numberDiff line numberDiff 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("1.7.0.0")>
36-
<Assembly: AssemblyFileVersion("1.7.0.0")>
35+
<Assembly: AssemblyVersion("1.7.1.0")>
36+
<Assembly: AssemblyFileVersion("1.7.1.0")>
3737
<Assembly: NeutralResourcesLanguage("en")>

0 commit comments

Comments
 (0)