Skip to content

Commit

Permalink
DYN-6620 Add size property for package metadata (#109)
Browse files Browse the repository at this point in the history
* add size property for packages

* Revert "add size property for packages"

This reverts commit 5d98992.

* Update Responses.cs
  • Loading branch information
zeusongit authored Jul 29, 2024
1 parent 06f3c7e commit 1f722dd
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 1f722dd

Please sign in to comment.