Update IPluginUpdates.cs

This commit is contained in:
Archi
2024-03-20 04:47:12 +01:00
parent 0d7049ea7c
commit 7efa609a13

View File

@@ -38,7 +38,7 @@ public interface IPluginUpdates : IPlugin {
/// <summary>
/// ASF will call this function for determining the target release asset URL to update to.
/// </summary>
/// <param name="asfVersion">Target ASF version that plugin update should be compatible with. In rare cases, this might not match currently running ASF version, in particular when updating to newer release and checking if any plugins are compatible with it - see <see cref="asfUpdate"/>.</param>
/// <param name="asfVersion">Target ASF version that plugin update should be compatible with. In rare cases, this might not match currently running ASF version, in particular when updating to newer release and checking if any plugins are compatible with it.</param>
/// <param name="asfVariant">ASF variant of current instance, which may be useful if you're providing different versions for different ASF variants.</param>
/// <param name="asfUpdate">Boolean value specifying whether ASF is being updated right now to given <see cref="asfVersion"/></param>
/// <param name="updateChannel">ASF update channel specified for this request. This might be different from the one specified in <see cref="GlobalConfig" />, as user might've specified other one for this request.</param>