-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bower is unable to resolve 1.1.0, no Tag #1
Comments
Now new version of mvcct-enhancer was published. We are publishing a new version of the Mvc Controls Toolkit. However, it is quite strange what you reported, please be sure that your version of the jquery-validation-unobtrusive-extensions is 1.0.3, and not higher (the new one weare publishing) |
@frankabbruzzese I am using The bower.json here: https://github.com/MvcControlsToolkit/Unobtrusive.Extensions/blob/master/bower.json Shows I imagine this is the source of the problem? |
Now you should be able to use the latest versions of all packages. They are coherent. Anyway the problem is not in my library. 1.0.3 version is bound to this committ: The problem is an issue of VS tooling that calls Bower with the force-latest flag. Accordingly, bower select the highets version compatible with the >=1.01 constraint i.e. 1.1.0. The problem affects not only my library but all packages. See here: |
My project just started throwing errors when trying to resolve some
jquery-validation-unobtrusive-extensions
dependencies, specificallybower mvcct-enhancer#>=1.1.0
. which is pointing to https://github.com/MvcControlsToolkit/mvcct-enhancer.git#>=1.1.0My project used to point to
1.0.1
which resolves successfully, however it looks likejquery-validation-unobtrusive-extensions
requires1.1.0
.Is this related to there not being a tag for
1.1.0
?The text was updated successfully, but these errors were encountered: