Skip to content

Commit

Permalink
- Renamed GetModuleNames to GetModuleIds
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanczos committed Oct 9, 2023
1 parent 5719c6b commit 6d67afd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public interface IModuleCatalog
{
IModuleManifest GetManifest(string moduleId);

IEnumerable<string> GetModuleNames();
IEnumerable<string> GetModuleIds();
}

0 comments on commit 6d67afd

Please sign in to comment.