-
-
Notifications
You must be signed in to change notification settings - Fork 198
Stats
Kirill Osenkov edited this page Nov 27, 2023
·
5 revisions
https://api.github.com/repos/KirillOsenkov/MSBuildStructuredLog/releases
cat releases.json | jq '.[] | .assets[] | select((.name | endswith(".nupkg")) or (.name | contains("RELEASES"))) | { name: .name, download_count: .download_count, created_at: .created_at }'