@@ -15,7 +15,7 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
15
15
| ------------------------------ | ----------- | -------------------- | ------------- |
16
16
| chocolatey v2.4.3 | | | |
17
17
| chocolatey.extension v6.3.1 | v2.0.0 | | |
18
- | chocolatey-agent v2.2.2 | | v6.0.0 | |
18
+ | chocolatey-agent v2.3.0 | | v6.0.0 | |
19
19
| chocolateygui v2.1.1 | v2.0.0 | | |
20
20
| chocolateygui.extension v2.0.0 | | v6.0.0 | v2.0.0 |
21
21
| chocolatey v1.4.3 | | | |
@@ -28,7 +28,7 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
28
28
Due to the nature of how Chocolatey package dependencies work, we can ensure that all the required package versions are
29
29
installed. For example, if you were to install chocolateygui.extension then it would make sure that the following tree
30
30
of packages, with as a minimum these package versions, are installed:
31
-
31
+
32
32
| Package Name | Version |
33
33
| ----------------------- | ------- |
34
34
| chocolateygui.extension | v2.0.0 |
@@ -40,19 +40,19 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
40
40
<Callout type = " info" >
41
41
Newer package versions may be available at the time of installation, and Chocolatey will pick the highest
42
42
available that matches the defined dependency range.
43
-
43
+
44
44
However, there is nothing that can be done to ensure that indirect dependencies are satisfied.
45
45
For example, if you currently have chocolateygui v0.18.1 installed along with chocolateygui.extension
46
46
v0.2.1 and you first upgrade to chocolateygui v0.19.0, then you will see errors if you attempt to
47
47
run Chocolatey GUI, since the chocolateygui.extension package also needs to be updated.
48
-
48
+
49
49
Based on the package releases, the recommended installation/upgrade order is the following:
50
-
50
+
51
51
* chocolateygui.extension
52
52
* chocolateygui
53
53
* chocolatey-agent
54
54
* chocolatey.extension
55
55
* chocolatey
56
-
56
+
57
57
This will ensure that all dependencies, both direct and indirect, are installed.
58
58
</Callout >
0 commit comments