dotnet-unpkg icon indicating copy to clipboard operation
dotnet-unpkg copied to clipboard

Versioning?

Open shawnwildermuth opened this issue 7 years ago • 2 comments

How does unpkg deal with versioning? That's my big win with pkg managers.

shawnwildermuth avatar Mar 30 '18 20:03 shawnwildermuth

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.

ThatRendle avatar Apr 21 '18 08:04 ThatRendle

@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.

ThatRendle avatar Apr 23 '18 19:04 ThatRendle