File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <Nullable >enable</Nullable >
66 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
77 <IsAotCompatible >true</IsAotCompatible >
8- <Version >1.0.4 </Version >
8+ <Version >1.1.0 </Version >
99 </PropertyGroup >
1010
1111 <ItemGroup >
Original file line number Diff line number Diff line change 1313 . MinimumLevel . Information ( )
1414 . WriteTo . Console ( )
1515 . CreateLogger ( ) ;
16- AnsiConsole . MarkupLine ( "[green]Welcome to Thor Shell v1.0.4 ![/]" ) ;
16+ AnsiConsole . MarkupLine ( "[green]Welcome to Thor Shell v1.1.0 ![/]" ) ;
1717if ( ! USB . TryGetHandler ( out var handler ) ) {
1818 AnsiConsole . MarkupLine ( "[red]A USB handler wasn't written for your platform![/]" ) ;
1919 AnsiConsole . MarkupLine ( $ "[red]Currently supported platforms: { USB . GetSupported ( ) } .[/]") ;
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
88 <PublishAot >true</PublishAot >
9- <Version >1.0.4 </Version >
9+ <Version >1.1.0 </Version >
1010 </PropertyGroup >
1111
1212 <ItemGroup >
You can’t perform that action at this time.
0 commit comments