We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9ff17 commit b21a470Copy full SHA for b21a470
1 file changed
src/Client/UpdateClient/UpdateClient.Versioning.cs
@@ -8,7 +8,7 @@ public partial class UpdateClient
8
/// Query the next version for a release channel.
9
/// </summary>
10
/// <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>
+ /// <returns>Plain version string if request success; null if non-200 series HTTP status code or if not configured to support this endpoint.</returns>
12
public async Task<string?> NextVersionAsync(ReleaseChannel rc)
13
{
14
var httpRequest = new HttpRequestMessage(HttpMethod.Get,
0 commit comments