dotnet-unpkg
dotnet-unpkg copied to clipboard
Versioning?
How does unpkg deal with versioning? That's my big win with pkg managers.
Hi Shawn, sorry, somehow missed this for three weeks.
The version tagging is a bit broken, it's next on my list of things to look at.
@shawnwildermuth I just published a new update to NuGet. You can now specify the version of a package you want to install using e.g. dotnet unpkg add [email protected].
The installed version (even if you don't specify it) is recorded in unpkg.json so restore will get the right one.
You can also run dotnet unpkg update to update all packages to the latest version, or dotnet unpkg update bootstrap to update just one.