catalog updated at push
This commit is contained in:
@ -16,6 +16,7 @@ namespace isnd.Interfaces
|
||||
string[] GetVersions(string id, NuGetVersion parsedVersion, bool prerelease = false, string packageType = null, int skip = 0, int take = 25);
|
||||
PackageIndexViewModel SearchByName(string query, int skip, int take, bool prerelease = false, string packageType = null);
|
||||
IEnumerable<Resource> GetResources(IUnleash unleashĈlient);
|
||||
void ÛpdateCatalogFor(Commit commit);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user