TcOpenGroup/tcopen-app-templates

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

KrisztianOlah opened this issue · 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