From 29980d0848187eb158db9cd178d27effb29547c9 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Wed, 10 May 2023 07:35:22 +0100 Subject: [PATCH] (#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, ). --- nuspec/chocolatey/ChocolateyGUI.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuspec/chocolatey/ChocolateyGUI.nuspec b/nuspec/chocolatey/ChocolateyGUI.nuspec index b766dcd35..61bba480a 100644 --- a/nuspec/chocolatey/ChocolateyGUI.nuspec +++ b/nuspec/chocolatey/ChocolateyGUI.nuspec @@ -26,7 +26,7 @@ All release notes for Chocolatey GUI can be found on the docs site - https://doc chocolateygui chocolatey admin foss - +