File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Imports Ookii.Dialogs
66Imports System.Management
77
88Public 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
Original file line number Diff line number Diff 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" )>
You can’t perform that action at this time.
0 commit comments