Skip to content

Commit 823eb1c

Browse files
committed
removed the async console service. Need to impliment it's use throughout before dropping it in.
Versioning update
1 parent 490d1dd commit 823eb1c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

ConsoleHero/ConsoleHero.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1313
<PackageId>ConsoleHero</PackageId>
14-
<Version>0.5.1</Version>
14+
<Version>0.5.2</Version>
1515
<Authors>Derek Gooding</Authors>
1616
<Description>A library for making quick menus in a console application.</Description>
1717
<PackageTags>Console CLI Menu Navigation FluentAPI UserInterface CommandLine Framework CSharp Tools</PackageTags>

ConsoleHero/Interfaces/IConsoleService.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
public interface IConsoleService
44
{
5-
public abstract ValueTask WriteLineAsync(string? value);
6-
public abstract ValueTask WriteLineAsync();
7-
public abstract ValueTask WriteAsync(string? value);
8-
95
public abstract void WriteLine(string? value);
106
public abstract void WriteLine();
117

0 commit comments

Comments
 (0)