-1

I have the following problem: I am using code (C#, Python, ...) to create applications. These applications have a version for sure. Additionally, I have configuration files (mainly JSON), that have a version too (part of the JSON is something like: version: "1.2.3". Then there are also other files with a version (the version is not accessible, only by file naming). All these pieces are dependent on each other and it's hard to have an overview.

What I need is a tool with which I can manage the dependencies of all these different parts. Which application version is compatible with which application version. Which application version requires a configuration of of at least which version. Which other files' version is matching what. Etc.

Which available tools are out there to help me with that? Currently there is only excel - which I am ashamed of.

0 Answers0