dotnet-unpkg
dotnet-unpkg copied to clipboard
Version cannot be resolved
So this is probably because I'm an amateur, but I'm trying to get this CLI tool working and I keep getting a Version for package RendleLabs.UnpkgCli could not be resolved.
error. I have installed the package via NuGet and added the DotNetCliToolReference to the .csproj file. The Nuget package shows version 1.4.0 and the CLI reference shows version 1.0.0-*. If I change either of them to match the other version, it still gives me the error.
I tried some googling and it seems like there are a few things that can cause this error message, but I can't seem to find a solution that's applicable here.
Hi, sorry I missed this, been having a difficult couple of weeks. I've just released a new version 2.0.0 as a global tool that you can install with the .NET Core 2.1 SDK using
$ dotnet tool install -g RendleLabs.UnpkgCli
Hopefully that will fix your issue.
#7 is addressing this issue