Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note that only one 'override' for a given package name is acceptable. #438

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion vcpkg/users/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Versioning reference
description: Reference documentation for the vcpkg versioning feature.
author: vicroms
ms.author: viromer
ms.date: 3/1/2024
ms.date: 1/16/2025
ms.topic: reference
---
# Versioning reference
Expand Down Expand Up @@ -162,6 +162,8 @@ Overrides are declared as an array of package version declarations.

For an override to take effect, the overridden package must form part of the dependency graph. That means that a dependency must be declared either by the top-level manifest or be part of a transitive dependency.

Only one override may be declared for a given name.

```json
{
"name": "project",
Expand Down