Skip to content

Commit 29980d0

Browse files
committed
(#999) Switch to using inclusive maximum version
We found that there were issues when using the exclusive maximum version when it comes to having stable and pre-release package versions, so the decision was taken to remove this variable by using a very high package version number as the upper bound. That way, when the cross over between the major version happens, there will be no conflict. This commit simply changes the upper bound on the version range to use the inclusive maximum version, ], rather than the exclusive one, ).
1 parent 1c3ebdb commit 29980d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuspec/chocolatey/ChocolateyGUI.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All release notes for Chocolatey GUI can be found on the docs site - https://doc
2626
</releaseNotes>
2727
<tags>chocolateygui chocolatey admin foss</tags>
2828
<dependencies>
29-
<dependency id="Chocolatey" version="[1.0.0, 2.0.0)" />
29+
<dependency id="Chocolatey" version="[1.0.0, 1.999.999]" />
3030
<dependency id="chocolatey-core.extension" version="1.3.3" />
3131
<dependency id="dotnetfx" version="4.8.0.20190930" />
3232
</dependencies>

0 commit comments

Comments
 (0)