File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
13
13
<PackageId >ConsoleHero</PackageId >
14
- <Version >0.5.1 </Version >
14
+ <Version >0.5.2 </Version >
15
15
<Authors >Derek Gooding</Authors >
16
16
<Description >A library for making quick menus in a console application.</Description >
17
17
<PackageTags >Console CLI Menu Navigation FluentAPI UserInterface CommandLine Framework CSharp Tools</PackageTags >
Original file line number Diff line number Diff line change 2
2
3
3
public interface IConsoleService
4
4
{
5
- public abstract ValueTask WriteLineAsync ( string ? value ) ;
6
- public abstract ValueTask WriteLineAsync ( ) ;
7
- public abstract ValueTask WriteAsync ( string ? value ) ;
8
-
9
5
public abstract void WriteLine ( string ? value ) ;
10
6
public abstract void WriteLine ( ) ;
11
7
You can’t perform that action at this time.
0 commit comments