Expand selections file handling to handle new versions
Up until now, the selections file has had a `fileVersion` in it, but that number was always stuck to 1. In order to make it possible to handle more than one version, a bit of scaffolding needs to happen in the config parser. This lays the ground for a version 2 of the selections file. |
---|
|
source/dub/project.d |
---|
source/dub/recipe/selection.d |
---|
source/dub/test/base.d |
---|