This commit is contained in:
2025-07-07 13:07:02 +01:00
parent dc54df19a6
commit 9f357b4b0e
5 changed files with 25 additions and 13 deletions

View File

@ -21,5 +21,10 @@ namespace isnd.Data.Catalog
[JsonProperty("take")]
public int Take { get; set; } = 25;
override public string ToString()
{
return $"[PackageRegistrationQuery Query:{Query} Prerelease:{Prerelease} Skip:{Skip} Take:{Take}]";
}
}
}