Skip to content

Commit 8472221

Browse files
committed
Revert "remove deprecated web_url_format version response property"
This reverts commit 5b15456.
1 parent 012df0c commit 8472221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Common/Models/VersionResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class VersionResponse
1313

1414
[JsonPropertyName("web_url")] public string ReleaseUrl => string.Format(ReleaseUrlFormat, Version);
1515

16-
[JsonIgnore] public string ReleaseUrlFormat { get; set; }
16+
[JsonPropertyName("web_url_format")] public required string ReleaseUrlFormat { get; set; }
1717
}
1818

1919
public class DownloadLinks

0 commit comments

Comments
 (0)