tcopen-app-templates icon indicating copy to clipboard operation
tcopen-app-templates copied to clipboard

[BUG] Unable to install latest TcOpen.tco with dotnet tool

Open KrisztianOlah opened this issue 1 year ago • 0 comments

Describe the bug When trying to install TcOpen.tco cli app, it downloads 0.2.2-preview.1 version instead, which in turn will generate the same version of the template.

Expected behavior

When installing via the command "dotnet tool install TcOpen.tco --global --version 0.2.2-alpha.39" , I would expect the correct version to be installed or in case of an error no version to be installed.

Additional context Downloading the 0.2.2-alpha.39 binary and using it manually via cli works fine and generates the desired result

Screenshots Downloading via dootnet tool: image

Global version of tool: image

Local version of tool, downloaded manually: image

KrisztianOlah avatar Apr 16 '24 07:04 KrisztianOlah