Skip to content

Commit

Permalink
Version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iridium-IO committed Oct 31, 2017
1 parent ade5aeb commit cbe086b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WindowsApp1/Compact.vb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Imports System.Management


Public Class Compact
Dim version = "1.7.0"
Dim version = "1.7.1"
Private WithEvents MyProcess As Process
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)

Expand Down
4 changes: 2 additions & 2 deletions WindowsApp1/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.7.0.0")>
<Assembly: AssemblyFileVersion("1.7.0.0")>
<Assembly: AssemblyVersion("1.7.1.0")>
<Assembly: AssemblyFileVersion("1.7.1.0")>
<Assembly: NeutralResourcesLanguage("en")>

0 comments on commit cbe086b

Please sign in to comment.