Skip to content

[vcpkg registries] support versions (#15114)#452

Merged
Jimmy-Hu merged 1 commit intoJimmy-Hu:masterfrom
microsoft:master
Dec 22, 2020
Merged

[vcpkg registries] support versions (#15114)#452
Jimmy-Hu merged 1 commit intoJimmy-Hu:masterfrom
microsoft:master

Conversation

@Jimmy-Hu
Copy link
Owner

  • [vcpkg registries] support versions

This PR merges the Registries changes and the versioning changes, so that one can use both at the same time.

There is one major difference between this PR and the RFC (microsoft#13590), which is that instead of version files looking like:

[
  ...
]

version files look like:

{
  "versions": [
    ...
  ]
}

this is to support interop between this PR and existing demos and the like;
fixing this, along with perhaps renaming port_versions to port-versions should be done after this is merged,
should be a trivial change.

* [vcpkg registries] support versions

This PR merges the Registries changes and the versioning changes, so that one can use both at the same time.

There is one major difference between this PR and the RFC (#13590), which is that instead of version files looking like:

```json
[
  ...
]
```

version files look like:

```
{
  "versions": [
    ...
  ]
}
```

this is to support interop between this PR and existing demos and the like;
fixing this, along with perhaps renaming `port_versions` to `port-versions` should be done after this is merged,
should be a trivial change.
@Jimmy-Hu Jimmy-Hu merged commit d72c659 into Jimmy-Hu:master Dec 22, 2020
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.

2 participants