Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Jan 10, 2023
1 parent fd5d675 commit af1caf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public bool IsReleaseNotesAvailable

public async Task DownloadReleaseNotes()
{

///
}
}
}
2 changes: 1 addition & 1 deletion src/Files.Backend/Services/IReleaseNotesService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Files.Backend.Services
public interface IReleaseNotesService : INotifyPropertyChanged
{
/// <summary>
/// Release notes containing information about the latest release
/// Release notes for the latest release
/// </summary>
string? ReleaseNotes { get; }

Expand Down

0 comments on commit af1caf0

Please sign in to comment.