Ready to release

This commit is contained in:
2025-08-29 12:04:32 -07:00
parent 7b2a843664
commit 89e669c7d3
26 changed files with 266 additions and 82 deletions

View File

@ -15,5 +15,5 @@ public interface IFileShareRepository
void CopyFile(HttpClient httpClient, string from, string to);
void MoveFile(HttpClient httpClient, string from, string to);
ReadOnlyCollection<CharacterizationInfo> GetArchiveData(CharacterizationParameters characterizationParameters);
ReadOnlyCollection<NginxFileSystemSortable> GetNginxFileSystemSortableCollection(HttpClient httpClient, Uri uri, string? endsWith);
ReadOnlyCollection<NginxFileSystemSortable> GetNginxFileSystemSortableCollection(HttpClient httpClient, Uri uri, string[] endsWithCollection);
}