In the past we were able to define the ‘MinimumRequiredVersion’ inside of the manifest file of our solution package. Recently we migrated our solution package towards the DataMiner SDK style (package project) where I did not yet find where the MinimumRequiredVersion for DataMiner can be configured. Does anyone know if this is still possible or should we now code this ourselves through the install script?
For now, we implemented it like following:
Michiel Saelen [SLC] [DevOps Enabler] Selected answer as best 10 hours ago
Hi Michiel,
You can define it in as a project property in the .csproj file.
See docs:
Skyline DataMiner SDK project properties | DataMiner Docs
Michiel Saelen [SLC] [DevOps Enabler] Selected answer as best 10 hours ago