Is your feature request related to a problem? Please describe.
Proposed solution
[email protected]:x64-windows. Describe alternatives you've considered
ditto
Additional context
vcpkg as the default package management system of my company's future projects. If we can't control which version's package to install, we can't control the stability of our projects. The trick ist to combine the command:
vcpkg x-history <portname>
with:
https://github.com/microsoft/vcpkg/blob/master/docs/specifications/ports-overlay.md
to fix a port to a certain version or simply wanting to have a customized build.
Maybe also relevant:
https://github.com/microsoft/vcpkg/blob/master/docs/examples/overlay-triplets-linux-dynamic.md
Hello and thank you for the suggestion. We will be doing a more detailed announcement by the end of the week on our roadmap, but one of the top things on it is versioning support. We have received a lot of feedback about this in the past and we definitely want to address it.
We recently published a product roadmap in our wiki. You can read the original announcement in our blog post.
Most helpful comment
Hello and thank you for the suggestion. We will be doing a more detailed announcement by the end of the week on our roadmap, but one of the top things on it is versioning support. We have received a lot of feedback about this in the past and we definitely want to address it.