You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Name of a software pack with the following format:\n[vendor ::] pack-name # Use the latest version of the pack\n[vendor ::] pack-name@version # With exact version\n[vendor ::] pack-name@>=version # With version equal or higher\n[vendor ::] pack-name@^version # With version equal or higher but the same major version\n[vendor ::] pack-name@~version # With version equal or higher but the same major and minor version"
1637
+
"description": "Name of a software pack with the following format:\n vendor::pack-name # Use the latest installed version of the pack\n vendor::pack-name@version # With exact version\n vendor::pack-name@>=version # With version equal or higher\n vendor::pack-name@^version # With version equal or higher but the same major version\n vendor::pack-name@~version # With version equal or higher but the same major and minor version"
0 commit comments