File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Imports Ookii.Dialogs
6
6
Imports System.Management
7
7
8
8
Public Class Compact
9
- Dim version = "1.4.0_rc3 "
9
+ Dim version = "1.5.0 "
10
10
Private WithEvents MyProcess As Process
11
11
Private Delegate Sub AppendOutputTextDelegate( ByVal text As String )
12
12
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Imports System.Runtime.InteropServices
13
13
< Assembly : AssemblyDescription( "GUI for the Windows Compact.exe cmdlet" )>
14
14
< Assembly : AssemblyCompany( "Fateful Productions" )>
15
15
< Assembly : AssemblyProduct( "CompactGUI" )>
16
- < Assembly : AssemblyCopyright( "Copyright © 2017" )>
16
+ < Assembly : AssemblyCopyright( "Copyright © 2017" )>
17
17
< Assembly : AssemblyTrademark( "" )>
18
18
19
19
< Assembly : ComVisible( False )>
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
32
32
' by using the '*' as shown below:
33
33
' <Assembly: AssemblyVersion("1.0.*")>
34
34
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" )>
37
37
< Assembly : NeutralResourcesLanguage( "en" )>
You can’t perform that action at this time.
0 commit comments