Skip to content

Commit 0b98ebd

Browse files
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

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
shell: bash
5858
run: |
5959
python3 -m pip install --upgrade pip
60-
pip install code-discovery==0.2.2
60+
pip install code-discovery==0.3.2
6161
6262
- name: Configure API credentials
6363
shell: bash

0 commit comments

Comments
 (0)