Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioning? #1

Open
shawnwildermuth opened this issue Mar 30, 2018 · 2 comments
Open

Versioning? #1

shawnwildermuth opened this issue Mar 30, 2018 · 2 comments

Comments

@shawnwildermuth
Copy link

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

@ThatRendle
Copy link
Member

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
Copy link
Member

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants