Commit 0b98ebd
committed
Bump cli version from 0.2.2 to 0.3.2
Picks up the dotnet_parser name-extraction fix (code-discovery 0.3.1+),
which replaces the hardcoded `title="ASP.NET Core API"` in DiscoveryResult
with `_extract_app_title()` that reads the real `new OpenApiInfo { Title }`
from source and falls back to the repository basename. Customers pointing
this action at ASP.NET Core repos were seeing APIsec projects created
with the literal "ASP.NET Core Api" placeholder — this bump resolves that
for all new APIsec projects created by the action.
Existing projects stuck with the old name still need a separate fix in
the core package (api_client._reload_spec does not send applicationName
on updates); that will ship in a follow-up release.1 parent d1da1f9 commit 0b98ebd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments