code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -4,4 +4,4 @@ public interface IGitHubApiClient
|
||||
{
|
||||
Task<Either<BaseError, string>> GetLatestReleaseNotes(CancellationToken cancellationToken);
|
||||
Task<Either<BaseError, string>> GetReleaseNotes(string tag, CancellationToken cancellationToken);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user