File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Imports System.Text.Json
33Public Class UpdateHandler
44
5- Public Shared Property CurrentVersion As New SemVersion( 3 , 7 , 0 )
5+ Public Shared Property CurrentVersion As New SemVersion( 3 , 8 , 0 )
66 Public Shared Property NewVersion As SemVersion
77 Public Shared ReadOnly UpdateURL As String = "https://raw.githubusercontent.com/IridiumIO/CompactGUI/database/version.json"
88 Public Shared ReadOnly httpClient As New HttpClient()
Original file line number Diff line number Diff line change 88 Height =" 40"
99 VerticalAlignment =" Bottom" HorizontalContentAlignment =" Center"
1010 d : DataContext =" {d:DesignInstance Type=local:MainViewModel}"
11- d : DesignHeight =" 40" d : DesignWidth =" 500" d : Opacity = " 0.5 " Opacity =" 1"
11+ d : DesignHeight =" 40" d : DesignWidth =" 500" Opacity =" 1"
1212 mc : Ignorable =" d" >
1313 <UserControl .Background>
14- <SolidColorBrush x : Name =" BGBrushNavBar" Color =" #304257" />
14+ <SolidColorBrush x : Name =" BGBrushNavBar" Color =" #304257" Opacity = " 0.8 " />
1515 </UserControl .Background>
1616
1717 <StackPanel ClipToBounds =" True" Orientation =" Horizontal" >
You can’t perform that action at this time.
0 commit comments