Hi all
I was writing a custom connector, but I keep recieving this kind of error
"Major: Package 'Skyline.DataMiner.Dev.Common' version '10.5.2.2' has a higher version than the version specified in the MinimumRequiredVersion tag ''. QAction ID '1'. (line 759 col 3) [3.42.1]"
Now my problem is how I could solve this kind of issues? I don't get if I have to update the current package via NuGet or in case I have to increse the minimum version of the package?
Hi Marco,
As mentioned in the validation check, there is the "MinimumRequiredVersion" tag that defines the minimum required DataMiner version to be able to deploy the developed protocol on. Saying so, you have to align this tag with your DataMiner version, and also align protocol NuGets with it.

Hope this makes it clear what you have to adapt in your case.
Thanks a lot for the info, it seems the issue is fixed on the validation now