Skip to content

refactor: rename install/ to download/#1

Merged
Arthurvdv merged 1 commit into
mainfrom
refactor/rename-install-to-download
Apr 29, 2026
Merged

refactor: rename install/ to download/#1
Arthurvdv merged 1 commit into
mainfrom
refactor/rename-install-to-download

Conversation

@Arthurvdv

Copy link
Copy Markdown
Member

Summary

Renames src/install/src/download/ and tests/install/tests/download/ to better reflect the actual behavior (downloading .dll files, not installing).

Changes

  • Moved src/install/nuget-api.ts and src/install/nuget-extractor.ts to src/download/
  • Moved tests/install/ to tests/download/ with updated import paths
  • Updated src/index.ts comment and import paths

Breaking Change

Consumers importing from @alcops/core internal paths referencing install/ will need to update to download/.

Verification

  • Build passes
  • All 166 tests pass
  • Lint passes

Rename the src/install/ directory and tests/install/ directory to
src/download/ and tests/download/ respectively, reflecting the actual
behavior of downloading .dll files to a destination folder.

This is a breaking change for consumers importing from the install path.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@Arthurvdv Arthurvdv merged commit d80a844 into main Apr 29, 2026
2 checks passed
@Arthurvdv Arthurvdv deleted the refactor/rename-install-to-download branch April 29, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant