Usage Information
8.0.4 / 8.0.420 / net8.0 / Windows 11 25H2 26200.8246
Description
The DLL name minver-cli, currently used to locate minver CLI tool appears to be outdated. Starting from version 7.0.0, the project began explicitly defining the assembly name, leading to path resolution issues when using either the [MinVer] annotation or directly calling MinVerTask.MinVer.
Reproduction Steps
- Create a new build project
- Install
minver-cli package with a version >= 7.0.0
Expected Behavior
Minver tool being resolved from correct path
Actual Behavior
Resolution is failing due to incorrect assembly name
Regression?
No response
Known Workarounds
Call SetProcessToolPath when configuring MinVerSettings, passing the result of `GetPackageExecutable("minver-cli", "minver.dll")
Could you help with a pull-request?
No
Usage Information
8.0.4 / 8.0.420 / net8.0 / Windows 11 25H2 26200.8246
Description
The DLL name
minver-cli, currently used to locateminverCLI tool appears to be outdated. Starting from version 7.0.0, the project began explicitly defining the assembly name, leading to path resolution issues when using either the[MinVer]annotation or directly callingMinVerTask.MinVer.Reproduction Steps
minver-clipackage with a version >= 7.0.0Expected Behavior
Minver tool being resolved from correct path
Actual Behavior
Resolution is failing due to incorrect assembly name
Regression?
No response
Known Workarounds
Call
SetProcessToolPathwhen configuringMinVerSettings, passing the result of `GetPackageExecutable("minver-cli", "minver.dll")Could you help with a pull-request?
No