This commit is contained in:
Archi
2024-03-17 02:54:28 +01:00
parent ff55e09783
commit b86f83a634
12 changed files with 24 additions and 24 deletions

View File

@@ -106,7 +106,7 @@ public sealed class ReleaseResponse {
[JsonInclude]
[JsonPropertyName("assets")]
[JsonRequired]
public ImmutableHashSet<ReleaseAsset> Assets { get; private init; } = ImmutableHashSet<ReleaseAsset>.Empty;
public ImmutableHashSet<ReleaseAsset> Assets { get; private init; } = [];
[JsonInclude]
[JsonPropertyName("prerelease")]