Skip to content

Commit 7f95a9b

Browse files
committed
Bumped version to 1.5.0 as a result of major reworking.
1 parent 58ce2f2 commit 7f95a9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WindowsApp1/Compact.vb

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

88
Public Class Compact
9-
Dim version = "1.4.0_rc3"
9+
Dim version = "1.5.0"
1010
Private WithEvents MyProcess As Process
1111
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)
1212

WindowsApp1/My Project/AssemblyInfo.vb

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices
1313
<Assembly: AssemblyDescription("GUI for the Windows Compact.exe cmdlet")>
1414
<Assembly: AssemblyCompany("Fateful Productions")>
1515
<Assembly: AssemblyProduct("CompactGUI")>
16-
<Assembly: AssemblyCopyright("Copyright © 2017")>
16+
<Assembly: AssemblyCopyright("Copyright © 2017")>
1717
<Assembly: AssemblyTrademark("")>
1818

1919
<Assembly: ComVisible(False)>
@@ -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.4.0.0")>
36-
<Assembly: AssemblyFileVersion("1.4.0.0")>
35+
<Assembly: AssemblyVersion("1.5.0.0")>
36+
<Assembly: AssemblyFileVersion("1.5.0.0")>
3737
<Assembly: NeutralResourcesLanguage("en")>

0 commit comments

Comments
 (0)