Skip to content

Commit

Permalink
Update Responses.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Jul 24, 2024
1 parent 65fa2b9 commit 0ca51b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/GregClient/Responses/Responses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ public class PackageVersion

public string scan_status { get; set; }

public string latest_version_update { get; set; }
public string latest_version_update { get; set; }

public string size { get; set; }
}

public class User
Expand Down

0 comments on commit 0ca51b2

Please sign in to comment.