Skip to content

Commit

Permalink
Merge pull request #104 from Digitalroot/patch-1
Browse files Browse the repository at this point in the history
Update PackageListingV1.cs to fix #103
  • Loading branch information
MythicManiac authored Jun 11, 2024
2 parents 10b73c8 + 8b2e1db commit 1116dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThunderstoreCLI/Models/PackageListingV1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public class PackageVersionV1
public string? Uuid4 { get; set; }

[JsonProperty("file_size")]
public int FileSize { get; set; }
public long FileSize { get; set; }

[JsonIgnore]
private GroupCollection? _fullNameParts;
Expand Down

0 comments on commit 1116dc7

Please sign in to comment.