Commit 9103ed0
committed
fix(list): skip products with non-semver versions
The registry now contains products with non-semver version strings
(e.g. `dev`). `product_metadata()` uses `tryparse` instead of
`VersionNumber` to silently skip these rather than throwing.1 parent d52e88d commit 9103ed0
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
| 176 | + | |
176 | 177 | | |
177 | | - | |
| 178 | + | |
| 179 | + | |
178 | 180 | | |
| 181 | + | |
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| |||
0 commit comments