Skip to content

Commit b21a470

Browse files
committed
oops
1 parent 9a9ff17 commit b21a470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client/UpdateClient/UpdateClient.Versioning.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public partial class UpdateClient
88
/// Query the next version for a release channel.
99
/// </summary>
1010
/// <param name="rc">The target release channel.</param>
11-
/// <returns>true if request success; false if non-200 series HTTP status code, null if not configured to support this endpoint.</returns>
11+
/// <returns>Plain version string if request success; null if non-200 series HTTP status code or if not configured to support this endpoint.</returns>
1212
public async Task<string?> NextVersionAsync(ReleaseChannel rc)
1313
{
1414
var httpRequest = new HttpRequestMessage(HttpMethod.Get,

0 commit comments

Comments
 (0)