Acknowledged

RFC: Barrel depends in manifest.xml minimal version

I would love to have a small change/addition to the barrel dependency resolution thing in the manifest.xml.
When developing a barrel and bumping version I need to update all projects that use the barrel via a path (usually the case locally) and this is somewhat annoying to say the least.

Could we have a way to say minimal version should be version 2 3 or 4. Or everything in the 2.1.x range is ok. Something that allow us to bump versions without having to update all projects.

I have a barrel test project that needs updating after I set a tag on the barrel (because bumping the version), than I have other projects that also use that barrel. It is a bit of a hassle. Many thanks.