Skip to content

Commit 1116dc7

Browse files
authored
Merge pull request #104 from Digitalroot/patch-1
Update PackageListingV1.cs to fix #103
2 parents 10b73c8 + 8b2e1db commit 1116dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ThunderstoreCLI/Models/PackageListingV1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class PackageVersionV1
104104
public string? Uuid4 { get; set; }
105105

106106
[JsonProperty("file_size")]
107-
public int FileSize { get; set; }
107+
public long FileSize { get; set; }
108108

109109
[JsonIgnore]
110110
private GroupCollection? _fullNameParts;

0 commit comments

Comments
 (0)