We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012df0c commit 8472221Copy full SHA for 8472221
1 file changed
src/Common/Models/VersionResponse.cs
@@ -13,7 +13,7 @@ public class VersionResponse
13
14
[JsonPropertyName("web_url")] public string ReleaseUrl => string.Format(ReleaseUrlFormat, Version);
15
16
- [JsonIgnore] public string ReleaseUrlFormat { get; set; }
+ [JsonPropertyName("web_url_format")] public required string ReleaseUrlFormat { get; set; }
17
}
18
19
public class DownloadLinks
0 commit comments