Skip to content

Commit

Permalink
Note that only one 'override' for a given package name is acceptable. (
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Jan 17, 2025
1 parent a7a89b2 commit d67c3d6
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit d67c3d6

Please sign in to comment.